Retour à Preview
Connecter Knoon AI avec Preview (System) pour automatiser les flux de travail AI.
Use LLM to extract structured image context from an image attachment. Max attachment size is 10MB.
systemPreviewReadImageAttachmentToContext
Bêta
Interne
Autorisations
Il n'y a aucun élément à afficher.
Autorisations optionnelles
Il n'y a aucun élément à afficher.
Paramètres
| Nom | Type | Description | Requis |
|---|---|---|---|
| content | attachment | Attachment image file. Max size: 10MB. | Oui |
| additionalSystemPrompt | mustache | Optional additional system prompt to include when using the LLM. | Non |
Retours
| Nom | Type | Description |
|---|---|---|
| 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. |