Can not find Tesseract 4.0 tessdata only for Numbers

▼魔方 西西 提交于 2019-12-11 15:58:18

问题


As in this post: pytesseract using tesseract 4.0 numbers only not working Described, its possible to detect numbers with the eng.traineddata file but if I want to detect only numbers, this isn't possible with this file. Even if you define tessedit_char_whitelist=0123456789 it doesn't recognize anything.

  1. I searched on GitHub and so on to find a digit.traineddata for Tesseract 4.0 but didn't found one? Does someone know which one I could take?
  2. Is it possible to use one from Tesseract 3.x (but also found nothing there)
  3. Is it complicated to train my own dataset only with numbers, what would be the way to do this?

来源:https://stackoverflow.com/questions/53556234/can-not-find-tesseract-4-0-tessdata-only-for-numbers

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!