Skip to main content

Validate OCR Data

Description

This Activity validates the text returned by the OCR engine.

Properties

Input

  • Average Confidence Threshold – Specifies the average confidence threshold percentage on OCR extractions. It displays the extractions in specific color code schemes. By default, sets with the range of 80-90.
  • High Confidence Threshold specifies the high confidence threshold percentage on OCR extractions. It displays the extraction in specific color code schemes. By default, it sets with >90.
  • Low Confidence Threshold – Specifies the low confidence threshold percentage on OCR extractions. It displays the extraction in specific color code schemes. By default, sets with < 80.
  • OCR Engine – An instance of an OCR engine returned by one of the following activities.

Input and Output

  • Pages – The list of pages and their corresponding metadata extracted and returned by OCR activities. It will reflect any updates made during validation in the same object.

Misc

  • DisplayName – Add a display name to your Activity.
  • Private – By default, Activity will log the values of your properties inside your workflow. If private is selected, then it stops logging.

Optional

  • Continue On Error – It Specifies whether the automation should continue even when the Activity throws an error. If True, the Activity continues without throwing any exceptions. If False, the Activity throws an exception. The default value is False.
    note

    Catches no error if this Activity is present inside the Try-Catch block and the value of this property is True.

Output

  • Is Terminated – Specifies whether to terminate the validation process.

Example

Download Example

Validate OCR Data