On Ubuntu, I use tesseract-ocr in version 3.02. Especially the pytesseract wrapper for python, but this question also concerns the command line.
In the FAQ at https://code.google.com/p/tesseract-ocr/wiki/FAQ#How_can_I_make_the_error_messages_go_to_tesseract.log_instead_of
it is written that there is an option / config file "quiet" that suppresses the tesseract info line.
However, when I invoke the tesseract command line with this option, it says
"read_params_file: cannot open silent
And rightly so, there is no “quiet” -config file in the corresponding config folder.
Where can I get it or how to create it?
The information line I want to suppress is "Tesseract Open Source OCR Engine v3.02 with Leptonica".
source share