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
Big text not recognised #871
Comments
The fact that the boxes, which are supposed to be drawn around lines/words, have no relation to the word in your image indicates the issue is with the image processing step rather than recognition. This can be confirmed by running the image processing example, which is linked here. Below is the processed, binary image, which is what recognition is actually run on. Your instinct that this can be resolved by cropping the image appears to be correct--cropping to only include the text results in the time The reason why setting |
Thank you very much! I used |
@Balearica I am wondering why such an image (attached below) cannot be processed... There is no text at all coming in the response. Do you have any ideas? |
Tesseract.js version (version number for npm/GitHub release, or specific commit for repo)
5.0.4
Describe the bug
I have this image taken by DroidCam which I would like to analyze, but the big text is not identified correctly.
To Reproduce
I uploaded the original image here.
Expected behavior
I would expect to identify the time and then the small text (amount of kW).
Additional context
I tried using
rectangle
to exclude the top side, but that didn't make a difference.Original frame.jpg
The text was updated successfully, but these errors were encountered: