1. Verifying User Identity for Onboarding
Security Operations SpecialistBackground
A security specialist needs to verify if a newly uploaded selfie matches the photo on a user's submitted driver's license.
Problem
Manually checking hundreds of ID photos against selfies is slow and prone to human error.
How to use
Upload the driver's license photo as Image A and the user's selfie as Image B, set the Match Threshold to 0.6, and run the comparison.
Image A: license.jpg, Image B: selfie.png, Match Threshold: 0.6, Minimum Confidence: 0.5Outcome
The tool outputs a JSON result showing an embedding distance of 0.42 and a match value of true, confirming the identity.