rmtheis / android-ocr

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

[How to] Region of interest to extract specific text #72

Closed kirantpatil closed 7 years ago

kirantpatil commented 7 years ago

Hi,

I would like to use region of interest to extract specific text.

I found ROI tesseract code which is not android.

What would be the android code to get region of interest ?

Thanks.

rmtheis commented 7 years ago

The equivalent method in tess-two is setRectangle.

kirantpatil commented 7 years ago

@rmtheis Thanks.