Skip to content

Comment on Ask HN: I have many PDFs – what is the best local way to leverage AI for search?

Comments

Using python to dump the PDF to text then use llama3 (8B) to parse

nl

The "Using python to dump the PDF to text" dramatically underestimates how hard this is.

Tables and especially multi-column PDFs often need one-off handling and - worse - you don't know when one is being misparsed until you start getting weird search results. At that point you need to debug your entire search pipeline, which isn't fun!

AboutSource Built by g1lg1l

Hackerly is an independent reader for Hacker News, built on the public HN API. Not affiliated with Y Combinator.