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
Top property in rectangles #485
Comments
Hi, I'm having some issues with the position of the rectangles, so I don't know if it is related. What I did with was: Cheers |
I also had some weirdness with the |
which version you are using ? |
"tesseract.js": "^2.1.3" |
Interesting. As this is merely an argument we pass to Tesseract (nothing in this codebase crops the image) it seems likely that this is an issue with Tesseract. Looking at the issues over there, there are indeed people who report this feature is broken. |
Worker does not work properly when the top property is filled.
I'm trying to extract the text vertically (top and bottom) instead of cutting it in the traditional way (left and right). With the exception of the last worker, everyone else cannot convert the image to text.
To Reproduce -RUN THE CODE BELOW
Expected behavior
An array containing the two halves of the extracted text was expected, but only the last half was extracted.
And this is not just a problem with 2 workers I tested with 4 to try to speed up the process and 3 of the 4 workers did not work. Only the latter worked properly.
Screenshots
In this image I removed the empty characters ("") and the line break commands (\ n), to improve visualization.
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: