简体   繁体   中英

Firebase ML Vision package is DISCONTINUED for flutter

This is my first question in Stackoverflow. As of June 18, 2021 firebase_ml_vision is working only on device and cannot connect to cloud vision API, I was not able to OCR Chinese texts.

I tried this package google_ml_kit . It works but it also cannot connect to cloud vision api.

I want to OCR Chinese text. How can I do that with ML kit? Because on device text recognition can only detect Latin alphabets.

I found this https://github.com/firebase/functions-samples/tree/main/vision-annotate-images . How to use this in flutter app? Or is there any other way?

UPDATE: the package is updated and it can detect Chinese text.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM