extract_text
Extract text and metadata from an image in one JSON response. Uses OCR to capture all visible text along with complete image metadata.
Instructions
Extract all text and metadata from an image.
Convenience wrapper that combines OCR text extraction with full image metadata in a single JSON response.
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 |