Grooper Help - Version 25.0
25.0.0017 2,127
  • Overview
  • Help Status

Classify

Code Activity Grooper.Activities

Automatically classifies documents by assigning a Document Type.

Remarks

This activity streamlines document processing by evaluating each Batch Folder and assigning the most appropriate Document Type based on the configured Content Model and classification method.

Overview

How Classification Works

  • The activity supports classifying all documents, only unclassified documents, or reclassifying documents of specific types, based on the 'ApplyTo' and 'Content Type Filter' properties.
  • If a document cannot be confidently classified, the 'Default Type' is assigned (or the default from the Content Model if not set).
  • The classification process can be tuned to operate at different levels of the Content Model hierarchy using the 'Classify Level' and 'Output Level' properties.
  • For already-classified documents, the 'Reclassify Mode' property controls whether and how reclassification occurs.

Example Scenarios

  • Automated Document Sorting: Assign incoming scanned documents to the correct Document Type for downstream processing.
  • Reclassification: Update document types after changes to classification logic or retraining.
  • Exception Handling: Flag or assign a default type to documents that cannot be confidently classified.

Example

The following example demonstrates how Classify assigns document types to folders when running at folder level 1.

Before Classification:

Batch
 ├─📁 Folder 1
 │ ├─📄 Page 1
 │ └─📄 Page 2
 ├─📁 Folder 2
 │ ├─📄 Page 3
 │ ├─📄 Page 4
 │ └─📄 Page 5
 ├─📁 Folder 3
 │ ├─📄 Page 6
 │ └─📄 Page 7
 └─📁 Folder 4
   ├─📄 Page 8
   ├─📄 Page 9
   └─📄 Page 10

After Classification:

Batch
 ├─📑 Invoice 1
 │ ├─📄 Page 1
 │ └─📄 Page 2
 ├─📑 Invoice 2
 │ ├─📄 Page 3
 │ ├─📄 Page 4
 │ └─📄 Page 5
 ├─📑 Invoice 3
 │ ├─📄 Page 6
 │ └─📄 Page 7
 └─📑 Invoice 4
   ├─📄 Page 8
   ├─📄 Page 9
   └─📄 Page 10

In this example, each folder is assigned a Document Type (e.g., "Invoice") after classification, changing its icon and label to reflect the document type.

For more information, see the documentation for Batch Folder, Document Type, and Content Model.

Properties

NameTypeDescription
General
Options
Processing Options

See Also

Used By

Notification