get_images_info
Retrieve metadata of all images in a Word document to understand their structure and position before reading the actual images.
Instructions
获取 Word 文档中所有图片的元信息,不返回图片内容。 用于在读取图片前了解文档中图片的结构和位置。
Args: file_path: 文档路径 include_tables: 是否包含表格中的图片 (默认True)
Returns: JSON 格式的图片元信息列表。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes | ||
| include_tables | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |