Android app to extract text from images
1- Add the ML kit text Recognition dependency to the build.gradle file (app level)
implementation 'com.google.android.gms:play-services-mlkit-text-recognition:18.0.0'
2- Add google services dependency to the build.gradle file (project level)
classpath 'com.google.gms:google-services:4.3.10'