vision_ocr
Extract all text from images using OCR via a vision model. Provide image URLs, file paths, or data URIs to get the extracted text as output.
Instructions
Extract all text from one or more images (OCR via vision model).
Args: images: Image references (http(s) URL, local file path, or data URI).
Returns: The extracted text.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| images | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |