Skip to main content

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

SettingDescriptionDefault
Split ModeHow pages are grouped into documents (see below).One document per source file
Document ClassesCandidate document classes used by intelligent splitting.(optional)
Split FieldsFields that help the model decide boundaries.(optional)
GuidelinesExtra instructions for intelligent splitting.(optional)

Split modes

ModeBehavior
One document per source fileEach uploaded file becomes one document.
One document per pageEvery page becomes its own document.
All pages in one documentThe whole transaction is a single document.
Intelligent LLM splittingThe model detects document boundaries from content.