MRZ
Accura Scan’s MRZ scans and extracts the MRZ data from any government Id globally.
Steps to Install and Run the MRZ Docker
Step 1:
Pull AccuraMRZ Docker image (latest tag) using the command docker pull accurascan/mrz:<latest tag>
Visit https://hub.docker.com/r/accurascan/mrz to check the latest available version of AccuraMRZ
Step 2:
Run the docker by using the command: sudo docker run -d -it -p port-you-want-accuramrz-to-run-on:80 --restart=always accurascan/mrz:<latest tag>
Step 3:
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.
Step 4:
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
Request Body
Name | Type | Description |
---|---|---|
file* | file | Upload your image file |
Last updated