I need to automate a extract of info from a Flash App. My idea was to take a screenshot and get the text from there, but using Pytesser isn't working (it returns nothing, don't know if it's because i'm doing something wrong or because it's too small).
The text is black arial size 8 text in a white background, no noise, and the text is pretty simple (mostly things like "9:32" or "Cristiano Ronaldo"). How would you face this problem in a simple way and using Python?
Just in case it's needed, i'm using Windows XP and Python 2.7
Thank you in advance.