I want tesseract to convert all the files of a folder. I do not want to merge the files in any way as I am having trouble with programs like hocr2pdf and pdfbeads merging more than one file at a time.
I run tesseract *.tif * hocr
and end up with the following
read_params_file: parameter not found: II*
tesseract example1.tif example2.tif example3.tif hocr
. This is done before tesseract gets to see any parameters. – Hennes Mar 30 '13 at 12:30