当我运行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
有同样的问题
该问题没有回复。