I am making a simple OCR Android App using TessBaseAPI for my project. I have done some image preprocessing steps like binarization and image inhancement. But their result is 50% to 60%. How can we improve the recognition rate?
I include two sample images.
The following additions to above command works for your second image:
They add appropriate levels of deskewing and cropping to the result, so that Tesseract’s life gets a bit easier…
So the complete command should be the following, which produces the correct result on my system:
This is the original picture (left) with the resulting picture of the modified command (right):
