Very amateur python programmer here with a question about pytesseract. I'm using pytesseract to scan work orders at work, but it's not doing a very good job.
Often the words that appear on the work order are in different fonts, and are different colors with different colored backgrounds. Fortunately, the only info I need pytesseract to read on this documents is always in black Ariel font on a white background. Is there any way to program pytesseract to only look for specific fonts and font colors, and if there is would that potentially make the pytesseract read cleaner?