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

Stripe's opt-out Radar price increase dressed up as a free trial

4•rapind•3h ago•0 comments

I built an independent peptide testing lab that accepts mailed samples

4•peptidelabs•3h ago•0 comments

Ask HN: Do older programmers/CS academics view AI safety as a form of arrogance?

3•amichail•6h ago•12 comments

Ask HN: Navigating Source Code (especially on large projects)

3•thekey•8h ago•0 comments

Robotics development made dead simple (open source)

22•Ekami•4d ago•7 comments

Ask HN: Should authors disclose if they are paid to write a blog post?

4•wseqyrku•16h ago•5 comments

Ask HN: Grant Writers, Worth It?

4•Fundnai•6h ago•1 comments

Tell HN: Airbnb updated "necessary" cookies aren't

7•janalsncm•16h ago•0 comments

Ask HN: Which one do you use for planning and coding between sonnet and Opus?

3•neverenderr•12h ago•10 comments

YC startup offers interviews to people who get their name permanently tattooed

17•codexon•1d ago•11 comments

Is Cloudflare classifying opencode.ai as malware?

3•_raz•13h ago•4 comments

SFR (French Internet provider) is blocking opencode.ai

6•krikou•14h ago•4 comments

Belkin killed my smart switch. I got it working again without their app

13•gaborme•1d ago•1 comments

How to get more coding productivity with LLMs

8•DaveParkCity•22h ago•1 comments

Ask HN: Is everybody's Claude weekly quota reset time the same?

8•0gs•23h ago•6 comments

How did you fund your startup without VC?

5•Fundnai•6h ago•2 comments

Ask HN: Crooked Timber showed showed me a virus captcha, What now?

43•Jgoauh•2d ago•47 comments

Ask HN: Which Jabber clients support SCRAM+ and XEP-0474?

4•Bender•1d ago•0 comments

You've reached the end!