External Validation
The settings in this section control the external document validation features.
- Enable External Validation: Turns on/off the external validation feature.
- Default value is off.
- Enable Chip ID Card Reader: Turns on/off chip card reader attached to the Kiosk Machine.
- Default value is off.
- External Validation Webhook: Webhook name for the external validation itself.
- This needs to be set to the name of the UIP trigger responsible for the effective integration with the external document validation system.
- Typically, this will be externalDocumentValidation.
- Crop Person Face Webhook: Webhook name for cropping the person face.
- This needs to be set to the name of the UIP trigger responsible for detecting the face of a person in a given image.
- Typically, this will be detectFace.
- Leave this setting empty if the external document validation system does not require to crop the person image from the document image.
- Min Image Size (KB): Minimum image size accepted by the external validation system.
- Default value is 10.
- Max Image Size (KB): Maximum image size accepted by the external validation system.
- Default value is 100.
- Enlarge Cropping Percentage (%): Usually, it is necessary to enlarge the cropped area because face match adapters (like SFA) return coordinates which strictly limit to the face features that are used in the face match (eyes, nose, mouth). We want that cropped image to contain the entire face though, so we need to enlarge the cropped area a little.
- Default value is 60.
- Exclude country codes (separated by semicolon): List of country codes to be excluded from external validation.
- Country codes in ISO Alpha-2 (such as: US) or Alpha-3 (such as: USA) format are used for this list.