Data extraction validators
AI Document Processing comes with a set of predefined data validators that help ensure the integrity of the extracted data from documents.
Available validators
Here’s a list of currently available validators:
PostalAddressIntegrity
— Validates a postal addressIBANIntegrity
— Validates an IBAN numberCreditCardNumberIntegrity
— Validates a credit card numberVehicleIdentificationNumberIntegrity
— Validates a VINEmailIntegrity
— Validates an email addressURIIntegrity
— Validates a URIVATIdIntegrity
— Validates a VAT numberPhoneNumberIntegrity
— Validates a phone numberCurrencyIntegrity
— Validates a currencyDateIntegrity
— Validates a dateNumberIntegrity
— Validates a general number
What happens when validation fails?
In case of failed validation, the extracted value will be flagged and this will be reflected in the ProcessorResult
object returned by the document processor.
The FieldValidationState
will be VerficationNeeded
, as opposed to Valid
.