-
Notifications
You must be signed in to change notification settings - Fork 1k
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
ocr result appear other language word #251
Comments
code from PIL import Image image = Image.open('text.png') predictions = batch_recognition([image], [langs], rec_model, rec_processor) output |
Well, I actually came here to say the same but with english. I deal with financial reports and it often changes the £ with "છ" or "רא" or "મ" or "દ". |
If that helps, here is an example with docs where 594 is read as It's using marker but I feel like it's a surya issue. (v0.8.3)
EDIT: I've tested the latest version of surya by itself (0.9.1), and it looks like the problem is not there anymore |
Hi
i have set the langs to 'zh' when i using the OCR,but the recognize result appear japanese word or other language word。how can i fix it or limit the ocr result in my word dict.
thx
The text was updated successfully, but these errors were encountered: