MRZ
Accura Scan’s MRZ scans and extracts the MRZ data from any government Id globally.
Last updated
Accura Scan’s MRZ scans and extracts the MRZ data from any government Id globally.
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
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>
To generate your Accura Scan license contact [email protected]
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
You can either pass image file or an image base64.
file*
file
Upload your image file
filebase64
text or string
paste your image base64 here

Last updated
docker pull accurascan/mrz:36.0.0sudo docker run -d -it -p 3001:80 --restart=always accurascan/mrz:36.0.0