You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/DocumentActionsApi.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ All URIs are relative to *http://localhost*
15
15
16
16
Add document action
17
17
18
-
Add one or more actions to a document; this appends actions and does not replace previous actions ### Action Parameters | ActionType | Parameter | Description | | -------- | ------- | ------- | | OCR | ocrParseTypes | Ocr Parsing strategy to use | | OCR | ocrEngine | Ocr Engine to use | | OCR | addPdfDetectedCharactersAsText | PDF Documents convert images to text | | FULLTEXT | characterMax | Maximum number of characters to add to Fulltext destination | | DOCUMENTTAGGING | engine | Tagging Engine to use | | DOCUMENTTAGGING | tags | Comma-deliminted list of keywords | | WEBHOOK | url | Webhook URL | | NOTIFICATION | notificationType | Type of Notification | | NOTIFICATION | notificationToCc | Notification Carbon Copy | | NOTIFICATION | notificationToBcc | Notification Blind Carbon Copy | | NOTIFICATION | notificationSubject | Notification Subject | | NOTIFICATION | notificationText | Notification as Text | | NOTIFICATION | notificationHtml | Notification as Html | | QUEUE | queueName | Name of Queue |
18
+
Add one or more actions to a document; this appends actions and does not replace previous actions Each action type supports a different set of parameters as shown in the table below: ### Action Parameters | ActionType | Parameter | Description | Example | | -------- | ------- | ------- | ------- | | OCR | ocrParseTypes | Ocr Parsing strategy to use | TEXT, FORMS, TABLES | | OCR | ocrEngine | Ocr Engine to use | tesseract or textract | | OCR | addPdfDetectedCharactersAsText | PDF Documents convert images to text | true or false | | FULLTEXT | characterMax | Maximum number of characters to add to Fulltext destination | -1 | | DOCUMENTTAGGING | engine | Tagging Engine to use | chatgpt | | DOCUMENTTAGGING | tags | Comma-deliminted list of keywords | author,title,description | | WEBHOOK | url | Webhook URL | https://yourdomain.com/webhook-endpoint | | NOTIFICATION | notificationType | Type of Notification | email | | NOTIFICATION | notificationToCc | Notification Carbon Copy | <email>@yourdomain.com | | NOTIFICATION | notificationToBcc | Notification Blind Carbon Copy | <email>@yourdomain.com | | NOTIFICATION | notificationSubject | Notification Subject | Email Subject | | NOTIFICATION | notificationText | Notification as Text | Email Text | | NOTIFICATION | notificationHtml | Notification as Html | Email HTML Text | | QUEUE | queueName | Name of Queue | |
Copy file name to clipboardExpand all lines: docs/DocumentSearchApi.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ All URIs are relative to *http://localhost*
13
13
14
14
Document search
15
15
16
-
Document search query request; Supports searching DynamoDB for document(s) by a single TAG key and/or value. Value can be \"exacted\" or \"begins_with\" matched. Search can be filtered to only check certain documentIds (up to 100 documentIds accepted). If using Enteprise TagSchema Composite Keys feature then multiple tag(s) can be searched for. If Typesense is enabled, full text search is supported through the \"text\" parameter. Full text search will look for the text in the \"content\" and/or document \"metadata\". See requestBody examples below for commmon examples.
16
+
Document search query request; Supports searching DynamoDB for document(s) by a single TAG key and/or value. Value can be \"exacted\" or \"begins_with\" matched. Search can be filtered to only check certain documentIds (up to 100 documentIds accepted). If using Enteprise TagSchema Composite Keys feature then multiple tag(s) can be searched for. If Typesense is enabled, full text search is supported through the \"text\" parameter. Full text search will look for the text in the \"content\" and/or document \"metadata\". DocumentIds parameter allows you to filter your results to a specific set of documents. See requestBody examples below for commmon examples.
0 commit comments