Terug naar Preview
Verbinding maken met Knoon AI met Preview (System) om AI-workflows te automatiseren.
Use LLM to extract structured context from a PDF attachment. Max attachment size is 10MB.
systemPreviewReadPDFAttachmentToContext
BÈTA
Intern
Machtigingen
Er zijn geen items om weer te geven.
Optionele machtigingen
Er zijn geen items om weer te geven.
Parameters
| Naam | Type | Beschrijving | Vereist |
|---|---|---|---|
| content | attachment | Attachment PDF file. Max size: 10MB. | Ja |
| additionalSystemPrompt | mustache | Optional additional system prompt to include when using the LLM. | Nee |
Retouren
| Naam | Type | Beschrijving |
|---|---|---|
| status | string | DONE. |
| description | string | Short description of the PDF content. |
| ocrText | string | Extracted readable text from the PDF. |