Getting Target using image

Hi, I want to target an UI element using image and robot should read the image text and then select target.
How can i do this?

Thanks

Hi @manoj.sharma.a9v

You can use the check app state activity, indicate the element that you want to check the element is appear or not. After check the Ui element, you can use get text activity to get the text from the image.

Hope it helps!!

@manoj.sharma.a9v
Hi,

1.Use a “Find Image” activity.

  • Configure the properties such as Image, TimeoutMS, and other necessary options.
  1. OCR activities like teseract or omnipage

    • Output: extractedText
    • Indicate on screen (select the region where the text is located)
  2. Use the extractedText to perform further actions in your workflow

Thanks

Hi @manoj.sharma.a9v

Use the CV Find Text activity. This activity reads the text present in an image or screen region.

Thanks for your support. I will check

Get Text doesn’t get text from images. You’d use Get OCR Text for that.