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

XCancel and Nitter are receiving C&D letters from XCorp

7•mobilio•46m ago•0 comments

Open source in-browser log sanitizer, feedback required

2•andriimb•1h ago•2 comments

Ask HN: Is what Open Commonplace legal?

2•VishnuShayeq01•1h ago•0 comments

Ask HN: What are you using to access x.com at the moment?

2•throwaw12•2h ago•3 comments

Looking for people to follow designing systems to ship code with AI agents

4•mutahn•3h ago•0 comments

Ask HN: Opus 5 is unusable for writing, even internal use. Alternatives/fix?

2•m3h•40m ago•0 comments

Ask HN: Why are Claude models so verbose?

2•JacobWolf•5h ago•6 comments

Ask HN: Good large format (>20 inches) touchscreen E-Paper display options?

28•foota•1d ago•8 comments

Ask HN: Those making $500/month on side projects in 2026 – Show and tell

71•kaladan•1d ago•86 comments

Anyone in Legal Tech Here?

4•bgajjela•14h ago•1 comments

Ask HN: What Did Anthropic Bill Me For?

4•OhMeadhbh•20h ago•3 comments

Ask HN: Android OS with Linux level customisation

3•KinetiNode•15h ago•7 comments

Is AI slowing you down?

16•charbz•15h ago•9 comments

Ask HN: What business would you build if you couldn't use the internet?

5•spking•15h ago•8 comments

I'm a CTO. We took PE money 6 months ago. AMA

8•scottndecker•19h ago•12 comments

How I Read Books

12•nomilk•1d ago•14 comments

Talk Like Claude Day

20•KenPainter•2d ago•6 comments

A technology that counts reps and scores muscle failure from the Apple Watch

3•baraa_bilal•1d ago•1 comments

Ask HN: What AI companies provide human support?

3•kbrannigan•1d ago•2 comments

Tell HN: HN Algolia Search not showing new results from the past 24 hours

4•infinitifall•1d ago•1 comments

I write my own Markdown

2•KenPainter•1d ago•3 comments

Ask HN: Should GitHub downtimes impact considering Golang for a new project?

2•gchamonlive•20h ago•2 comments

Do teams still use scrum and sprints?

6•peter_retief•1d ago•12 comments

Ask HN: Trust Between Agent's Companies

2•mathieu_aithos•1d ago•0 comments

Ask HN: Is there any way to use workflow to control Harness?

2•juntz•1d ago•6 comments

Ask HN: Why is my innovative IDEA is always behind the others?

3•juntz•1d ago•6 comments

You Don't Need AI to Generate Code

6•Lozybug•1d ago•13 comments

Harpoon for Sublime Text 4

3•tomoekn•1d ago•0 comments

You've reached the end!