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 For Each Document activity is a container that runs its inner activities against one transaction document at a time. You can place any of the following inside it:
Other activity types can’t be placed inside a For Each Document activity, and For Each Document activities can’t be nested.
For Each Document activity in the Process skill editor
In the usual Process skill workflow, each transaction has a single collection of documents. Inside a For Each Document activity, that collection is split into one collection per document, and the container processes each in turn. In the example above, each transaction document is evaluated by the Condition activity individually and then routed to either the Extract activity or the Custom activity.

Extract activity

Extract field values from documents using a Document skill.

Classify activity

Identify document types and route each document to the correct downstream process.

OCR activity

Specify pre-recognition options and run full-text recognition on documents.

Custom activity

Run custom JavaScript against documents during processing.

Condition activity

Branch the workflow based on extracted values and processing state.

Set up a Process skill

Build a Process skill from a preset workflow or from scratch and configure each activity.