Retrieve details from a Quebec Drivers License
Application
Intelligent Document Processing
Inputs (what you have)
Name | Description | Data Type | Required? | Example |
Document | PNG, JPEG, TIFF, or PDF document file | File | No |
|
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 section. These variables in the Data library section are the outputs of previous Wrk Actions in the Wrkflow.
Outputs (what you get)
Name | Description | Data Type | Required? | Example |
License number | Number of the driver license | Text(Short) | Yes | 1234567890 |
First name | First name on the driver license | Text(Short) | Yes | John |
Last name | Last name on the driver license | Text(Short) | Yes | Doe |
Date of birth | Date of birth on the driver license | Date | Yes | 1990-01-01 |
Full address | Full address on the driver license | Text(Short) | Yes | 123 Main St, Quebec City |
Classes | Classes on the driver license | Text(Short) | Yes | A, B, C |
Condition | "Cond" on the driver license | Text(Short) | Yes | None |
Mentions | "Mention(s)" on the driver license | Text(Short) | Yes | Vision impaired |
Reference number | No de reference on the driver license | Text(Short) | Yes | ABC123 |
Expiry date | Expiry date of the driver license | Date | Yes | 2025-06-30 |
Valid date | Expiry date of the driver license | Date | Yes | 2022-06-30 |
Gender | Gender on the driver license | Text(Short) | Yes | M |
Height | Height on the driver license | Text(Short) | Yes | 160 |
Eye color | Eye color on the driver license | Text(Short) | Yes | Brown |
Document data extracted | A JSON object of the extract data for the document type selected | Text(Long) | Yes |
|
All text retrieved | All the text present in the document | Text(Long) | Yes |
|
Outcomes
Name | Description |
Success | This status is selected if details are extracted from the document |
No Result | This status is selected in the event of the following scenarios:
|
Impossible to Complete | This status is selected in the event of the following scenarios:
|
Requirements
N/A