The read_params_file errors are because the TESSDATA_PREFIX directory wasn't set correctly. If you set the TESSDATA_PREFIX properly then you can get by with simply:
tesseract [lang].[fontname].exp[num].tif [lang].[fontname].exp[num] nobatch box.train On Thursday, June 7, 2012 10:57:58 AM UTC-7, Vince wrote: > > > read_params_file: Can't open nobatch > > read_params_file: Can't open box.train.stderr > > nobatch and box.train.stderr didn't look like filenames, they looked > like command line flags. I assumed the errors were incorrect. I > think the instructions would be clearer like this: > > tesseract [lang].[fontname].exp[num].tif [lang].[fontname].exp[num] > %TESSDATA_PREFIX%\tessdata\tessconfig\nobatch %TESSDATA_PREFIX% > \tessdata\tessconfig\box.train > > Or at least modify the instructions to explain where the files are > located as Nick has done. > > -- 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

