I am working on a Android application using real-time OCR. I using OpenCV and Tesseract Library. But the performance is very poor, even on my Galaxy SIII. There are any meth
One thing to try is to binarize the image using adaptive thresholding (adaptiveThreshold in OpenCV).