Tilbage til Preview
Forbind Knoon AI med Preview (System) for at automatisere AI-arbejdsgange.
Use LLM to extract structured context from a PDF attachment. Max attachment size is 10MB.
systemPreviewReadPDFAttachmentToContext
BETA
Internt
Tilladelser
Der er ingen elementer at vise.
Valgfrie tilladelser
Der er ingen elementer at vise.
Parametre
| Navn | Type | Beskrivelse | Obligatorisk |
|---|---|---|---|
| content | attachment | Attachment PDF file. Max size: 10MB. | Ja |
| additionalSystemPrompt | mustache | Optional additional system prompt to include when using the LLM. | Nej |
Retur
| Navn | Type | Beskrivelse |
|---|---|---|
| status | string | DONE. |
| description | string | Short description of the PDF content. |
| ocrText | string | Extracted readable text from the PDF. |