Skip to content
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

Support for non-Latin characters #8

Open
robertknight opened this issue Jan 3, 2024 · 2 comments
Open

Support for non-Latin characters #8

robertknight opened this issue Jan 3, 2024 · 2 comments

Comments

@robertknight
Copy link
Owner

ocrs should support models that can recognize non-Latin text.

Some likely sub-tasks:

  • Eliminating the hard-coded alphabet from the recognition process. IIRC this was from an EasyOCR model that I used at one point.
  • Since the alphabet is deeply linked with the model, it would be convenient if both could be shipped in one .rten file.
  • It will be necessary to figure out how to support a larger set of class outputs without too much of a performance hit.
@DehaiWang
Copy link

will support Chinese character?

@robertknight
Copy link
Owner Author

The goal is to make this possible. There are a lot of details still to be figured out.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants