Classify Document
Classifies documents to different classes
The Classify Document Activity takes a document as input and classifies the document to a predefined label representing a class. The activity takes a classifier definition file and a preprocessed document as the inputs. It outputs a ClassificationResult
variable which contains the predicted class as the output of the activity.
see Document Classifier for more details on using the activity in a workflow.
User should preprocess the document using a Document AI Client with appropriate extraction enabled depending on the classifier used.
Text
Keyword Classifier
The classifier definition can be created using Create Classifier Window
Input
Processed Document :
ProcessedDocument Variable
Required
The preprocessed document from the Preprocess Document activity.Classifier Definition :
String Argument
Required
Path to the classifier definition file (*.classifier.vdai).
Output
Classification Result :
ClassificationResult Variable
Required
The result of the document classification.
Last updated