techvootsolutions / flutter_text_detect_area

GNU General Public License v3.0
4 stars 0 forks source link

Multi language support #20

Open faizan-19 opened 1 month ago

faizan-19 commented 1 month ago

Hi, Do we have multi-language support in this package? or how we can achieve multi-language. thanks

tvtushar commented 3 weeks ago

Hi @faizan-19 We are also working on it, by providing parameter argument for passing value of initial TextRecognitionScript to set configuration of TextRecognizer like their is scripts as below

  1. Latin
  2. Chinese
  3. Devanagiri
  4. Japanese
  5. Korean

you can check languages by scripts as per this document https://developers.google.com/ml-kit/vision/text-recognition/v2/languages Thank you!