How to hide the console window when I run tesseract with pytesseract with CREATE_NO_WINDOW
I am using tesseract to perform OCR on screengrabs. I have an app using a tkinter window leveraging self.after in the initialization of my class to perform constant image scrapes and update label, etc values in the tkinter window. I have searched for multiple days and can't find any specific examples how to leverage CREATE_NO_WINDOW with Python3.6 on a Windows platform calling tesseract with pytesseract. This is related to this question: How can I hide the console window when I run tesseract with pytesser I have only been programming Python for 2 weeks and don't understand what/how to perform