read_sheet_text
Read construction drawing sheet text with pixel coordinates, optionally within a region, to extract title blocks, room labels, finish schedules, and scale notes.
Instructions
The sheet's text with positions — items [{str, x, y}] in image px plus the joined text. Optionally restrict to a region {x0, y0, x1, y1}. Use it to read title blocks, room labels, finish schedules, and scale notes. Coordinates are image px at render scale 2.0: PDF pt × 2, origin top-left, y down (the browser canvas's native space). Sheet payloads carry dims in both px and pt.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sheet | Yes | ||
| region | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | The items joined with spaces | |
| items | Yes | Positioned text items (image px) | |
| sheet | Yes |