Extract Document
This request will execute OCR detection, using the images provided, and parse them into an understandable model.
Before making the request, please ensure you meet the following prerequisites:
Visit Licensing to see how to get your credentials.
Please ensure that the images follows our input guidelines!
We only support the following image formats: .jpeg, .jpg, .png
Checkout acceptable header values to see what values we accept for each header.
Extract Document
POST
https://sybrinocr.sybrin.com/api/OCRAPI/ExtractDocument
Headers
CountryCode
string
The country you would like to scan for.
DocumentType
string
The document type you would like to scan for.
APIKey
string
An API key, checkout Licensing on how to get one.
ReturnType
string
The format in which you would like the document model to be returned. Defaults to "STRING" if no value is supplied.
Request Body
FrontImage
string
This should be an image file. The front image of the document that you would like to scan for. If multiple images are supplied, only the first will be used. Make sure to follow the input guidelines.
BackImage
object
This should be an image file. The back image of the document that you would like to scan for. If multiple images are supplied, only the first will be used. Make sure to follow the input guidelines. This parameter is only required if the document requires a back image, otherwise this parameter may be omitted. Check out the specific model to see if you need to include the back image or not.
Last updated
Was this helpful?