find_text
Search Word documents for text in paragraphs and table cells, returning match locations with surrounding context. Optionally includes textbox/shape content and live open documents.
Instructions
Find text in paragraphs and table cells; returns locations + context. include_textboxes=True also searches text-box/shape content, returned as clearly-labeled extra matches (source 'textbox' with box_index) without affecting body match entries or paragraph indices; file-mode only. Documents open in Word are searched live (current in-memory state, same flat-list shape; live additionally reports matches inside content controls as labeled in_sdt entries, and caps at 500 matches with a trailing truncated sentinel entry).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| live | No | auto | |
| query | Yes | ||
| regex | No | ||
| file_path | Yes | ||
| context_chars | No | ||
| include_textboxes | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |