Hi Ingo, On Mon, Dec 09, 2013 at 04:51:23AM -0800, Ingo W. wrote: > I am trying to train some scaned documents to tesseract with unknown font. > I give them a fake fontname builded by timecode. > > At last step i do combine_tessdata. now I have a new deu.traineddata in the > directory. > I thought this command combines the new trained files to the existing > deu.traineddata from the tessdata folder?
You can't combine two training files together. However you can tell Tesseract to use both together when you run it, with a command like this: tesseract imagename outbase -l deu+newfontname Nick -- -- You received this message because you are subscribed to the Google Groups "tesseract-ocr" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/tesseract-ocr?hl=en --- You received this message because you are subscribed to the Google Groups "tesseract-ocr" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.

