googlesamples / android-vision

Deprecated: The Mobile Vision API is now a part of ML Kit: Check out this repo:
https://github.com/firebase/quickstart-android/tree/master/mlkit
Apache License 2.0
2.92k stars 1.73k forks source link

Text recognizer could not be set up on your device #225

Open Jaymin-Bhadani opened 7 years ago

Jaymin-Bhadani commented 7 years ago

How to Solve It because some phone are not able to it

pinnamanivenkat commented 7 years ago

On which SDK is the app running?

Jaymin-Bhadani commented 7 years ago

25

Jaymin-Bhadani commented 7 years ago

Some Phone Like samsung Phone Does't Have Text recognizer set up Can Have any solution for it?

nishchaytrivedi123 commented 6 years ago

Can anyone provide the solution to set the text recognizer on some phones?

webnandroid commented 6 years ago

Add the following meta tag in manifest file...

<meta-data android:name="com.google.android.gms.vision.DEPENDENCIES" android:value="ocr"/>

RohanNavlakhe2 commented 2 years ago

Added the above line but still, it is not working on Samsung Galaxy Tab A.