jipsss / jtesseract

Automatically exported from code.google.com/p/jtesseract
0 stars 0 forks source link

Modification to Steps #7

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
1. Load Images
   output ---> box files
2. Generate Training Data Set and Uni Char Set
   (Create *.tr files), (Create unicharset)
   input ---> box files
   output ---> tr files, tesseract input files (unicharset)
3. Clustering
   input ---> tr files
   output ---> tesseract input files 
4. Generate Dictionary
   (Dictionary), Ambiguity)
   input ---> wordlist, freqwordlist, userwords, ambiguity
   output ---> tesseract input files (dictionary)
5. Create Language Pack
   input ---> tesseract input files
   output ---> prefixed, tesseract input files (language pack)

Original issue reported on code.google.com by janapr...@gmail.com on 13 Oct 2008 at 3:43