ocr_image
Extract text from images while preserving reading order and paragraph structure. Handles up to 9 images per request for batch processing.
Instructions
OCR: transcribe all text in the image(s), preserving reading order and paragraph structure. Accepts 1 to 9 images; transcripts follow the given order. Suitable for screenshots, scans, invoices, slides, etc.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model | No | Model name, overrides the provider default model | |
| images | Yes | One image, or an array of up to 9 images. Each entry: local path / http(s):// URL / data: URI / raw base64 string; types can be mixed. Pass multiple images to compare, diff, or combine them (e.g. before/after pairs, several charts) — order matters. | |
| language | No | Recognition language; defaults to auto | |
| provider | No | Provider name (e.g. openai / dashscope / zhipu / ollama); defaults to the configured default |