Re: [tesseract-ocr] Training Tesseract 5 with known data in tables

2022-05-22 Thread Zdenko Podobny
> > So if I understand you correctly you mean that I could create a script > that runs "pyautogui.locateOnScreen" for each possible name, team and > position and when two y-values match (within a few pixels +/-) I have the > position for that player and then create my output based on that? Yes. L

Re: [tesseract-ocr] Training Tesseract 5 with known data in tables

2022-05-22 Thread Peter Vallsten
Hi zdenop! Thanks for your reply! Great to know that it could be done with easier methods, I've never quite worked with python before though! So if I understand you correctly you mean that I could create a script that runs "pyautogui.locateOnScreen" for each possible name, team and position and