Zurück zu Preview
Verbinde Knoon AI mit Preview (System), um KI-Workflows zu automatisieren.
Use LLM to extract structured context from a PDF attachment. Max attachment size is 10MB.
systemPreviewReadPDFAttachmentToContext
Beta
Intern
Berechtigungen
Es gibt keine Elemente zum Anzeigen.
Optionale Berechtigungen
Es gibt keine Elemente zum Anzeigen.
Parameter
| Name | Typ | Beschreibung | Erforderlich |
|---|---|---|---|
| content | attachment | Attachment PDF file. Max size: 10MB. | Ja |
| additionalSystemPrompt | mustache | Optional additional system prompt to include when using the LLM. | Nein |
Rückgaben
| Name | Typ | Beschreibung |
|---|---|---|
| status | string | DONE. |
| description | string | Short description of the PDF content. |
| ocrText | string | Extracted readable text from the PDF. |