Accura OCR

Accura Scan’s OCR scans and extracts data from any government Id globally.

Important Notes:

  1. Max file upload size is 1 MB. Request to Pre-Process the images and send to our Document OCR API.

  2. User Profile Pic is returned as base64 format.

  3. Results are returned in JSON format.

  4. For MRZ documents. Use any country code, but card code should be "MRZ".

  5. We DO NOT save any User information on our server.

Check Country code and Card code from here

POST https://api.accurascan.com/api/v4/ocr

Headers

NameTypeDescription

Api-Key*

String

Your Api Key

Request Body

NameTypeDescription

country_code*

String

Add the Country Code

card_code *

String

Add the Card Code

scan_image or scan_image_url or scan_image_base64*

Upload Image File (jpg, jpeg, png) or You can use image url. (jpg, jpeg, png) or You can use base64 image string.

Last updated