图像提取转换服务

version : 1.0.0

extract_image_from_file

Extract and analyze images from local file paths. Supports visual content understanding, OCR text extraction, and object recognition for screenshots, photos, diagrams, and documents.

*file_path(string)

resize(boolean)

max_width(number)

max_height(number)

结果(Result)

extract_image_from_url

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.

*url(string)

resize(boolean)

max_width(number)

max_height(number)

结果(Result)

extract_image_from_base64

Extract and analyze images from base64-encoded data. Ideal for processing screenshots from clipboard, dynamically generated images, or images embedded in applications without requiring file system access.

*base64(string)

mime_type(string)

resize(boolean)

max_width(number)

max_height(number)

结果(Result)