java - What applications or libraries are available for screen scraping applications on Windows? -


We develop applications that use customers with side-by-side in-house custom software. One of our clients has requested that we check the use of two scrolling software so that one type of integration can be provided between two applications.

Our software is written as a Java (QTJ) desktop application, which hosts a web browser control, which runs the application in JavaScript.

Client software is a Windows desktop thick client, make sure what's written in it (managed .NET or unmanaged Win32? Maybe even Java).

We need to get data from our application, and input it into our application. Their application can not be modified under any circumstances. They have suggested using screen scraping to read information from our app, and have suggested input in the text field within my app.

Is there a screen scrapping application that can be used for this purpose? Is there a library which is used in any type of OCR technology? I think I want to avoid hook type in WM_Messages, but why am I unsure?

Any sign will be given in the right direction.

What about connecting GPI controls to API calls directly? If it is written in N.T.T. It should be straightforward.

Comments