fetchImage
Fetch 1-50 image URLs or local paths to obtain local file paths for vision models, returning each in order and preserving errors per item.
Instructions
Fetches images as local files for vision — "get this figure / photo / scanned page". Call fetchImage{sources:["https://…/fig1.png"]}, 1–50 URLs, local paths, or harvest handles, results in input order. Returns each item's path and bytes — open the path with vision; images are never OCR'd or converted. A failing item carries its own error and the rest still return. For a document, PDF, or web page use fetch.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sources | Yes | 1–50 image URLs or local image paths. Each is downloaded into the type-partitioned cache and its LOCAL FILE PATH is returned in order — images are NOT OCR'd. |