Documents OCR
Sending a document image to be identified - Base URL: api.vlenseg.com/v1
General Input For Any Request
Headers
Name
Type
Description
Request Body
Name
Type
Description
{
"data": <Data model according to each model described below>,
"Services": {
"Validations": {
"validation_errors": [
{
"field": <string>,
"value": <string>,
"errors": [
{
"code": <int>,
"message": <string>
}
]
}
]
},
"spoofing": {
"fake": <bool>
},
"classification": {
"doc_type": <string>
}
}
},
"error_code": <int>,
"error_message": <string>
}National ID front side
Sends National ID Front Image
National ID back side
Sends National ID Back Image
Car License front side
Sends Car License Front Image
Car License back side
Sends Car License Back Image
Passport
Sends Passport Image
Driving License
Sends Driving License Image
License Plate
Sends License Plate Image
Multi card
Sends an image containing multiple documents
General OCR
Sends any image containing any general text to be recognized and extracted
Postman collection for documents OCR
Last updated