topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Friday April 19, 2024, 8:10 pm
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Author Topic: I need a script to alert by SMS/Email after analyzing screen capture  (Read 7286 times)

derk

  • Participant
  • Joined in 2015
  • *
  • Posts: 4
    • View Profile
    • Donate to Member
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

  • Animated Giffer in Chief
  • Honorary Member
  • Joined in 2010
  • **
  • Posts: 3,741
    • View Profile
    • Donate to Member
Re: I need a script to alert by SMS/Email after analyzing screen capture
« Reply #1 on: January 23, 2015, 03:30 PM »
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

  • Animated Giffer in Chief
  • Honorary Member
  • Joined in 2010
  • **
  • Posts: 3,741
    • View Profile
    • Donate to Member
Re: I need a script to alert by SMS/Email after analyzing screen capture
« Reply #2 on: January 23, 2015, 03:30 PM »
Forgot to mention:  Welcome to the site!  Nice to see you getting stuck in!

derk

  • Participant
  • Joined in 2015
  • *
  • Posts: 4
    • View Profile
    • Donate to Member
Re: I need a script to alert by SMS/Email after analyzing screen capture
« Reply #3 on: January 23, 2015, 03:37 PM »
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
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

  • Participant
  • Joined in 2015
  • *
  • Posts: 4
    • View Profile
    • Donate to Member
Re: I need a script to alert by SMS/Email after analyzing screen capture
« Reply #4 on: January 23, 2015, 03:40 PM »
Forgot to mention:  Welcome to the site!  Nice to see you getting stuck in!
Thank you! This is a cool place!

derk

  • Participant
  • Joined in 2015
  • *
  • Posts: 4
    • View Profile
    • Donate to Member
Re: I need a script to alert by SMS/Email after analyzing screen capture
« Reply #5 on: January 23, 2015, 04:07 PM »
I found this: http://venussoftcorp...05/thefolderspy.html

Has anyone ever used this? It looks like I could possibly use this to read new .txt documents created in a particular folder (when the screenshot is created and read as a number it will create a new .txt with the name of the number it captured).

This would take care of my email/SMS problem!

awopbamboo

  • Honorary Member
  • Joined in 2009
  • **
  • Posts: 118
    • View Profile
    • Donate to Member
Re: I need a script to alert by SMS/Email after analyzing screen capture
« Reply #6 on: February 10, 2015, 08:57 AM »
Hi Derk

I think you have tried to over engineer the solution.  A single process/app could do everything you have said in one go.

Also, it depends what you are actually trying to capture. Do you have a real life example of something you want to capture?
_____________________________________________
J.