vision_extract_text
Extract visible text from images using OCR. Returns structured text in reading order for screenshots, scanned documents, receipts, and forms.
Instructions
Extract visible text from an image using OCR. Returns structured text organized by reading order.
Use this for: screenshots with text, scanned documents, receipts, tables, forms, Chinese/English OCR, and any text-heavy images.
Uses a configured dedicated OCR model when enabled. If the dedicated OCR model is unavailable, automatically falls back to the VLM provider.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| language | No | auto | |
| include_raw | No | ||
| image_source | Yes | ||
| preserve_layout | No | ||
| include_source_ref | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |