Skip to main content
The Activities tab is where you build the document processing flow for a Document Splitter skill. Chain activities to determine the order of operations on each page.

Splitter Script activity (required)

Every Document Splitter skill ends with a mandatory Splitter Script activity. The script decides which pages start a new document, based on data extracted by upstream activities.

Available upstream activities

Add any of the following between Start and the Splitter Script activity:

Conditional branching

The IF activity lets you branch the flow based on a condition. You can also implicitly fork the flow by creating a workflow item that contains several Extraction Rules activities and mapping each to a value of a chosen field.