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
Application
| NAME | DESCRIPTION | TYPE | REQUIRED | EXAMPLE |
|---|
| File name | The name of the file to be read | Text | Yes | File1 |
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)
| NAME | DESCRIPTION | TYPE | REQUIRED | EXAMPLE |
|---|
| Address | Addresss | Text | Yes | 123 Main street |
| Date of birth | Date of birth | Text | Yes | 08-10-1970 |
| Driving license number | License number | Text | Yes | D12345 |
| Expiry | License expiry date | Date | Yes | 10-10-2023 |
| Name | Name on license | Text | Yes | John Smith |
| Reference number | Reference number on license | Text | Yes | R5739 |
| Sex | Sex of the driver | Text | Yes | Male |
| Submission ID | Submission ID | Text | Yes | S1234 |
| Valid from | License valid date | Date | Yes | 10-10-20 to 10-10-23 |
Outcomes
| NAME | DESCRIPTION |
|---|
| Success | This status is selected if the data from a Quebec Driver's license was successfully retrieved |
| Unsuccessful | This status is selected in the event of the following scenarios:- Fail to login to account- Application site is down |
Requirements