Batch Process Step

From Grooper Wiki
Jump to navigation Jump to search

Batch Process Steps are the individual processing instructions in a Batch Process.

Each step is assigned an Activity, which is performed on the batch during said step. Different activities perform different document processing functions, such as obtaining OCR text, classifying documents, or extracting data fields.

Batch Process Steps have further configuration considerations, including:

  • At what level (or Scope) in the Batch it occurs (Batch, Batch Folder or Batch Page)
  • How much processing power the Activity uses (done by assigning a Thread Pool)
  • Conditional logic to determine if tasks are applied to individual folders or pages (via .NET expressions)