add_text
Add text annotations to images at exact coordinates, with options to set color, font size, and background for clear labeling.
Instructions
Add text annotation to the image.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | Yes | X coordinate for the text | |
| y | Yes | Y coordinate for the text | |
| text | Yes | The text to add | |
| color | No | Color of the text | red |
| image_id | Yes | ID of the image to annotate | |
| font_size | No | Size of the font | |
| background | No | Background color for the text |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| message | Yes | Status message | |
| image_id | Yes | Image ID that was annotated |