Show HN: Pulpie – Models for Cleaning the Web
11–20 of 38 posts
Re: Show HN: Pulpie – Models for Cleaning the Web
#12Why not use a plain old html → markdown converter? You can easily strip out ads using CSS /jQuery-like selectors. That would cost zero dollars.
Re: Show HN: Pulpie – Models for Cleaning the Web
#13Why not use a plain old html → markdown converter? You can easily strip out ads using CSS /jQuery-like selectors. That would cost zero dollars.
Would be curious how it runs on more modest hardware though, I'm using it for a small bookmark archiving tool and being able to run it on my small mini-pc homelab would be nice.
Re: Show HN: Pulpie – Models for Cleaning the Web
#14Why not use a plain old html → markdown converter? You can easily strip out ads using CSS /jQuery-like selectors. That would cost zero dollars.
Re: Show HN: Pulpie – Models for Cleaning the Web
#15Re: Show HN: Pulpie – Models for Cleaning the Web
#16Why not use a plain old html → markdown converter? You can easily strip out ads using CSS /jQuery-like selectors. That would cost zero dollars.
We see far better performance with models. Heuristics break on richer content like codeblocks, formulae, quotes, etc. In our testing, our model was 25 F1 points better than Trafilatura.
Re: Show HN: Pulpie – Models for Cleaning the Web
#17Re: Show HN: Pulpie – Models for Cleaning the Web
#18So this is tailored towards kind of a "reader view" for models right? Can it handle images, tables, shadow DOMs too? Like there are 3 use cases I have now - one is a simple text view for models to understand it, one is a "web clip" mode which would ideally preserve images and media, and one is to extract tabular data from web pages. Which ones is this good at?
Pulpie will return all main content on a page as HTML/Markdown. I’m not sure I fully understand “which one this is good at?”. perhaps you can try the model on hugging face and let me know if the results look good?