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, 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
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!!
1.Use a “Find Image” activity.
OCR activities like teseract or omnipage
Use the extractedText to perform further actions in your workflow
Thanks
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.