As the title says, I tried the demo app offered by Google and it keep showing a Toast with this message "Waiting for text recognition model to be downloaded", and I got this error in the console:
"E/Vision: Error loading module com.google.android.gms.vision.ocr optional module true: com.google.android.gms.dynamite.DynamiteModule$LoadingException: No acceptable module found. Local version is 0 and remote version is 0."
I tried many solutions but no one worked for me this is the solutions I tried:
Update Google Play Services app.
Adding this in ManifestFile:
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.******.***"
android:installLocation="auto">
<application>
...
<meta-data android:name="com.google.android.gms.vision.DEPENDENCIES" android:value="ocr"/>
</application>
Check Internet connection.
Check storage for free space.
Clear Google Play Services data.
Thanks in advance for any help.