extract_images
Extract images from web pages with metadata including alt text and dimensions. Use this tool to gather visual content from URLs for analysis or documentation.
Instructions
Extract all images from a web page with metadata
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | The URL to extract images from | |
| includeAltText | No | Whether to include alt text (default: true) | |
| includeDimensions | No | Whether to include image dimensions if available (default: false) | |
| useCache | No | Whether to use cached content if available (default: true) |