You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to tesseract-ocr
Hi,
I wrote a utility that uses tesseract.exe so that it can be used with
files of different tif compressions and in multipage format.
The name of the utility, written in C#, is WaveTesseract and you can
run it as follows
WaveTesseract.exe <inputfile.tif>
Note that the utility must be placed in the same directory of
tesseract.exe.
Briefly, the utility takes the files passed as an argument and creates
a copy of it with the desired compression and color depth. In the case
of multipage format it works one page at a time.