Trouble recognizing digits in Tesseract - android

前端 未结 3 1371
面向向阳花
面向向阳花 2021-02-04 15:21

I was hoping someone could tell me why it is my Tesseract has trouble recognizing some images with digits, and if there is something i can do about it. Everything is working acc

3条回答
  •  情话喂你
    2021-02-04 15:52

    You may give javaocr a try ( http://sourceforge.net/projects/javaocr/ , yes, I'm developer )

    Therre is no offocial release though, and you will have to look for sources ( good news: there is working android sample including sampler, offline trainer and recognizer application )

    If you only one font, you can get pretty good results with it (I reached up to recognition rates 99.96 on digits of the same font)

    PS: it is pure java and uses invariant moments to perform matching ( so no problems with scaling and rotation ) . There is also pretty effective binarisation.

    See it in action:

    https://play.google.com/store/apps/details?id=de.pribluda.android.ocrcall&feature=search_result#?t=W251bGwsMSwxLDEsImRlLnByaWJsdWRhLmFuZHJvaWQub2NyY2FsbCJd

提交回复
热议问题