2023.1:Batch Process (Node Type): Difference between revisions

From Grooper Wiki
Created page with "Batch Processes are the sequential set of instructions given to your Batch, such as: * Ingestion * Sorting * Extracting data * Exporting They are highly configurable and..."
 
No edit summary
Line 7: Line 7:


They are highly configurable and reusable by multiple batches.
They are highly configurable and reusable by multiple batches.
== About ==
Batch Processes are comprised of [[Activity|Activities]].  Each individual instruction is a [[Batch Process Step|step]] in the Batch Process.  Each step is assigned a single [[Activity]].  Different activities perform different document processing functions, such as obtaining OCR text or classifying documents.
When a new [[Batch]] is created it uses a Batch Process as its list of instructions of what will be done to it.  Users (either in [[Grooper Design Studio]] or in [[Grooper Dashboard]]) run the batch through the Batch Process, step by step, activity by activity, until the end of the Batch Process.

Revision as of 13:39, 27 December 2019

Batch Processes are the sequential set of instructions given to your Batch, such as:

  • Ingestion
  • Sorting
  • Extracting data
  • Exporting

They are highly configurable and reusable by multiple batches.

About

Batch Processes are comprised of Activities. Each individual instruction is a step in the Batch Process. Each step is assigned a single Activity. Different activities perform different document processing functions, such as obtaining OCR text or classifying documents.

When a new Batch is created it uses a Batch Process as its list of instructions of what will be done to it. Users (either in Grooper Design Studio or in Grooper Dashboard) run the batch through the Batch Process, step by step, activity by activity, until the end of the Batch Process.