是否有任何可用的免费/开源 OCR 可以针对新符号进行训练并且还可以输出在目标图像中找到的符号坐标?我读过 tesseract OCR 可以训练,但它可以在 OCR 之后给我坐标吗?有什么例子吗?我需要使用包含一个 sybmol 的图像来训练 ocr 的代码/步骤。一张图像中大约有 20 个符号要训练。然后使用经过训练的 OCR 检测目标图像中的这些符号,如果找到,则也给出坐标。
问问题
3625 次
1 回答
4
You can train Tesseract to recognize new symbols. The hocr format contains the coordinates of the recognized words.
https://github.com/tesseract-ocr/tesseract/wiki/Training-Tesseract
http://vietocr.sourceforge.net/training.html
https://github.com/tesseract-ocr/tesseract/wiki/Command-Line-Usage#hocr-output
于 2011-06-05T03:14:18.850 回答