Tesseract handwriting with dictionary training

前端 未结 1 778
無奈伤痛
無奈伤痛 2020-12-05 10:57

I have a dictionary of words in a text file, separated by newlines. And I want to recognize the handwriting using Tesseract, and output the nearest matching line in the text

相关标签:
1条回答
  • 2020-12-05 11:18

    It's possible to train tesseract to recognize handwriting. Here are the instructions: https://tesseract-ocr.github.io/tessdoc/Training-Tesseract

    But don't expect very good results. Academics have typically gotten accuracy results topping out about 90%. Here are a couple references for words and numbers. So if your use case can deal with at least 1/10 errors, this might work for you.

    0 讨论(0)
提交回复
热议问题