Is it possible to use Google ML-Kit On-Device Text Recognition in Flutter? All of the tutorials and resources I am finding online are all firebase_ml_vision
, but I am looking for one that uses the no-cost OCR from Google ML-Kit. How would I do this in Flutter?
as @Sayan Nath said you can use mlkit
, but I think the better choice would be google_ml_kit
, the firebase team who have worked on firebase_ml_vision also recommended using it.