Skip to main content

Document Classifier

Description

Predicts the type of document based on its content.

note

This Activity connects to the IntelliBuddies AI Services hosted on IntelliBuddies Cloud, requiring an internet connection on the system where executed.

Properties

Input

  • Text – Specify the document's content to classify.

Confidence Threshold – Specify the threshold value from 0 to 100. Uses the threshold specified to select the document type for which the confidence is greater than or equal to the specified value.

  • Domain – To speed up the document type detection, specify the Domain of the document. The following options are currently available.

    DomainDescription
    FinanceThe document belongs to the Finance domain
    HealthcareThe document belongs to the Healthcare domain
    AutoAutomatically detect the type across domains

Misc

  • DisplayName – The display name of the Activity.
  • Private – Logs the variable and argument values at the Verbose level when unchecked.

Optional

  • Continue On Error – Specifies if the automation should continue even when the Activity throws an error. This field only supports Boolean values (True, False). 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

  • Result – Returns DocumentInfo containing the predicted document types and the corresponding confidence scores.

Example

Classify the given document text.

Download Example

Body Format

Body Format