Validator Setup


To validate extracted or entered field values against rules.

Functionality:

  • Configure rules like mandatory fields, numeric only, and regex pattern matching.
  • Assign validations to specific document types or batches.
  • Display errors during verification if validation fails.
Validation Setup

Example:

  • “Invoice Date” must be in DD-MM-YYYY format and cannot be a future date.

Benefit:

  • Reduces processing errors and ensures data integrity and compliance.