문제

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