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

extracting the detected text from the text recognizer #340

Open Farahkh opened 6 years ago

Farahkh commented 6 years ago

Hi all; I am a student and trying to work Mobile vision text recognition in my project ...so excuse me if my question is lame. I want to take the text from the text recognizer and send it to a server to search for it in a database, I didn't know how to do that, I tried to extract it from the textRecognizer but it needs the camera frame which I didn't know how to build for live camera....any one can help me?

Prismane commented 5 years ago

Could you please tell me if you figured this out? I need it for a school project as well . Please

Farahkh commented 5 years ago

@prismane text recognizer automatically send detections to the receiveDetections() method in the processor class so what ever you need to do with the text you can do it thier