Simple go service to find a prominent image on the website.
342
Simple go service to find a prominent image on the website.
App is also capable of extracting excerpt from the website, and content with HTML tags. It's useful to create a website "preview" for news reader or something.
Algorithm is pretty simple, we scrape all images. We look for the biggest one. It utilises go routines to do the image comparison.
We do some smart image type recognition, and we don't download whole images, only headers to check image sizes.
Content type
Image
Digest
sha256:2a23b81d6…
Size
3.2 MB
Last updated
18 days ago
docker pull slav123/prom