extract_image_from_url
Extract and analyze images from web URLs for visual content analysis, text extraction, and object recognition, optimized for AI model processing.
Instructions
Extract and analyze images from web URLs. Perfect for analyzing web screenshots, online photos, diagrams, or any image accessible via HTTP/HTTPS for visual content analysis and text extraction.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
max_height | No | For backward compatibility only. Default maximum height is now 512px | |
max_width | No | For backward compatibility only. Default maximum width is now 512px | |
resize | No | For backward compatibility only. Images are always automatically resized to optimal dimensions (max 512x512) for LLM analysis | |
url | Yes | URL of the image to analyze for visual content, text extraction, or object recognition (supports web screenshots, photos, diagrams) |