Objective of the project:
- Implement CameraX preview.
- Apply a box overlay for specific area scanning
- Use ML Kit to process each cropped frame and display decoded text
Instructions:
Add your own "google-services.json" file and compile and you are good to go.
Detailed working of the application:
https://medium.com/@sdptd20/exploring-ocr-capabilities-of-ml-kit-using-camera-x-9949633af0fe
References:
1.https://firebase.google.com/docs/ml-kit/android/recognize-text (For recognizing text using ML Kit) 2.https://developer.android.com/training/camerax (CameraX documentation)