We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
How are you calling it?
Originally posted by @chrisspen in #3 (comment)
Hi Chris,
We've tried: text = pytesseract.image_to_string(img).encode('latin-1', 'ignore')
As well as executing from the command line and then reading it from a file:
os.system("tesseract -l eng /var/app/current/inputs/" + str(i) + ".png text")
Thanks for getting back so quickly.
The text was updated successfully, but these errors were encountered:
Please post comments under the original issue. You don't need to create a new issue for new comments.
Sorry, something went wrong.
No branches or pull requests
How are you calling it?
Originally posted by @chrisspen in #3 (comment)
Hi Chris,
We've tried:
text = pytesseract.image_to_string(img).encode('latin-1', 'ignore')
As well as executing from the command line and then reading it from a file:
os.system("tesseract -l eng /var/app/current/inputs/" + str(i) + ".png text")
Thanks for getting back so quickly.
The text was updated successfully, but these errors were encountered: