Get Image similarity Percentage
Last updated
Was this helpful?
Last updated
Was this helpful?
This is pre-built Action located under the @Custom element name. It instructs the Avo Assure Client to compare and return the similarity percentage between an input-specified image and another image whose path is provided.
Input: <Object Type >;<Visible Text(Optional)>;<index>;<image path>;<abs (optional)>
For above syntax user needs to give specific Object type like image, visible text of the object (optional) along with element index of the object.
The user needs to add image path in the given syntax. This will help to find location of image.
Note: if for last argument abs is defined then the Action must be executed with absolute preformation with the specified visible text in the input.
Output: <Dynamic Variable>(Optional);<Dynamic Variable>(Optional)
A user is filling out an exam form and needs to upload a photo of their ID. After uploading the photo, the user wants to verify that the uploaded image matches the one they provided from their local device. With the help of Get Image similarity Percentage action the Avo Assure tool will compare the uploaded image with the provided image file path to ensure both images are similar.
img;;0;C:\Users\abc\Downloads\Image ID.png
The system should return a high similarity percentage (e.g., 95% or higher) if the uploaded image matches the provided image and store the {Result} in output variable as True.
The similarity percentage is 95% or higher, the output variable {Result} store as true.