PDA

View Full Version : Get Data on Screen (from Internet or Software)



manuelito2459
26th December 2011, 21:34
Hello everybody,

I would like to get and process data that appears on my screen. I would like to be able to calculate data in a poker software (I know that these kind of softwares can be found for free on the Internet) or on the Internet. For example, how could I get the cards that appears on the screen? Any idea of the tools that I should use? If you know a good example that I could follow, it would be perfect!

Thank you

ChrisW67
29th December 2011, 21:36
You will need some kind of image recognition ability if all you have to work on is the image of a hand of cards (or a Flash application). If your on-screen display is created by HTML then you might find that parsing the HTML will tell you what cards are displayed.