Document direct(desktop based application)

Hi,
When i am trying to configure anything using windows scraping, its not able to highlight anything.
I am accessing Document durect desktoo based application. After clicking on “start field configuration” application controls are not highlighting to select anything, even though window scraping is coming and clicked on play button to configure.
Is there any other way to configure from desktop based application?

Hi,

It may happen that for some UI framework Windows scrapping may not work. (for ex UWP) You will have to use image based automation or write a code plugin in such scenarios.

Regards,
Amit Anand

How to use image based automation?
Actually i need to fetch data from that application.

Hi,

Under Image section there is text extractor activity. Use the same to extact text from image

Regards,
Amit Anand

Sometimes the desired output is coming and sometimes it is giving blank output without any data and sometimes it is showing “Object reference not set to an instance of an object” error.
Why?

Hi,

Which OCR engine you are using. If it is not able to find the given image at run time then it thrown exception. Catch these exception or Change the property of key Ignore Error to true

Regards,
Amit