ocr_image
Extract text from images using OCR, returning recognized text blocks with confidence scores and bounding boxes for downstream processing.
Instructions
OCR text from an image.
Extracts text using the best available OCR backend. Returns text blocks with confidence scores and bounding boxes.
Args: image_path: Absolute path to the image file (must be under home directory)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| image_path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |