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.