drawing_callouts
Stores callouts detected or created on drawings. A callout is a reference marker (e.g., “See A5.2”) that links one sheet to another.
Purpose
Enable navigation between related sheets using callout references.
Columns
| Column | Type | Description |
|---|---|---|
| id | uuid | Primary key |
| drawing_sheet_id | uuid | Source sheet |
| target_sheet_number | text | Referenced sheet number |
| bbox | jsonb | Location on sheet |
| confidence | numeric | Detection confidence |
| created_at | timestamptz | Timestamp |
Usage
- Detected via OCR/AI
- Used for navigation between sheets