Actyv ocr : Version 1.0
Usage : This API is designed to extract general fields from Adhar card URL :- https://custom-ocr.herokuapp.com/get_adhar
It accepts 2 types of documents,
- Adhar front image
- Adhar back image
Exractions
Adhar front
Adhar front
The general fields extracted from uploaded Adhar front image includes,
Fields extracted |
---|
Name |
DOB |
Gender |
Father/Husband name |
Age |
Adhar number |
Document identified |
Adhar back
The general fields extracted from uploaded Adhar back image includes,
Fields extracted |
---|
Address |
Pincode |
Document identified |
Request format
Request - POST
Request URL - https://custom-ocr.herokuapp.com/get_adhar
In Body -> raw format -> <b>JSON request
Example :-
{
"file" : "image_url"
}
Request - POST
Request URL - https://custom-ocr.herokuapp.com/get_adhar
In Body -> raw format -> <b>JSON request
Example :-
{
"file" : "image_url"
}