get_body_text
Extracts the accepted-view text from a Word document, returning body paragraphs joined by newlines and footnotes as separate strings.
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 |