0

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?

Bogy
  • 944
  • 14
  • 30

1 Answers1

1

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

nguyenq
  • 8,212
  • 1
  • 16
  • 16