October 2018
Intermediate to advanced
246 pages
6h 26m
English
Let's skip the default methods that we use for face detection and barcode scanning.
After creating the FirebaseVisionImage object, we will create the detector instance where we will pass on the VisionImage object shown as follows, similar to what we have done before on face detection and barcode scanning:
FirebaseVisionTextDetector detector = FirebaseVision.getInstance() .getVisionTextDetector();
Read now
Unlock full access