Is there a way to move the fields that fail to meet the confidence threshold into the ‘Fields to Validate’ section in the Action Center? I am using taxonomy rules and confidence scores to determine the creation of Action Center tasks.
In the below example, I aim to transfer the ‘Payment Terms?’ field to the ‘Fields to Validate’ section though regex pattern for post-processing matches If the confidence level remains below 95%, we prefer not to directly process it.
Set confidence threshold (95%) in Data Extraction Scope → Define taxonomy rules in Taxonomy Manager → Use regex in post-processing to check extracted data → If confidence < 95%, mark field for validation → Use Present Validation Station to move low-confidence fields to Fields to Validate in Action Center.
To mark a field for validation in DU, set the Confidence property of the extraction result to be less than the defined confidence threshold (e.g. 95%). Additionally, use the ValidationNeeded property (if applicable) to explicitly flag the field for validation.