-
Notifications
You must be signed in to change notification settings - Fork 67
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 stax #408
Ocr stax #408
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The CI is red, some tests are whining!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm wondering how the changes impact the API? E.g; when are text event decoded and notified?
CI is failing until we update ragger and boilerplate. |
This PR remove completely tesseract and add support for a fake OCR based on Bitmap Character Recognition.
It fully support API_LEVEL_5 (LNX & LNS+) as well as API_LEVEL_11 (stax) and API_LEVEL_12 (stax, LNX & LNS+) and will fallback on legacy fake OCR for other API levels.