ocr_image
Extract text from images via OCR. Supports file paths, URLs, data URIs, or base64 strings; multiple languages with Tesseract.
Instructions
Extract readable text from an image (OCR).
Accepts a file path, URL, data URI, or base64 string. Uses local Tesseract
when installed; otherwise falls back to the configured vision provider.
lang is a Tesseract language code (e.g. 'eng', 'chi_sim', 'eng+chi_sim').
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lang | No | eng | |
| image | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |