The package is image-js/mrz-detection package's web service edition.
You can look at original repo at here image-js/mrz-detection
npm i
node app
Available localhost:3000
POST locahost:3000/GetMrzSingle
multipart/form-data
field photo
POST locahost:3000/GetMrzMulti
multipart/form-data
field photos
POST locahost:3000/GetMrzSingle
POST locahost:3000/GetMrzMulti
200: { status: true, message: [] }
400: { status: false, message: 'No Image found' }
Pull requests are welcome.