ID Forgery

ID Forgery solution detects and identifies whether the image on the document is digitally forged or not.

Steps to Install and Run the ID Forgery Docker

Step 1:

Pull AccuraFacematch Docker image using the command docker pull accurascan/idforgery:<latest tag>

Visit https://hub.docker.com/r/accurascan/idforgery to check the latest version available

Example:
docker pull accurascan/idforgery:15.0.0

Step 2:

Run the docker by using the command: sudo docker run -dp {Port-you-want-docker-to-run-on}:80 –restart=always accurascan/idforgery:<latest tag>

Example
sudo docker run -d -it -p 3001:80 --restart=always accurascan/idforgery:15.0.0

Step 3:

Generate a license from developer account from “https://accurascan.com/” using your server details, The license can be issued on IP or the Domain

Upload your license accessing "https://<yourdomain:port>" using a browser, Example is shown in the image below.

Step 4:

Use “https://yourdomain:port/api” (POST request) to access the API, an example post request is shown below.

POST https://yourdomain:port/api

Request Body

NameTypeDescription

input_image*

file

Upload your image file

Last updated