I want to the detect the text region inside the image so that I can send that region to Tesseract for OCR. Currently I'm sending the whole image to Tesseract but I'm not getting accurate result. But if I send only that region which contains text then it gives me a good result. I'm doing Tesseract in Android
Can Anyone tell me how can I do it ?
Thanks in Advance !!!