Live data from Hacker News

Ask HN: What's the best way to extract text from information dense pdfs?

news.ycombinator.com

1–3 of 3 posts

Re: Ask HN: What's the best way to extract text from information dense pdfs?

#2
Obviously all the big named online AI will do this trivially. Upload file, ask for everything you want in whatever format you want. If I were doing it: https://mistral.ai/news/mistral-ocr

To do it offline due to privacy, vision enabled LLM. Biggest Gemma you can handle, qwen2.5 vl, or Mistral small. I'd probably choose mistral.

Openwebui does pdfs built in. https://docs.openwebui.com/features/document-extraction/

TBH havent tried it myself but I bet it works.