azihsoyn / flutter_mlkit

A Flutter plugin to use the Firebase ML Kit.
MIT License
391 stars 91 forks source link

Language Supports #47

Open Gowtham03 opened 6 years ago

Gowtham03 commented 6 years ago

What are the languages supported by Flutter ML Kit.

Does Flutter ML Kit supports Tamil Language ?

azihsoyn commented 6 years ago

Hi, @Gowtham03!

MLKit may support the Tamil Language on cloud detection. https://firebase.google.com/docs/ml-kit/recognize-text

But this plugin is not supported cloud-based detection yet.

In official plugin firebase_ml_vision supports cloud label detection.

I'll try to implement cloud text detection in the next release😄

Thanks for issuing!