Split
Under Review
This article is currently under review. Some content may be incomplete or inaccurate.
Category: Processing
The Split activity groups the transaction's pages into separate documents. A single upload (or batch of uploads) often contains several documents, and Split decides where each one begins and ends.
Configuration
| Setting | Description | Default |
|---|---|---|
| Split Mode | How pages are grouped into documents (see below). | One document per source file |
| Document Classes | Candidate document classes used by intelligent splitting. | (optional) |
| Split Fields | Fields that help the model decide boundaries. | (optional) |
| Guidelines | Extra instructions for intelligent splitting. | (optional) |
Split modes
| Mode | Behavior |
|---|---|
| One document per source file | Each uploaded file becomes one document. |
| One document per page | Every page becomes its own document. |
| All pages in one document | The whole transaction is a single document. |
| Intelligent LLM splitting | The model detects document boundaries from content. |