0

It is stated in documentation that text recognition with ML kit supports over 100 languages and on my device it's working fine with English language only. How to change language of text recognition?

We tried text extraction for english text successfully.

2 Answers2

0

Have you tried just putting over another language and seeing if it is built in?

It says its still in beta but here is the link to check out

https://firebase.google.com/docs/ml-kit/identify-languages

or try this

https://developers.google.com/ml-kit/language/identification/ios

flutterloop
  • 546
  • 3
  • 15
0

ML Kit Text Recognition SDK V2(Beta) has expanded the language set from latin-only to Chinese/Japanese/Devanagari/Korean as well: Welcome to give it a try and feedback with your concerns. Thanks!

Julie Zhou
  • 126
  • 5
  • Thank you but I have tried this and this shows output on screen only. I mean that it does not give us string output and also it fails for many languages. – VIPUL BAGAL Mar 31 '22 at 17:00
  • YOu can get the string output [here](https://github.com/googlesamples/mlkit/blob/master/ios/quickstarts/vision/VisionExampleObjC/ViewController.m#L714) , supported language set [here](https://developers.google.com/ml-kit/vision/text-recognition/v2/languages) – Julie Zhou Apr 01 '22 at 19:12