Back to Preview
Connect Knoon AI with Preview (System) to automate AI workflows.
Use LLM to extract structured context from a PDF attachment. Max attachment size is 10MB.
systemPreviewReadPDFAttachmentToContext
BETA
Internal
Permissions
There are no items to display.
Optional permissions
There are no items to display.
Parameters
| Name | Type | Description | Required |
|---|---|---|---|
| content | attachment | Attachment PDF file. Max size: 10MB. | Yes |
| additionalSystemPrompt | mustache | Optional additional system prompt to include when using the LLM. | No |
Returns
| Name | Type | Description |
|---|---|---|
| status | string | DONE. |
| description | string | Short description of the PDF content. |
| ocrText | string | Extracted readable text from the PDF. |