Tesseract does not recognize single characters

You must set the “page segmentation mode” to “single char”.

For example, in Android you do the following:

api.setPageSegMode(TessBaseAPI.pageSegMode.PSM_SINGLE_CHAR);

Leave a Comment