What activity should I use to capture this text information when the anchor is this smaller Red line on the right of the screen? In most cases there is just 1 line & 1 variable but some cases there’s 3 lines and I need to capture the information as 3 separate variables to then use later in my process. To make it even more confusing, the line locations can change but it’s typically in the same general area of the screen (right middle 1/3 of the screen).
Hi @Cher_W
Your query is quite confusing, could you plese elobarate it then we can understand better.
Thanks for the feedback. In the photo, I want to save the drug names as variables to use later in the process. The line is ‘tagged’ with that small red line on the right side of the screen which shows the lines I need to act on.
In the photo for example, I would like “Lisinopril tab 40mg” saved as varible1, “atorvastatin calcium tab 20mg” as variable2, “metformin hcl tab er 24hr 500mg” as variable3.
I do NOT want to save “Glipizide tab 5mg” at all bc there’s no red line on the right side of the screen meaning I do not have to act on it.
To complicate matters, there are 1-3 line to act on per screen & it’s not a fixed number each time.
If the red lines are image-based, then use Find Image Matches to detect all markers, then use Get OCR Text around each detected region and extract the text into separate variables. If the application exposes UI elements, Find Children + Get Text is more reliable.
