Document Classifier
Description
Predicts the type of document based on its content.
note
This activity consumes IntelliBuddies Document Analysis Services credits.
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 document's domain. The following options are currently available.
Domain | Description |
---|---|
Finance | The document belongs to the Finance domain |
Healthcare | The document belongs to the Healthcare domain |
Auto | Automatically 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