vbalagovic / flutter_scalable_ocr

Flutter scalable OCR package is a wrapper around google_mlkit_text_recognition where you can partialy select part of camera which text will be processed of.
https://pub.dev/packages/flutter_scalable_ocr
MIT License
56 stars 32 forks source link

recognize text in Japanese #3

Closed higthu closed 1 year ago

higthu commented 1 year ago

thank you for your sharing, it helps me a lot. However I have some Japanese words I need to detect and recognize. But it does not work.

vbalagovic commented 1 year ago

Hi, thanks. Japanese was not in a supported language in ML kit text recognition v1 https://developers.google.com/ml-kit/vision/text-recognition/languages

But I can see now that v2 is in beta and they added Japanese. I'll check the possible update when I get some time but you can use this source code and combine it with a newer version of the ML kit for the test.