FaceMatch
Accura Scan face biometrics solution matches the selfie image with the image on the id card
Last updated
Accura Scan face biometrics solution matches the selfie image with the image on the id card
Last updated
Pull AccuraFacematch Docker image using the command docker pull accurascan/facematch:<latest tag>
Visit https://hub.docker.com/r/accurascan/facematch to check the latest available version of AccuraFaceMatch
Run the docker by using the command: sudo docker run -d -it -p port-you-want-accurafacematch-to-run-on:80 --restart=always accurascan/facematch:<latest tag>
To generate your Accura Scan license contact sales@accurascan.com
Upload your license accessing "https://<yourdomain:port>" using a browser, Example is shown in the image below.
Use “https://yourdomain:port/api.php” (POST request) to access the API, an example post request is shown below.
POST
https://yourdomain:port/api.php
Name | Type | Description |
---|---|---|
image1* | file | Upload your image file |
image2* | file | Upload your image file |
The preferred threshold is 55%, meaning that if an image achieves a score above this threshold, the Face Match is considered Successful; otherwise, the Face Match is deemed to have Failed.