Sunday, May 5, 2024
 Popular · Latest · Hot · Upcoming
4
rated 0 times [  4] [ 0]  / answers: 1 / hits: 6873  / 2 Years ago, thu, march 3, 2022, 5:48:51

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*


More From » ocr

 Answers
1

I tried this and it works



for i in *.tif ; do tesseract $i outtext;  done;


Make sure when you are in terminal and you change directory to the location of all the files


[#31963] Friday, March 4, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
rontablis

Total Points: 293
Total Questions: 123
Total Answers: 104

Location: Austria
Member since Mon, Mar 1, 2021
3 Years ago
;