UiPath image search

I have a bunch of logos

I have to check in a particular document whether it contains that logo or not
How to achieve so

1 Like
  • For Each File in Folder
    – Load Image
    – Find Image Matches (set Image to ImageTarget and Target to null, then use the variable from Load Image in the Image property of Find Image Matches
2 Likes

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.