Show Validation Window

Opens the Document Validation Window for the provided Extraction Result

The Show Validation Window Activity opens the Validation Window 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.

Input

  • Extraction Result : ExtractionResult Variable Required The ExtractionResult to validate. Usually the output from a Run Extractor Activity.

  • Max. Confidence : String Argument 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 : String Argument 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

Output

  • Validation Status : String Variable The Status set by the user before saving the updated extraction result in the validation window.

Last updated