0

I am using Firebase Google cloud text recognition OCR. Where I am scanning text and currency. In this case I am easily able to scan text however, some symbols such as yen ¥ is not detected.

I am scanning text with firebase google cloud ocr API service in app.

1 Answers1

0

If you are using the Cloud Vision API in ML Kit, you can use the Document Text API or the "dense" option for the non-Latin alphabet support. https://firebase.google.com/docs/ml-kit/recognize-text#document_text

Ibrahim Ulukaya
  • 12,767
  • 1
  • 33
  • 36