From 18e915323c13f1d7124b2e611d19f379ecef9482 Mon Sep 17 00:00:00 2001 From: shaun Date: Thu, 26 Sep 2024 10:08:16 +0000 Subject: [PATCH] GITBOOK-5: No subject --- documents/document-attributes.md | 5 +++-- documents/processing-documents/processing-paramaters.md | 2 ++ 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/documents/document-attributes.md b/documents/document-attributes.md index 40612df..9168dad 100644 --- a/documents/document-attributes.md +++ b/documents/document-attributes.md @@ -11,9 +11,10 @@ Each document has attributes associated with it: | Filename | The name of the file as stored in the system. | | Category | The classification of the document. | | Type | The Type of document | -| Usage | Indicates where the document is used. | +| Usage | Indicates where the document is used. | | Status | The current state or condition of the document. | | Date Created | Displays the date the Document was uploaded to AiForged | | Comment | Free text comment on the document | +| Result | The result of the AI-Service (Usally only Applicable in OCR/ Classification services) | +| External ID | A User-Defined ID that is not used by default, can be utilized to use 3-rd party ID's | | Actions | The Actions that are available in the document | - diff --git a/documents/processing-documents/processing-paramaters.md b/documents/processing-documents/processing-paramaters.md index 0a31adb..895c7c1 100644 --- a/documents/processing-documents/processing-paramaters.md +++ b/documents/processing-documents/processing-paramaters.md @@ -8,6 +8,8 @@ When processing a document, one should consider all the possibilities and parame
+*** + * **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.