Voltar para Preview
Conectar Knoon AI com Preview (System) para automatizar fluxos de trabalho de AI.
Use LLM to extract structured context from a PDF attachment. Max attachment size is 10MB.
systemPreviewReadPDFAttachmentToContext
Beta
Interno
Permissões
Não há itens para exibir.
Permissões opcionais
Não há itens para exibir.
Parâmetros
| Nome | Tipo | Descrição | Obrigatório |
|---|---|---|---|
| content | attachment | Attachment PDF file. Max size: 10MB. | Sim |
| additionalSystemPrompt | mustache | Optional additional system prompt to include when using the LLM. | Não |
Devoluções
| Nome | Tipo | Descrição |
|---|---|---|
| status | string | DONE. |
| description | string | Short description of the PDF content. |
| ocrText | string | Extracted readable text from the PDF. |