-
Notifications
You must be signed in to change notification settings - Fork 379
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
No support to UNLV files #10
Comments
Please provide the exact mimetype and a test file, thank you. |
image: https://www.dropbox.com/s/dtb1ra7jqdk9shw/workingimage004.png Run with:
|
Hey @4F2E4A2E, |
Yes i am, pls get online in skype, thx. |
Something is not right:
Help me out, this kind of format is new to me, in order to help i must be able to be 100% sure of the data integrity of those files and i need to be able to produce the uzn files, thanks. |
Thanks brucardoso2 for introducing me to uzn.
|
A proposal has been created as you can read here: #11 |
@4F2E4A2E sure |
Closing issue. |
When I run tesseract via cli, it automatically uses any .uzn file with the same name of the target image.
Example:
tesseract workingimage004.png output.txt -psm 4
If I have a
workingimage004.uzn
file in the same location of myworkingimage004.png
it will use it.Tess4J ignores the uzn file.
Here is my code:
Additional info:
Found the function that read and segments the image using a file UNLV at
ccstruct\blread.cpp:36
(on tesseract source)The text was updated successfully, but these errors were encountered: