2021:Activity: Difference between revisions

From Grooper Wiki
No edit summary
No edit summary
 
(20 intermediate revisions by 4 users not shown)
Line 1: Line 1:
Activities are the building blocks of [[Batch Processes]].  They are specific operations done to a [[Batch]].  Every [[Batch Process Step|step in a Batch Process]] is assigned an "Activity Type", which determines what is executed on that step. 
__NOINDEX__
{{stubs}}
{{AutoVersion}}


Activities can be either Attended or Unattended.
<blockquote>{{#lst:Glossary|Activity}}</blockquote>


* Attended Activities require human interaction.  Data Review, for example, is an attended activity where a user can verify the data Grooper extracted from a document actually matches up with what's on the document.
For example, OCR data is obtained from pages via the '''Recognize''' '''''Activity'''''.  Processed documents are exported to a storage platform via the '''Document Export''' '''''Activity'''''.
* Unattended Activities are automated. Extract, for example, is an unattended activity where data is extracted from documents.
 
Activities can be either "Attended" or "Unattended".
 
* '''Unattended Activities''' are automated and do not require human interaction.  '''Classify''', for example, is an unattended activity where documents are classified according to a '''Content Model'''..
* '''Attended Activities''' require human interaction.  '''Classify Review''', for example, is an attended activity where a user can verify Grooper's document classification performed during the '''Classify''' '''''Activity'''''.
 
== Attended Activities ==
 
* '''[[Classify Review]]'''
* '''[[Data Review]]'''
* '''[[Image Review]]'''
* '''[[Review]]'''
* '''[[Scan]]'''
 
== Unattended Activities ==
 
=== Document Processing ===
 
* '''[[Classify]]'''
* '''[[Correct]]'''
* '''[[Database Export]]'''
* '''[[Deduplicate]]'''
* '''[[Detect Language]]'''
* '''[[Document Export]]'''
* '''[[Extract]]'''
* '''[[Image Processing]]'''
* '''[[Recognize]]'''
* '''[[Redact]]'''
* '''[[Separate]]'''
 
=== Document Transforms ===
 
* '''[[2.90:Content Action|Content Action]]'''
* '''[[Generate PDF]]'''
* '''[[Render]]'''
* '''[[Split Text]]'''
* '''[[Translate]]'''
* '''[[XML Transform]]'''
 
=== Microform Processing ===
 
* '''[[Clip Frames]]'''
* '''[[Detect Frames]]'''
* '''[[Initialize Card]]'''
 
=== Utilities ===
 
* '''[[Batch Transfer]]'''
* '''[[Dispose Batch]]'''
* '''[[Execute]]'''
* '''[[Launch Process]]'''
* '''[[Remove Level]]'''
* '''[[Send Mail]]'''
* '''[[Spawn Batch]]'''
* '''[[Train Lexicon]]'''
 
[[Category:Articles]]
[[Category:Stub]]
 
<!--- DOCUMENTATION COMMENTED OUT - Evaluate and delete as time permits
 
== About ==
 
Every '''[[Batch Process Step]]''' in a '''Batch Process''' is assigned an "Activity Type", which determines what is executed on that step.


There are activities to:
There are activities to:

Latest revision as of 11:13, 5 August 2025

STUB

This article is a stub. It contains minimal information on the topic and should be expanded.

This article is about an older version of Grooper.

Information may be out of date and UI elements may have changed.

20252023.120232021

Grooper Activities define specific document processing operations done to a inventory_2 Batch, folder Batch Folder, or contract Batch Page. In a settings Batch Process, each edit_document Batch Process Step executes a single Activity (determined by the step's "Activity" property).

  • Batch Process Steps are frequently referred by the name of their configured Activity followed by the word "step". For example: "Classify step".

For example, OCR data is obtained from pages via the Recognize Activity. Processed documents are exported to a storage platform via the Document Export Activity.

Activities can be either "Attended" or "Unattended".

  • Unattended Activities are automated and do not require human interaction. Classify, for example, is an unattended activity where documents are classified according to a Content Model..
  • Attended Activities require human interaction. Classify Review, for example, is an attended activity where a user can verify Grooper's document classification performed during the Classify Activity.

Attended Activities

Unattended Activities

Document Processing

Document Transforms

Microform Processing

Utilities