Tillbaka till Preview
Anslut Knoon AI med Preview (System) för att automatisera AI-flöden.
Use LLM to extract structured context from a PDF attachment. Max attachment size is 10MB.
systemPreviewReadPDFAttachmentToContext
BETA
Intern
Behörigheter
Det finns inga objekt att visa.
Valfria behörigheter
Det finns inga objekt att visa.
Parametrar
| Namn | Typ | Beskrivning | Obligatoriskt |
|---|---|---|---|
| content | attachment | Attachment PDF file. Max size: 10MB. | Ja |
| additionalSystemPrompt | mustache | Optional additional system prompt to include when using the LLM. | Nej |
Returer
| Namn | Typ | Beskrivning |
|---|---|---|
| status | string | DONE. |
| description | string | Short description of the PDF content. |
| ocrText | string | Extracted readable text from the PDF. |