Questions tagged [tesseract]
For questions related to Tesseract, an Open Source OCR Engine
3 questions
2 votes
0 answers
25 views
Preprocess function using OpenCV not accurate enough for latin characters when using Tesseract 5
This is the full repo. https://github.com/MortalWombat-repo/ebrojevi_ocr_api this is the app.py preprocess function from the repo where opencv is used https://github.com/MortalWombat-repo/...
1 vote
0 answers
6k views
how to resolve this error in Tesseract : (2, 'Usage: pytesseract [-l lang] input_file') [closed]
pytesseract.pytesseract.tesseract_cmd = r'/usr/local/bin/pytesseract' img = Image.open("/content/drive/My Drive/abc.jpg") print(pytesseract.image_to_string(img)) ...