read_images
Read images from Word documents and return them for direct AI viewing, supporting optional index selection and table inclusion.
Instructions
读取 Word 文档中的图片,直接返回给 AI 查看。
Args: file_path: 文档路径 image_index: 指定读取第几张图片 (0-based),不指定则读取所有图片 include_tables: 是否包含表格中的图片 (默认True)
Returns: Image 对象列表,AI 可以直接"看到"这些图片。 如果发生错误,返回错误信息字符串。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes | ||
| image_index | No | ||
| include_tables | No |