How to get OCR Text thorough loop in citrix environment?

Hi team,

I am dealing with a scenario where there is a CITRIX environment. I have to click on the certain row get the OCR value of a particular item and then perform certain actions. I have to repeat the process for all the values that appear on the screen.

Note: Web scrapping is not workable. I have tried it
Any help in this regard will be highly appreciated.

@prasath17 @sonaliaggarwal47 @Palaniyappan @Lahiru.Fernando

Thank you
Regards
enthusiastic

3 Likes

Hi

There are two options to cover this

  1. We can use computer vision table extraction that is CV Extract Datatable https://docs.uipath.com/activities/docs/cv-extract-data-table-with-descriptor

Or
2. We can use Screen scrapping with Get ocr text activity which will help us get the text as well

And finally get the table itself as a output and loop through that and use CLICK OCR TEXT activity to click on that specific data

For more ideas on how to access a text on a image have a view on this doc

Cheers @enthusiastic

1 Like