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

From Grooper Wiki
No edit summary
No edit summary
Line 1: Line 1:
Batch Processes are the sequential set of instructions given to your [[Batch]], such as:
<onlyinclude>
<blockquote style="font-size:14pt">
'''Batch Processes''' are the sequential set of processing instructions given to a'''[[Batch]]'''.
</blockquote>


* Ingestion
'''Batch Processes''' are comprised of '''[[Batch Process Step]]s'''.  Each step performs a different operation, or '''''[[Activity]]''''', one after the other.    Each step is assigned a single '''Activity'''.  Different activities perform different document processing functions, such as obtaining OCR text, classifying documents, or extracting data fields.
* Sorting
* Extracting data
* Exporting


They are highly configurable and reusable by multiple batches.
'''Batch Processes''' are highly configurable and reusable by multiple '''Batches'''.
</onlyinclude>


== About ==
== 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.
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 15:59, 20 November 2020

Batch Processes are the sequential set of processing instructions given to aBatch.

Batch Processes are comprised of Batch Process Steps. Each step performs a different operation, or Activity, one after the other. Each step is assigned a single Activity. Different activities perform different document processing functions, such as obtaining OCR text, classifying documents, or extracting data fields.

Batch Processes are highly configurable and reusable by multiple Batches.


About

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.