extract_text
Extracts all text and metadata from an image into a single JSON response, combining OCR and image information for quick analysis.
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 |