返回 Preview
将 Knoon AI 与 Preview (System) 连接以自动化 AI 工作流。
Use LLM to extract structured context from a PDF attachment. Max attachment size is 10MB.
systemPreviewReadPDFAttachmentToContext
测试版
内部
权限
没有可显示的项目。
可选权限
没有可显示的项目。
参数
| 名称 | 类型 | 描述 | 必填 |
|---|---|---|---|
| content | attachment | Attachment PDF file. Max size: 10MB. | 是的 |
| additionalSystemPrompt | mustache | Optional additional system prompt to include when using the LLM. | 没有 |
回报
| 名称 | 类型 | 描述 |
|---|---|---|
| status | string | DONE. |
| description | string | Short description of the PDF content. |
| ocrText | string | Extracted readable text from the PDF. |