-
Notifications
You must be signed in to change notification settings - Fork 114
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Could not execute tesseract #56
Comments
I have the same issue and Tesseract is installed correctly. |
Please see the advanced options in the online usage guide to specify the tesseract location. If you can send me more details on where your tesseract binary is located, I can try to improve the binary auto location. |
Do a |
I was having the same issue this can be because of you have installed pytesseract but not tesseract you can install it |
Had this, too. looks like the command line for tesseract invocation needs another dash. Search for -psm and replace with --psm |
where do i search for that @f0rdprefect ? to replace with --psm ? |
pypdfocr_tesseract.py -- I forked this repo and tried to put it into a .snap. Need more time to figure out how to properly expose other commands inside the snap. Anyhow I fixed the --psm switch and the requirements to reportlab version 3.4.0. Would be good to know either how to make it run with an up to date reportlab / how to create a snap which will properly work... |
How to slove this problem , I tried both python2 and 3 uuntu 16.04.
ERROR:
Could not execute tesseract
Please make sure you have Tesseract installed correctly
The text was updated successfully, but these errors were encountered: