Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.abbyy.com/llms.txt

Use this file to discover all available pages before exploring further.

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:

Classify activities

Label each page with its document type or first-page status.

Extract from semi-structured

Pull identifiers from semi-structured documents (Fast Learning, Extraction Rules, Deep Learning).

Extract from text (NLP)

Use Segmentation, NER, Address Parsing, or Deep Learning for NLP on unstructured text.

Customize activities

Add scripting and other custom processing.

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.

Splitter Script activity

Reference for the script that defines document boundaries.

Activity catalog

Browse every activity available in Advanced Designer.

Documents tab

Upload and organize the documents the splitter will run on.