Show Validation Window
Opens the Document Validation Window for the provided Extraction Result
Last updated
Opens the Document Validation Window for the provided Extraction Result
Last updated
The Show Validation Window Activity opens the where the user can view and validate the extracted data for a document. Which means the user can update the extraction result before using the Extraction Result in other activities. The activity will open the validation window only if the minimum confidence in the Extraction Result falls between the specified Max. Confidence and Min. Confidence value.
Using the activity in a workflow creates attended automation. Once the activity is executed further user interaction is required to continue.
Extraction Result : Required
The ExtractionResult
to validate. Usually the output from a Run Extractor Activity.
Max. Confidence : Required
The Maximum value of the minimum confidence in the Extraction Result to trigger the validation. Should be a number between 0.0
and 1.0
. Default is 1.0
Min. Confidence : Required
The Minimum value of the minimum confidence in the Extraction Result to trigger the validation. Should be a number between 0.0
and 1.0
. Default is 0.0
Validation Status : The Status set by the user before saving the updated extraction result in the validation window.