Ask HN: What's the best way to extract text from information dense pdfs?
1rkwz18/18/2025, 10:44:01 AM
Examples for PDFs: Pitch Decks, Annual Reports etc which have text, charts, tables etc.
Comments (1)
incomingpain · 15m ago
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.
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.