extract_images
Extract and save images from a DOCX file by specifying the file path and optional output directory. Use this functionality to retrieve and organize images embedded in Word documents.
Instructions
Extract and list images from a DOCX file
Input Schema
Name | Required | Description | Default |
---|---|---|---|
file_path | Yes | Path to the .docx file | |
output_dir | No | Directory to save extracted images (optional) |