read_sheet_text
Extract text with positions from a sheet, optionally restricted to a region, to read 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 |