get_body_text
Extract the accepted-view body text from a Word document, including inserted text and excluding deleted content, with footnotes returned separately.
Instructions
Return the full accepted-view text of the document.
Accepted view: w:ins text included, w:del text excluded. Includes text inside w:hyperlink runs. Paragraphs are joined by newline. Footnote text is returned separately.
Returns JSON: {"body": str, "footnotes": str}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| document_handle | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |