Hi Jimmy, On Wed, Dec 04, 2013 at 08:15:48AM -0800, Jimmy Orpheus wrote: > when I try to uncombine the eng.traineddata file > > using the command: combine_tessdata -u tessdata/eng.traineddata output/eng.* > > ... > > Am I doing something wrong with the -u parameter?
You are, yes. You're close, but using slightly the wrong syntax. It should be: combine_tessdata -u tessdata/eng.traineddata output/eng. The asterisk on the end would have been causing your problems. 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.

