|
|
| (One intermediate revision by the same user not shown) |
| Line 1: |
Line 1: |
| <blockquote>{{#lst:Glossary|Batch Object}}</blockquote> | | <blockquote>{{#lst:Glossary|Batch Object}}</blockquote> |
| == About ==
| |
| <section begin="Batch Objects" />
| |
| === Types of Batch Objects ===
| |
|
| |
| There are three primary types of Batch Objects in Grooper:
| |
| * {{BatchIcon}} '''[[Batch]]:''' The root object representing the entire batch of documents.
| |
| * {{BatchFolderIcon}} '''[[Batch Folder]]:''' Used to organize documents and subfolders within a Batch.
| |
| **<li class="fyi-bullet"> Batch Folders represent a "document" when either (1) they have child Batch Pages (representing pages of a document) or (2) they have a file attached to the Batch Folder (typically this occurs when files are imported from an [[Import Job]]).
| |
| * {{BatchPageIcon}} '''[[Batch Page]]:''' Represents an individual page of content, such as a scanned image or [[Split Pages|split page]] of an imported file.
| |
|
| |
| Each type inherits common functionality from the Batch Object base, while also providing specialized properties and commands for their specific roles.
| |
|
| |
| === Hierarchical organization ===
| |
|
| |
| Batch Objects are organized in a tree structure:
| |
| * The root of the tree is the [[Batch]], which contains one or more [[Batch Folder]]s and/or [[Batch Pages]].
| |
| * Each Batch Folder can contain additional Batch Folders or [[Batch Page]]s. Batch Folders typically represent documents but can be used as folders in the Batch as well.
| |
| * Batch Pages represent individual pages of content, such as scanned images or imported files.
| |
|
| |
| This hierarchy allows Grooper to manage complex document sets, supporting nested folders and multi-page documents within a single Batch.
| |
|
| |
| <big>Example Batch hierarchy</big>
| |
| <div style="margin-left:2em; font-style:italic">
| |
| :{{Template:BatchIcon}} Batch
| |
| ::{{Template:BatchFolderIcon}} Batch Folder
| |
| :::{{Template:BatchPageIcon}} Batch Page
| |
| :::{{Template:BatchPageIcon}} Batch Page
| |
| ::{{Template:BatchFolderIcon}} Batch Folder
| |
| :::{{Template:BatchPageIcon}} Batch Page
| |
| :::{{Template:BatchPageIcon}} Batch Page
| |
| </div>
| |
|
| |
| === Participation in Batch processing ===
| |
|
| |
| Batch Objects participate in all stages of Batch processing, including:
| |
| * Classification
| |
| * Data extraction
| |
| * Export
| |
| * Review and exception handling
| |
Batch Objects are the foundational elements of Grooper's document processing system, providing a unified structure for organizing, processing, and reviewing document content within a inventory_2 Batch. Every item within a Batch—whether a document, folder, or page—is represented as a Batch Object (and Batches themselves are Batch Objects too).