when i run tesseract a prompt pops up, and sometimes that gets over what i need tesseract to read.
result = pytesseract.image_to_string(Image.fromarray(img), config="-c tessedit_char_whitelist=0123456789abcdefghijklmnopqrstuvxwyzABCDEFGHIJKLMNOPQRSTUVXWYZ-_+*/!@#$%^&() -psm 4 -oem 1")
is there a way to hide the prompt?
i have the same problem as this guy https://stackoverflow.com/questions/38782124/how-can-i-hide-the-console-window-when-i-run-tesseract-with-pytesser
no reply in that question.