load_image
Load an image file from a specified path to begin annotating with boxes, arrows, text, highlights, and editing tools.
Instructions
Load an existing image file for annotation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Path to the image file to load |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| width | Yes | Image width in pixels | |
| height | Yes | Image height in pixels | |
| message | Yes | Status message | |
| image_id | Yes | Unique identifier for the captured image |