Skip to main content

Identify Document Using OCR

Description

This Activity identifies and classifies the document to the appropriate type specified in the document queries. It uses the specified OCR engine.

Properties

Input

  • Batch File Path – It specifies the file path to locate the document queries if the trained document queries are not specified as part of the next property.
  • Document Queries – It specifies the trained document queries.
  • OCR Engine – An instance of an OCR engine returned by one of the following activities.
  • Password – Sets the password to the PDF file, if necessary.
  • PDF File Path – The file path of PDF whose document query is needed.

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

Example

Download Example

Identify Document Using OCR