Google Vision API Text Recognizer is not working
问题 I have used Google vision API to read text from any object like newspaper or text in wall. I have tried same sample from Google developer website but my Text Recognizer always return false on IsOperational function. am tested on Blackberry keyone and also tested on Moto x play its working fine. Gradle file : compile 'com.google.android.gms:play-services-vision:11.0.4' Can anyone help me on this. Thanks in Advance TextRecognizer textRecognizer = new TextRecognizer.Builder(context).build();