Skip to main content

Retrieve data from Quebec Driver's License

Retrieves the data from a Quebec Driver's license using OCR (optical character recognition). Also known as IDP (Intelligent Document Processing).

Common use cases

  • Data Manipulation

Application

  • OCR

Inputs (what you have)

NAMEDESCRIPTIONTYPEREQUIREDEXAMPLE
File nameThe name of the file to be readTextYesFile1

Note: the value of inputs can either be a set value in the configuration of the Wrk Action within the Wrkflow, or a variable from the Data Library. These variables in the Data Library are the outputs of previous Wrk Actions in the Wrkflow.

Outputs (what you get)

NAMEDESCRIPTIONTYPEREQUIREDEXAMPLE
AddressAddresssTextYes123 Main street
Date of birthDate of birthTextYes08-10-1970
Driving license numberLicense numberTextYesD12345
ExpiryLicense expiry dateDateYes10-10-2023
NameName on licenseTextYesJohn Smith
Reference numberReference number on licenseTextYesR5739
SexSex of the driverTextYesMale
Submission IDSubmission IDTextYesS1234
Valid fromLicense valid dateDateYes10-10-20 to 10-10-23

Outcomes

NAMEDESCRIPTION
SuccessThis status is selected if the data from a Quebec Driver's license was successfully retrieved
UnsuccessfulThis status is selected in the event of the following scenarios:- Fail to login to account- Application site is down

Requirements

  • N/A