agoldis / react-native-mlkit-ocr

Google on-device MLKit Text Recognition for React Native
MIT License
172 stars 40 forks source link

Recognize text chinese, japanese, korean #22

Closed anhnguyen123 closed 2 years ago

anhnguyen123 commented 2 years ago

I tried to recognize chinese, japanese, korean but not found, just english text. can you help me to update this repo.

agoldis commented 2 years ago

The library uses Google MLKit - please see the list of supported languages:

https://developers.google.com/ml-kit/vision/text-recognition/languages

Unfortunately the languages you've mentioned are not supported :(

anhnguyen123 commented 2 years ago

The library uses Google MLKit - please see the list of supported languages:

https://developers.google.com/ml-kit/vision/text-recognition/languages

Unfortunately the languages you've mentioned are not supported :(

can you update to Text Recognition v2

timmyjose commented 1 week ago

@agoldis Any idea how much effort it would be to upgrade to MLKit V2? This library works beautifully well, apart from the Latin-text only restriction!