-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
135def3
commit eedff91
Showing
8 changed files
with
62 additions
and
5 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
# ↗️ Processing documents | ||
|
||
## Overview | ||
|
||
Once a document is uploaded, one can start to think about processing to produce an output | ||
|
||
Processing can be done in various ways: | ||
|
||
* Desktop App (manual) | ||
* Auto Batch Processing | ||
* API/ SDK/ BOT | ||
|
||
{% hint style="info" %} | ||
Processing a document produces a result file, Processing it multiple times, produces multiple output files | ||
{% endhint %} | ||
|
||
## Processing documents in the Desktop app | ||
|
||
1. Open the service **Inbox** | ||
2. Select the documents to be processed | ||
3. select "Process selected documents"  | ||
4. Tune the [processing parameters](processing-paramaters.md) | ||
|
||
## Auto processing | ||
|
||
This is set up in the service settings. This will automatically process documents in the received state | ||
|
||
1. Open the service wizard | ||
2. Set **Processing Batch Size** Recommended 10 -30 documents | ||
3. set **Execution Interval** | ||
4. set **Auto Execuion** to True | ||
|
||
{% hint style="info" %} | ||
Documents older than 7 days will not be auto-processed | ||
{% endhint %} | ||
|
||
## API Processing | ||
|
||
Refer to API/ SDK/ BOT documentation |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# Processing Paramaters | ||
|
||
## Overview | ||
|
||
When processing a document, one should consider all the possibilities and parameters of one's action. | ||
|
||
## Processing parameters | ||
|
||
<figure><img src="../../.gitbook/assets/image.png" alt=""><figcaption></figcaption></figure> | ||
|
||
* **Reset Previous Comments**: Clears the comment field in the document's metadata. If disabled, new process comments will be appended to existing ones. | ||
* **Reset Previous Results**: Clears the result field in the document's metadata. If disabled, new process results will be appended to the existing ones. | ||
* **Delete Output of Previous Processing**: Removes all outputs generated by previous processing. | ||
* **Delete Linked Documents**: Deletes all linked (Outbox) documents associated with the Inbox document. | ||
* **Delete Linked Documents Recursively**: Deletes the entire hierarchy of linked documents. | ||
* **Force Re-Processing**: Forces the document to be processed again. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters