frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Open in hackernews

Ask HN: Best on device LLM tooling for PDFs?

4•martinald•1y ago
I've got very used to using the "big" LLMs for analysing PDFs

Now llama.cpp has vision support; I tried out PDFs with it locally (via LM Studio) but the results weren't as good as I hoped for. One time it insisted it couldn't do "OCR", but gave me an example of what the data _could_ look like - which was the data.

The other major problem is sometimes PDFs are actually made up of images; and it got super confused on those as well.

Given this is so new I'm struggling to find any tools which make this easier.

Comments

raymond_goo•1y ago
Try something like this

  !pip install pytesseract pdf2image pillow
  !apt install poppler-utils
  #!apt install tesseract-ocr
  from pdf2image import convert_from_path
  import pytesseract

  pages = convert_from_path('k.pdf', dpi=300)

  all_text = ""
  for page_num, img in enumerate(pages, start=1):
      text = pytesseract.image_to_string(img)
      all_text += f"\n--- Page {page_num} ---\n{text}"

  print(all_text)
constantinum•1y ago
give https://pg.llmwhisperer.unstract.com/ a try

Ask HN: Who's still keeping a DOS machine up because the business depends on it?

106•mlaux•9h ago•85 comments

Ask HN: Any nerds out there who've read a lot of research papers?

22•shriy-singh•1d ago•19 comments

Ask HN: Hypothesis: Cellular providers are deprioritizing voice calls?

18•tkdb•1d ago•36 comments

Tell HN: OpenAI $500 ProMax plan listed in API

22•GustavHartz•20h ago•27 comments

Tell HN: Codex Is Down [fixed]

64•minimaxir•5h ago•70 comments

Ask HN: IEEE expulsion of Fei-Yue Wang?

9•sathomasga•1d ago•1 comments

Ask HN: Is Opus 5.5 another step change?

8•consumer451•6h ago•8 comments

Ask HN: How do you deal with cyber attacks once you scale?

4•cehgmaster•2d ago•2 comments

Ask HN: What vendor you'd switch out if a better option was available?

4•jviotti•10h ago•11 comments

FYI: OpenAI "spend limits" aren't always limits

2•iambateman•7h ago•0 comments

Tell HN: Chrome 154 corrupt Fontconfig cache and crash KDE Plasma

5•vdfs•8h ago•0 comments

Ask HN: LM Studio Bionic with Python?

2•HoldOnAMinute•9h ago•0 comments

Ask HN: Which model do you use for work?

3•george_max•10h ago•4 comments

Ask HN: Has anyone built a leaderless multi-agent system?

2•har-ki•11h ago•1 comments

Ask HN: Anyone else's OpenAI and Claude API keys mysteriously leaked last night?

2•par•14h ago•0 comments

Ask HN: How do you use LLMs to secure your code and services?

3•cpa•16h ago•0 comments

Ask HN: Migrating personal email domain from Gmail to iCloud?

4•osener•21h ago•4 comments

Ask HN: Is it impossible to disable Siri on macOS 27?

153•semidror•4d ago•87 comments

Ask HN: Are .shop domains down?

5•esher•1d ago•7 comments

Ask HN: Where to look for jobs?

5•0x737368•1d ago•1 comments

Ask HN: How do you feel about the new $500 OpenAI subscription?

3•preommr•1d ago•9 comments

Ask HN: Does a startup need both founder and company X accounts?

3•OnionLayers•1d ago•0 comments

Ask HN: Do you cuss at your agent?

3•ak39•1d ago•8 comments

Ask HN: What job boards are good these days?

22•phendrenad2•2d ago•16 comments

Tell HN: Substack obfuscating text to break reading mode

16•xnx•3d ago•4 comments

Ask HN: Folks familiar with infections after TKA

3•zafka•1d ago•0 comments

Anyone using a Wispr Flow alternative that is non-cloud?

21•itsjeremiahs•3d ago•17 comments

Ask HN: Does spec-driven development still pay off with frontier coding models?

3•sarangk90•1d ago•2 comments

Tell HN: PSA: AI can make old games run on 64-bit macOS

6•Razengan•18h ago•0 comments

When Claude CLI asks for feedback, responding authorizes conversation capture

25•mmaunder•4d ago•3 comments