返回 Preview
將 Knoon AI 與 Preview (System) 連接以自動化 AI 工作流程。
Use LLM to extract structured image context from an image attachment. Max attachment size is 10MB.
systemPreviewReadImageAttachmentToContext
測試版
內部
權限
沒有項目可顯示。
可選權限
沒有項目可顯示。
參數
| 名稱 | 類型 | 說明 | 必填 |
|---|---|---|---|
| content | attachment | Attachment image 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 image content. |
| ocrText | string | Extracted readable text from the image. |
| imageType | string | Image type: screenshot, drawing, photo, or document. |