You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
The error I got is below:
raise TesseractError(status_code, get_errors(error_string))
pytesseract.pytesseract.TesseractError: (-11, 'Tesseract Open Source OCR Engine v4.0.0-beta.4-26-gfd49 with Leptonica Warning. Invalid resolution 0 dpi. Using 70 instead. Estimating resolution as 172 contains_unichar_id(unichar_id):Error:Assert failed:in file ../../src/ccutil/unicharset.h, line 509')
Any thoughts why this could have raised, otherwise it was working perfectly!
The text was updated successfully, but these errors were encountered:
Hi,
The error I got is below:
raise TesseractError(status_code, get_errors(error_string))
pytesseract.pytesseract.TesseractError: (-11, 'Tesseract Open Source OCR Engine v4.0.0-beta.4-26-gfd49 with Leptonica Warning. Invalid resolution 0 dpi. Using 70 instead. Estimating resolution as 172 contains_unichar_id(unichar_id):Error:Assert failed:in file ../../src/ccutil/unicharset.h, line 509')
Any thoughts why this could have raised, otherwise it was working perfectly!
The text was updated successfully, but these errors were encountered: