crop_for_inspection
Crop a specific region of an image to zoom in for detailed inspection, enabling precise coordinate identification by vision models. Supports pixel or normalized coordinates with optional padding.
Instructions
Crop a region of an image and save it to a new file. Useful for iteratively zooming into a region so a vision model can give more precise coordinates. Bounding box can be in pixel or normalized [0, 1] coordinates; optional padding expands the crop on each side.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| bbox | Yes | ||
| path | Yes | ||
| padding | No | ||
| normalized | No | ||
| output_path | No |