Home > Enterprise >  how to use firebase ML kit for text recognition of non enlgish languages?
how to use firebase ML kit for text recognition of non enlgish languages?

Time:03-31

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.

CodePudding user response:

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

CodePudding user response:

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!

  • Related