Recently while working on a project, I was assigned a task to implement text recognition also called OCR(Optical Character Recognition). For this task I chose Firebase ML.
Firebase ML
Firebase ML provides us:
Text recognition
Image labeling
Object detection and tracking
Face detection and contour tracing
Barcode scanning
Language identification
Translation
Smart Reply
For more info:
https://firebase.google.com/docs/ml
Text recognition
In this tutorial we’ll be doing a very basic implementaion of Text Recognition.
Importing Package
In pubspec.yaml import Image Picker and ML Vision packages. pubspec will then look something like this: