ocr_image
Extract text from images using OCR. Supports plain, Markdown, or JSON output. Specify languages for accuracy.
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 | |
| languages | No | Hint for expected languages, e.g. 'zh,en' | |
| format | No | Output format for extracted text | plain |