Tesseract安静模式

Tex*_*mex 5 tesseract python-tesseract

在 Ubuntu 下,我在 3.02 版中使用 tesseract-ocr。特别是python的包装器pytesseract,但这个问题也是关于命令行工具的。

https://code.google.com/p/tesseract-ocr/wiki/FAQ#How_can_I_make_the_error_messages_go_to_tesseract.log_instead_of下的常见问题解答中

写到有一个选项/配置文件“安静”抑制了tesseract的信息行。

但是,当我用这个选项调用 tesseract 命令行时,它说

“read_params_file:无法安静地打开”

没错,在相应的 config-folder 中没有“quiet”-config-file。

我在哪里可以获得它或如何创建它?

我想压制的信息线是:“Tesseract Open Source OCR Engine v3.02 with Leptonica”。