ocr_image
Extracts text from images using OCR, returning text blocks with confidence scores and bounding boxes for accurate text recognition.
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 |