ATTENTION: You are viewing a page formatted for mobile devices; to view the full web page, click HERE.

DonationCoder.com Software > Coding Snacks

I need a script to alert by SMS/Email after analyzing screen capture

(1/2) > >>

derk:
So, I had this idea to utilize Screenshot Captor to alert me when the captured screen falls below a certain threshold (number). I need the script to continuously take screenshots of a fixed region on my screen (every 10 minutes for example), print the captured image to PDF, open the created PDF in Adobe Acrobat, run the native text recognition function, copy the recognized text (in this case a number), possibly paste that value into a notepad document and run some if/then statements to determine whether I need to be alerted or not.

Is this possible? I know some coding but I don't have a lot of experience.

KynloStephen66515:
IMHO, SMS notifications are a nightmare to setup...not to mention the costs involved with doing so (such things are not usually free), but I can see that the e-mail notifications should (albeit rather difficult to do) be possible.

Not something I have time to do myself, and not really something I can see a huge market for.

Question: Is the screenshot being taken of a webpage?
I ask because you could do something like this with a webpage scraper, and run the if statements from there...I assume this would be simpler

KynloStephen66515:
Forgot to mention:  Welcome to the site!  Nice to see you getting stuck in!

derk:
IMHO, SMS notifications are a nightmare to setup...not to mention the costs involved with doing so (such things are not usually free), but I can see that the e-mail notifications should (albeit rather difficult to do) be possible.

Not something I have time to do myself, and not really something I can see a huge market for.

Question: Is the screenshot being taken of a webpage?
I ask because you could do something like this with a webpage scraper, and run the if statements from there...I assume this would be simpler
-Stephen66515 (January 23, 2015, 03:30 PM)
--- End quote ---
This would be screen-grabbing a region of an application. I've done all of the processes manually, so I know how it can work methodically but I'm not sure how to batch/script it.

derk:
Forgot to mention:  Welcome to the site!  Nice to see you getting stuck in!
-Stephen66515 (January 23, 2015, 03:30 PM)
--- End quote ---
Thank you! This is a cool place!

Navigation

[0] Message Index

[#] Next page

Go to full version