Classify
Under Review
This article is currently under review. Some content may be incomplete or inaccurate.
Category: Processing
The Classify activity assigns a document class (type) to each document, so the right extraction schema and business rules apply. Classification uses the document's OCR text, its page images, or both.
Configuration
| Setting | Description | Default |
|---|---|---|
| Document Classes | The list of document types to classify into. | (project classes) |
| Guidelines | Additional classification instructions for the model. | (optional) |
| Auto-generate Classes | Let the model propose new document classes it discovers. | Off |
| Include Reasoning | Ask the model to explain each classification. | Off |
| Send Images | Send page images to the model. | On |
| Send Text | Send OCR text to the model. | On |
Notes
- A document already classified upstream (for example by a Data Transform
set_document_classcall) keeps its class; Classify skips it.