rmtheis / android-ocr

Experimental optical character recognition app
Apache License 2.0
2.22k stars 894 forks source link

OCR Rectangular #81

Closed SiddigHope closed 5 years ago

SiddigHope commented 6 years ago

I'm new new to android trying to work on a project that contains an ocr reader , that recognizes text and do some processes on them .

So the question is : How can I draw a rectangular area and set focus on it , and the detector only process the data located in that area and ignore the rest of the screen .

knowing that I'm using google vision api "com.google.android.gms:play-services-vision:11.0.4"

THANKS IN ADVANCE