I'm trying to do a handwritten character recognition using Tesseract.
To do this, I need a handwritten (in english) data definition (to put in the tessdata directory):

  - tessdata/eng.freq-dawg
  - tessdata/eng.word-dawg
  - tessdata/eng.user-words
  - tessdata/eng.inttemp
  - tessdata/eng.normproto
  - tessdata/eng.pffmtable
  - tessdata/eng.unicharset
  - tessdata/eng.DangAmbigs

Where can I find these files?

有帮助吗?

解决方案

They are of the old 2.0x language data. Look for tesseract-2.00.eng.tar.gz in the Download page.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top