-
Notifications
You must be signed in to change notification settings - Fork 9.6k
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
Problem with .uzn file for tesseract #3837
Labels
Comments
Can you please provide example files for testing (image+uzn)? |
zdenop
added a commit
that referenced
this issue
Jun 7, 2022
Please try the latest code. |
Now everything is working perfectly. Thanks! |
The bug which is now fixed was introduced in commit 4b84a56. |
A new unittest for testing this functionality would be useful. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Environment
Problem with .uzn file
After working with tesseract 4.1.0 everything worked perfectly. I used command
tesseract inputPhotoName.png outputName -l eng --oem 1 --psm 4 hocr
and tesseract automatically picked upinputPhotoName.uzn
zone file and returns word which I have specified with coordinates. After I upgraded tesseract version from 4.1.0 to 5.1.0, tesseract 5.1.0 no longer takesinputPhotoName.uzn
zone file and returns all founded words in image.After a lot of searching I cant find a solution how can I pass
inputPhotoName.uzn
file to tesseract 5.1.0. Maybe tesseract 5.1.0 no longer support .uzn files?inputPhotoName.uzn
file content: 215 3334 95 19Tesseract 4.1.0/5.1.0 commands: tesseract inputPhotoName.png outputName -l eng --oem 1 --psm 4 hocr
The text was updated successfully, but these errors were encountered: