add_image_base64
Add an image to a document from base64 encoded data, with optional width in inches.
Instructions
Add an image from base64 encoded data.
Args: base64_data: Base64 encoded image (with or without data URI prefix) width_inches: Optional width in inches
Returns: Success or error message
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| base64_data | Yes | ||
| width_inches | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |