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?