-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
Question #115
Comments
Not quite understand. Do you want a feature for detecting language? |
Sorry, probably my lack of understanding. When initializing easyocr a list of languages are supplied NOW: MAYBE? Language detection should not be required since we now what detector is being applied to the image (I think). Thanks. |
Sure, it's easily doable by checking UNICODE text against characters in each language. I will add 'PR WELCOME' tag to this and wait for coder who want to contribute. |
chardet may be related. |
When it reading from image every time it is reading 1 to i else |. Please advice how we can improve it |
Can I take up this issue and work on it? @rkcosmos can you guide me if possible for this |
Why has been marked has solved? There are several issues like #683 and this #572 . The function simply does not work because it looks for txt files in a folder (hardcoded) named I made a small colab here In addition.. looking at the code it looks like it's only able to deal with chinese and english.. maybe we can just polyglot for that ? It works pretty wel.. |
If multiple languages are passed fin for detection ['a', 'b', 'c']
Is it possible to get the detected language type returned in the the readtext response?
The text was updated successfully, but these errors were encountered: