image_crop
Crop a specific area from an image into a new file, enabling isolated processing like OCR without modifying the original.
Instructions
Crop a pixel box (x, y, width, height from the top-left) into a NEW file — e.g. isolate one view of a drawing before OCR or a close look. Refuses a box that leaves the image and an out_path that collides with the input (charter).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | Yes | ||
| y | Yes | ||
| path | Yes | ||
| width | Yes | ||
| height | Yes | ||
| out_path | Yes |