Senegal ๐ธ๐ณ
Extract PII data from Senegalese ID documents
How It Works
Appruve's OCR API allows you to extract the Personally identifiable information from a Senegalese ID document including the ID face photo. This API also performs an analyses on each document uploaded to determine if the document is legit or not. Document analyses include Template Matching, Barcode and MRZ checks.
The endpoint is constructed as follows.
id_type
should be replaced with the specific ID type. Supported ID types are national_id
and passport
.
The request is a multipart POST
request as shown in the example below. The front_id_image
and back_id_image
parameters are required and their values could be a File Object or a web URL.
Example National ID Request
An example response is given below.
The returned transaction_reference
value should be used for the Upload Selfie endpoint.
Last updated