extract_drawing_dimensions
Extract all numeric dimension callouts from a drawing PNG via OCR, grouped by type (length, radius, diameter, etc.) with pixel positions for mapping to features.
Instructions
OCR a drawing PNG and return every numeric callout it can read, grouped by kind: length / radius / diameter / thread / angle / count / scale. Each callout includes pixel-position so you can map it to a specific feature in the drawing (compare against your view of the image). USE THIS BEFORE READING DIMS BY EYE — Tesseract is more reliable than your vision pass on small text. Known limit: Ø often misreads as '9' (e.g. 'Ø50' → '950'); cross-check high-significance dims with crop_image at native resolution.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| imagePath | Yes | Filesystem path to a drawing PNG. |