read_document
Read a Word document (.docx) and return all paragraphs with index, style, and accepted text. Must be called before making any edits.
Instructions
读取 Word 文档(.docx)的全部段落。path 必须是绝对路径。
返回 JSON 数组,每段含 index(段落序号,编辑工具以此定位)、style(样式名)、 text(接受全部现有修订后的有效文本)。编辑前必须先读取文档。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |