Answers for "récupérer texte d'une image python"

0

récupérer texte d'une image python

import pytesseract
pytesseract.pytesseract.tesseract_cmd = r'C:\Program Files\Tesseract-OCR\tesseract'
print(pytesseract.image_to_string(r'D:\examplepdf2image.png'))
Posted by: Guest on October-06-2021

Code answers related to "récupérer texte d'une image python"

Python Answers by Framework

Browse Popular Code Answers by Language