Extract Highlighted values in image

Hi Team,
I would like to get suggestion for my query, from the below image i need to extract highlighted values alone. Please suggest flow of activities.

Thanks in advance!!

@Pavan_kumar15

Use Computer vision activities like cv Get text
Or
Use Get Oct Text Activity to get the text

Hi @rlgandu ,

Thanks for the information. with help of above activities can i extract highlighted values alone
?

@Pavan_kumar15

Yes Please try

Hi @Pavan_kumar15

You want to extract the Seat numbers which are highlited in the bus right.

Try using the Get attribute activity, in that select the attribute which shows the highlited parts.

Hope it helps!!

Hi @mkankatala

From below image i need to extract the values of green highlighted. please suggest the flow of activities

image

Okay @Pavan_kumar15

Every time will you have two elements or more…?

Hi there,

This looks like a website or something, where is the image coming from? is there no way you could rather have the bot read the information from the system/site itself?

That would eliminate the complication and minimize failures/exceptions.

No @mkankatala , it will have around 200 elements, but the red and green color will vary.

Hi @SenzoD ,

its an web application

@Pavan_kumar15

Okay @Pavan_kumar15

Then use the For each Ui element activity and indicate the first element then it will automatically extract all the 200 elements. Output of this activity is CurrentElement.
Inside for each insert the Get Attribute activity, open properties and pass the CurrentElement to the Input Element option. Select the attribute which is giving the color of the Element.

Hope it helps!!

Hi @rlgandu ,

could you please share me the xaml file

@Pavan_kumar15

Main.zip (7.0 KB)

Thank you Thank you @rlgandu