word_extract_text
Extracts full text from Word (.docx) documents, outputting paragraphs and tables in document order with tables converted to Markdown.
Instructions
提取 Word 文档完整文本。
段落和表格按文档顺序输出,表格转换为 Markdown 格式。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes | Word 文档路径(支持相对路径和绝对路径,仅支持 .docx 格式) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |