vision_crop_verify
Verify small text or button states by cropping, enlarging, and re-analyzing a specific image region with OCR/VLM.
Instructions
Crop a region of an image, enlarge it, and re-analyze with OCR/VLM for verification. Ideal for verifying small text, button states, etc. Use this tool ONLY when you need to zoom into and verify a specific region of an image. Do NOT use for: full image analysis (use vision_inspect), comparing two images (use vision_diff).
Args: image_source: Image source - local file path or remote URL (recommended, auto-detects format) image_path: Original image file path (backward compatible) bbox: Crop region [x1, y1, x2, y2] in original image pixel coordinates scale: Enlargement scale factor task: Verification task description use_paddleocr: Whether to use PaddleOCR image_data: Base64 encoded image data (backward compatible)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| bbox | No | ||
| task | No | 识别这块区域的文字和元素状态 | |
| scale | No | ||
| image_data | No | ||
| image_path | No | ||
| image_source | No | ||
| use_paddleocr | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |