Retrieve details from a Quebec Birth Certificate.
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 |
Document number | No De Document on the birth certificate | Text(Short) | Yes | BC123456789 |
First names | Prenom(s) on the birth certificate | Text(Short) | Yes | Emily Rose |
Last name | Nom on the birth certificate | Text(Short) | Yes | Smith |
Gender | Sexe on the birth certificate | Text(Short) | Yes | Female |
Place of birth | Lieu de naissance on the birth certificate | Text(Short) | Yes | Montreal, Quebec |
Date of birth | Date de naissance on the birth certificate | Date | Yes | 1990-05-15 |
Father's first name | First name of the "Pere" on the birth certificate | Text(Short) | Yes | John |
Father's last name | Last name of the "Pere" on the birth certificate | Text(Short) | Yes | Smith |
Mother's first name | First name of the "Mere" on the birth certificate | Text(Short) | Yes | Mary |
Mother's last name | Last name of the "Mere" on the birth certificate | Text(Short) | Yes | Smith |
Delivery date | Date de deliverance on the birth certificate | Date | Yes | 2020-01-30 |
Registration number | Numero d' inscription on the birth certificate | Text(Short) | Yes | 123456789 |
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