Pergunta

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?

Foi útil?

Solução

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

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top