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. |