scan_text_nodes
Scan a subtree for all text nodes, retrieving each node's characters, font size, and font name. Scope to a specific node or default to the current page.
Instructions
Return every TEXT node within a subtree, each with its characters / fontSize / fontName. Scope with root (a node id); defaults to the current page.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| root | No | Node id to scope the scan; omit for the current page |