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

Output

Last updated