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

The Hard Parts of Streaming Audio in Voice Agents

2•gokuljs•2h ago•0 comments

Tell HN: I managed to unsubscribe from Adobe CC without being charged

16•frereubu•9h ago•2 comments

Claude has the worst pricing – but people want it

9•amukbils•8h ago•13 comments

Ask HN: Are systems ready for the first negative leap second?

7•Asmod4n•9h ago•7 comments

How are you measuring Claude Code and Codex performance?

3•achalpandey•4h ago•4 comments

Ask HN: What cool stuff have you all been using Fable 5 for?

8•Tsarp•9h ago•12 comments

Protecting Exploration in an Efficient System

2•rando77•5h ago•0 comments

Ask HN: Is anyone experimenting with different ways of using LLMs for coding?

200•yehiaabdelm•3d ago•199 comments

Ask HN: Are there good security benchmarks for LLMs?

7•melvinroest•14h ago•0 comments

Ripple Calculator: Complete Guide to XRP Profit and Conversion

3•blockyyr•8h ago•0 comments

Ask HN: Is anyone using Jujutsu version control (JJ) exclusively?

5•cabyambo•12h ago•0 comments

Ask HN: I use coding agents daily, but how do real engineers use them?

2•getlawgdon•10h ago•5 comments

Opinion: Agents > Unix Shell

3•akiarie•11h ago•0 comments

Ask HN: Why submit your AI-written article?

6•blinkbat•11h ago•6 comments

Ask HN: What should I verify before releasing a P2P messenger?

6•Realman78•11h ago•4 comments

Ask HN: What are some programming languages you wish you could use more?

2•mghackerlady•12h ago•2 comments

Ask HN: Who is hiring? (July 2026)

244•whoishiring•5d ago•351 comments

Ask HN: Are you emotionally attached to AI code?

3•CurleighBraces•13h ago•6 comments

I built a local-first replacement for TV Time before it shuts down July 15

2•continuitytv•14h ago•1 comments

Ask HN: Why about a third of the submissions become dead in mere minutes?

12•g-b-r•1d ago•29 comments

Ask HN: What internal tools/SASS replacements are you building?

2•kostarelo•14h ago•1 comments

Ask HN: What browser extensions or front ends do you use for reading HN, if any?

7•GaryBluto•6h ago•3 comments

Tools/approach to pentest my own framework/SaaS?

2•shinobi-apps•15h ago•4 comments

Ask HN: Open-source website builders for animated sites like Higgsfield?

4•adithyaharish•15h ago•0 comments

Ask HN: Who wants to be hired? (July 2026)

151•whoishiring•5d ago•488 comments

Tell HN: Error: Claude-fable-5 is temporarily unavailable

3•throwaw12•16h ago•3 comments

Claude Code deletes conversations after 30 days

2•mieubrisse•17h ago•4 comments

Ask HN: What is your go-to prompt to prove AI can be wrong?

2•throwaway_887•17h ago•4 comments

Ask HN: Do you guys struggle with finding a right person for your FDE role?

3•getelementbyiq•17h ago•1 comments

Ask HN: Since when does Craigslist's front page have emojis?

39•argee•6d ago•33 comments