Scrapegraph-ai icon indicating copy to clipboard operation
Scrapegraph-ai copied to clipboard

Feature Request: Utilize Vision API for scraping

Open mikewolfd opened this issue 9 months ago • 1 comments

Offer a node to scrape by taking a full-size image of the website and pass that through to a Vision Inference service.

I've found that this solution results in a more contextually complete response.

mikewolfd avatar May 09 '24 17:05 mikewolfd

Hey @mikewolfd right now we have only one ImageToText node which uses gpt-4 vision here. It takes a URL of the image as input. We are planning to implement other multi-modal models such as llava

PeriniM avatar May 10 '24 09:05 PeriniM

hi, we have this feature to the screenshot scraper

VinciGit00 avatar Oct 07 '24 08:10 VinciGit00