word_inspect_document
Inspect Word documents (.docx) to extract paragraphs, tables, and images. Returns comprehensive statistics to help decide which sections to read.
Instructions
综合检查 Word 文档元素。
提取文档中的段落、表格和图片信息,返回综合统计结果。 在决定读取哪个部分之前,请先使用此工具。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes | Word 文档路径(支持相对路径和绝对路径,仅支持 .docx 格式) | |
| extract_images | No | 是否提取图片信息(默认 True) | |
| image_dir | No | 图片输出目录路径(默认 ./pics/) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||