Preview に戻る
Preview (System) と Knoon AI を接続して 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. |