rushio-consulting / flutter_camera_ml_vision

A flutter widget that show the camera stream and allow ML vision recognition on it, it allow you to detect barcodes, labels, text, faces...
MIT License
278 stars 107 forks source link

Can you please give me a sample to process the text from Camera? #127

Closed Sathish9222 closed 3 years ago

Sathish9222 commented 3 years ago

Can you please give me a sample to process the text from Camera?

Kleak commented 3 years ago

There is an example here you just need to replace barcodeDetector() by textRecognizer()