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
1 of 3 tasks
robertknight opened this issue Jan 3, 2024 · 3 comments
Open
1 of 3 tasks

Support for non-Latin characters #8

robertknight opened this issue Jan 3, 2024 · 3 comments

Comments

@robertknight
Copy link
Owner

robertknight commented Jan 3, 2024

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

Essential sub-tasks:

Additional sub-tasks:

  • Create a proof-of-concept recognition model that recognizes a non-Latin alphabet
  • Create a standard file format for model metadata (including the alphabet) and support loading it. For example a config.json file can be shipped alongside the model and contains the alphabet.
@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.

@robertknight
Copy link
Owner Author

Eliminating the hard-coded alphabet from the recognition process. IIRC this was from an EasyOCR model that I used at one point.

This was completed in #100.

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