search_text
Find text in Microsoft Word documents by searching across body content, footnotes, and comments using text queries or regex patterns.
Instructions
Search for text across the document body, footnotes, and comments.
Args: query: Text to search for (case-insensitive), or a regex pattern. regex: If true, treat query as a Python regular expression.
Returns matching paragraphs with their paraId, source part, and context.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | ||
| regex | No |