Accura OCR
Accura Scan’s OCR scans and extracts data from any government Id globally.
Important Notes:
Max file upload size is 1 MB. Request to Pre-Process the images and send to our Document OCR API.
User Profile Pic is returned as base64 format.
Results are returned in JSON format.
For MRZ documents. Use any country code, but card code should be "MRZ".
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
Name | Type | Description |
---|---|---|
Api-Key* | String | Your Api Key |
Request Body
Name | Type | Description |
---|---|---|
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