ocr_image
Extract text from images using OCR. Supports plain, Markdown, and JSON output with optional language hints.
Instructions
Extract text from an image using OCR. Supports plain text, Markdown, and JSON output formats.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| image | Yes | Image source: local file path or URL | |
| format | No | Output format for extracted text | plain |
| languages | No | Hint for expected languages, e.g. 'zh,en' |