ocr_image
Extract visible text from images via OCR. Supports language hints for English, Vietnamese, Japanese, Chinese, and Korean.
Instructions
Extract all visible text from an image (OCR).
Args: image_path: Absolute path to the image file language: Primary language hint - "auto", "vi", "en", "ja", "zh", "ko"
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| language | No | auto | |
| image_path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |