Earlier quoted context omitted.
"How do you do it without AI" is a question I (sadly) expect to see more often.
Feel free to answer then, how do you do the same functions this does with gpt(3/4) without AI? Edit - This is an excellent use of it, a free text human input capable of doing things like extracting summaries. It does not seem to be used at all for the basic task of extracting content, but for post filtering.
Show HN: I made a tool to clean and convert any webpage to Markdown
31–40 of 107 posts
Re: Show HN: I made a tool to clean and convert any webpage to Markdown
#32One of the cases when AI not needed. There is very good working algorithm to extract content from the pages, one of implementations: https://github.com/buriy/python-readability
how is it compared to mozilla/readability?
Re: Show HN: I made a tool to clean and convert any webpage to Markdown
#33This is one of those things that the ever-amazing pandoc ( https://pandoc.org/ ) does very well, on top of supporting virtually every other document format.
Re: Show HN: I made a tool to clean and convert any webpage to Markdown
#34Re: Show HN: I made a tool to clean and convert any webpage to Markdown
#35Re: Show HN: I made a tool to clean and convert any webpage to Markdown
#36Earlier quoted context omitted.
Feel free to answer then, how do you do the same functions this does with gpt(3/4) without AI? Edit - This is an excellent use of it, a free text human input capable of doing things like extracting summaries. It does not seem to be used at all for the basic task of extracting content, but for post filtering.
I think “copy from a PDF” could be improved with AI. It’s been 30 years and I still get new lines in the middle of sentences when I try to copy from one.
In between. An alias like pdfwtf translating to "paste | llm command | copy"
Re: Show HN: I made a tool to clean and convert any webpage to Markdown
#37This is awesome. I kind of want a browser extension that does this to every page I read and saves them somewhere.
Singlefile for Firefox https://addons.mozilla.org/en-US/firefox/addon/single-file/
Re: Show HN: I made a tool to clean and convert any webpage to Markdown
#38links -dump elinks -dump lynx -dump let me guess, you need more?
If there were a version of links, elinks, or lynx that executed JS that would be wonderful.
Re: Show HN: I made a tool to clean and convert any webpage to Markdown
#39Re: Show HN: I made a tool to clean and convert any webpage to Markdown
#40Here is an open source alternative to this tool: https://github.com/ozanmakes/scrapedown