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

Does Google mobile vision library support OCR-A type font in android? #468

Open
vvbhandare opened this issue May 12, 2021 · 0 comments
Open

Comments

@vvbhandare
Copy link

I am referring below codelab link to implement sample OCR application where I need to read alphanumeric text from images. Text on image is having OCR-A font type.

https://kiosk-dot-codelabs-site.appspot.com/codelabs/mobile-vision-ocr/index.html?index=..%2F..index#5

Problem is when I try to read it then it replaces character as below

  • reading Q as a
  • reading Q as A
  • reading Q as 0

I have not tried full A-Z but this is one of the observations while reading text which contains Q as character.

Question is,

Does Google mobile vision library support OCR-A type font in android?

If yes, please share me some reference which can help to accommodate it.

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

1 participant