this post was submitted on 21 Jun 2026
165 points (98.8% liked)

Technology

85615 readers
3777 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related news or articles.
  3. Be excellent to each other!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
  9. Check for duplicates before posting, duplicates may be removed
  10. Accounts 7 days and younger will have their posts automatically removed.

Approved Bots


founded 3 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] CaptDust@sh.itjust.works 6 points 8 hours ago* (last edited 5 hours ago) (1 children)

OCR libraries have undoubtedly improved but LLMs are using the same open source libraries and tools available to anyone... there's few cases where sending the work through general models is worth it for text conversion. Employees just needed a front end to upload, run something like tesseract behind the scenes, and spit out the result. It's an egregiously stupid use of resources.

[–] Blue_Morpho@lemmy.world 5 points 8 hours ago (1 children)

have undoubtedly improved but LLMs are using the same open source libraries and tools available to anyone..

I read a surprising article on Lemmy just a week ago that explained that that is not how LLM's do OCR. LLM's convert images into tokens and then treat them like text input. I can't see how it works but it does. It's why they are better than classic OCR neural nets but at the trade off of enormously larger computation cost.