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
Normally tesseract should extract from jpeg images as well. Any reason why it throws an exception for jpg image?
The text was updated successfully, but these errors were encountered:
Hello @spundhan!
Just tested, you are right!. Its a bug, forgot to put on the the SUPPORTED_FORMATS
SUPPORTED_FORMATS = ["jpeg", "png", "bmp", "tiff", "pdf"]
Give me 5 mins, gonna do an hotfix
Sorry, something went wrong.
@spundhan You can update to 0.0.31, will work just fine.
Thanks for the heads up!
Thanks! You are awesome! Merry Christmas!
enoch3712
Successfully merging a pull request may close this issue.
Normally tesseract should extract from jpeg images as well. Any reason why it throws an exception for jpg image?
The text was updated successfully, but these errors were encountered: