Tim Roberts wrote:
> Boris Borcic wrote:
>> I am trying to use UI Automation to drive an MS Windows app with pywinauto.
>>
>> I need to scrape the app's window contents and use some form of OCR to get at
>> the texts (pywinauto can't get at them).
>>
>> As an alternative to integrating an OCR engin
Hi,
On 1/23/07, Tim Roberts <[EMAIL PROTECTED]> wrote:
>
> I'm surprised you can't get at the window contents. Have you used the
> spyxx.exe utility to poke through the window structure?
>
Unfortunately there are quite a few controls in software that are
either owner drawn or are custom and do
Boris Borcic wrote:
> I am trying to use UI Automation to drive an MS Windows app with pywinauto.
>
> I need to scrape the app's window contents and use some form of OCR to get at
> the texts (pywinauto can't get at them).
>
> As an alternative to integrating an OCR engine, and since I know the fon