如何在没有提示弹出的情况下运行tesseract?

时间:2017-12-24 03:28:03

标签: python cmd tesseract

当我运行tesseract时会弹出一个提示,有时会超过我需要tesseract阅读的内容。

result = pytesseract.image_to_string(Image.fromarray(img), config="-c tessedit_char_whitelist=0123456789abcdefghijklmnopqrstuvxwyzABCDEFGHIJKLMNOPQRSTUVXWYZ-_+*/!@#$%^&() -psm 4 -oem 1")

有没有办法隐藏提示?

我和这个家伙https://stackoverflow.com/questions/38782124/how-can-i-hide-the-console-window-when-i-run-tesseract-with-pytesser有同样的问题 该问题没有回复。

0 个答案:

没有答案