chicken-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Chicken-users] OT: Scraping data from Windows app screen


From: Felix
Subject: Re: [Chicken-users] OT: Scraping data from Windows app screen
Date: Sat, 17 Sep 2011 15:22:40 +0200 (CEST)

From: Steve Graham <address@hidden>
Subject: Re: [Chicken-users] OT: Scraping data from Windows app screen
Date: Fri, 16 Sep 2011 13:55:17 -0700 (PDT)

> Okay.
> 
> Here's the situation.  A group at work is already entering data into a 
> Windows-based application.  Now they are also supposed to be putting in much 
> the same data into a 2nd terminal-based app.
> 
> So, I'm thinking there must be a way to pick up the data already entered into 
> the first app (i.e. through "scraping" from the 1st app's window) and 
> automatically place it into the 2nd app.

That would mean you have to OCR the text from the Window-bitmap somehow, right?
That sounds excessively difficult...

Perhaps it is possible to hook into the Windows API routine that
writes text ("TextOut" ? I can't remember) and try to make something
from the input arguments.


cheers,
felix



reply via email to

[Prev in Thread] Current Thread [Next in Thread]