• visarga 10 hours ago

    The crucial information is missing - accuracy comparison with other OCR providers. From my experience LLM based OCR might misread the layout and hallucinate values, it is very subtle but sometimes critically wrong. Classical OCR has more precision but doesn't get the layout at all. Combining both has other issues, no approach is 100% reliable.

    • agentcoops 5 hours ago

      Have you evaluated this lately? Last year or even just earlier this year I would have mostly agreed with you. At this point, however, with at least the documents I have been working on, OCR reliability with GPT5 or Mistral OCR [1] has been much better than even domain-trained classical OCR. If the documents have even slightly complex layout (to say nothing of page numbers or page headings or an uncommon font), the accuracy of state of the art LLMs has been in my work an order of magnitude greater. The ability to have the LLM tentatively combine trailing sentences across pages, which is especially useful if you have to work with documents in German say, is invaluable.

      [1] https://mistral.ai/news/mistral-ocr

      • zarzavat 2 hours ago

        I asked GPT-5 to OCR a table for me the other day, it hallucinated perhaps 10% of the values. This was a screenshot of a spreadsheet, with large font, not challenging except for the layout.

        What's interesting is that I asked it to also read the background colors of the cells and it did much worse on that task.

        I believe these models could be useful for a first pass if you are willing to manually review everything they output, but the failure mode is unsettling.

      • WithinReason 10 hours ago

        Breaking up the page, feeding the pieces one-by-one and reassembling the output helps with that. I was expecting this project to do that but it can only feed a whole page.

        • smusamashah 5 hours ago

          Any tool that takes a scanned PDF, then overlay's OCRed text over scan so that text becomes searchable?

          • Xmd5a 3 hours ago

            https://github.com/ocrmypdf/OCRmyPDF

            >OCRmyPDF adds an OCR text layer to scanned PDF files, allowing them to be searched

            I ... I nailed it.

            • quibono 3 hours ago

              Just a note that OCRmyPDF currently uses Tesseract

          • worldsayshi 9 hours ago

            Yes I tried using LLM for reading CV:s a while back and I really struggled with getting it to not omit important information.

          • HocusLocus 17 hours ago

            By 1990 Omnipage 3 and its successors were 'good enough' and with their compact dictionaries and letter form recognition were miracles of their time at ~300MB installed.

            In 2025 LLMs can 'fake it' using Trilobites of memory and Petaflops. It's funny actually, like a supercomputer being emulated in real time on a really fast Jacquard loom. By 2027 even simple hand held calculator addition will be billed in kilowatt-hours.

            • privatelypublic 15 hours ago

              If you think 1990's ocr- even 2000's OCR is remotely as good as modern OCR... I`v3 g0ta bnedge to sell.

              • skygazer 13 hours ago

                I had an on-screen OCR app on my Amiga in the early 90s that was amazing, so long as the captured text image used a system font. Avoiding all the mess of reality like optics, perspective, sensors and physics and it could be basically perfect.

                • Someone an hour ago

                  MacPaint had that in 1983, but it never shipped because Bill Atkinson “was afraid that if he left it in, people would actually use it a lot, and MacPaint would be regarded as an inadequate word processor instead of a great drawing program” (https://www.folklore.org/MacPaint_Evolution.html)

                  Also shows a way to do that fast:

                  “ First, he wrote assembly language routines to isolate the bounding box of each character in the selected range. Then he computed a checksum of the pixels within each bounding box, and compared them to a pre-computed table that was made for each known font, only having to perform the full, detailed comparison if the checksum matched.”

                  • privatelypublic 13 hours ago

                    If you want to go back to the start, look up MICR. Used to sort checks.

                    OCR'ing a fixed, monospaced, font from a pristine piece of paper really is "solved." It's all the nasties of tue real world that its an issue.

                    As I mockingly demonstrated- kerning, character similarity, grammar, lexing- all present large and hugely time consuming problems to solve in processes where OCR is the most useful.

                  • bayindirh 7 hours ago

                    Tesseract can do wonders for scanned paper (and web generated PDFs) both in its old and new version. If you want to pay for something closed, Prizmo on macOS is extremely good as well.

                    On the other hând, LLm5 are sl0wwer, moré resource hangry and l3ss accurale fr their outpu1z.

                    We shoulD stop gl0rıfying LLMs for 3verylhin9.

                    • agentcoops 5 hours ago

                      I've worked extensively with Tesseract, ABBYY, etc in a personal and professional context. Of course they work well for English-language documents without any complexity of layout that are scanned without the slightest defect. At this point, based on extensive testing for work, state of the art LLMs simply have better accuracy -- and an order of magnitude so if you have non-English documents with complex layouts and less than ideal scans. I'll give you speed, but the accuracy is so much greater (and the need for human intervention so much less) that in my experience it's a worthwhile trade-off.

                      I'm not saying this applies to you, but my sense from this thread is that many are comparing the results of tossing an image into a free ChatGPT session with an "OCR this document" prompt to a competent Tesseract-based tool... LLMs certainly don't solve any and every problem, but this should be based on real experiments. In fact, OCR is probably the main area where I've found them to simply be the best solution for a professional system.

                  • Y_Y 15 hours ago

                    https://en.wikipedia.org/wiki/Trilobite

                    Trilobites? Those were truly primitve computers.

                    • __alexs 7 hours ago

                      Didn't the discworld books have these?

                    • jchw 10 hours ago

                      A bit ago I tried throwing a couple of random simple Japanese comics (think 4koma but I don't think either of the ones I threw in were actually 4 panels) from Pixiv into Gemma 3b on AI studio.

                      - It transcribed all of the text, including speech, labels on objects, onomatopoeias in actions, etc. I did notice a kana was missing a diacritic in a transcription, so the transcriptions were not perfect, but pretty close actually. To my eye all of the kanji looked right. Latin characters already OCR pretty well, but at least in my experience other languages can be a struggle.

                      - It also, unprompted, correctly translated the fairly simple Japanese to English. I'm not an expert, but the translations looked good to me. Gemini 2.5 did the same, and while it had a slightly different translation, both of them were functionally identical, and similar to Google Translate.

                      - It also explained the jokes, the onomatopoeias, etc. To my ability to verify these things they seemed to be correct, though notably Japanese onomatopoeias used for actions in comics is pretty diverse and not necessarily super well-documented. But contextually it seemed right.

                      To me this is interesting. I don't want to anthropomorphize the models (at least unduly, though I am describing the models as if they chose to do these things, since it's natural to do so) but the fact that even relatively small local models such as Gemma can perform tasks like this on arbitrary images with handwritten Japanese text bodes well. Traditional OCR struggles to find and recognize text that isn't English or is stylized/hand-written, and can't use context clues or its own "understanding" to fill in blanks where things are otherwise unreadable; at best they can take advantage of more basic statistics, which can take you quite far but won't get you to the same level of proficiency at the job as a human. vLLMs however definitely have an advantage in the amount of knowledge embedded within them, and can use that knowledge to cut through ambiguity. I believe this gets them closer.

                      I've messed around with using vLLMs for OCR tasks a few times primarily because I'm honestly just not very impressed with more traditional options like Tesseract, which sometimes need a lot of help even just to find the text you want to transcribe, depending on how ideal the case is.

                      On the scale of AI hype bullshit, the use case of image recognition and transcription is damn near zero. It really is actually useful here. Some studies have shown that vLLMs are "blind" in some ways (in that they can be made to fail by tricking them, like Photoshopping a cat to have an extra leg and asking how many legs the animal in the photo has; in this case the priors of the model from its training data work against it) and there are some other limitations (I think generally when you use AI for transcription it's hard to get spatial information about what is being recognized, though I think some techniques have been applied, like recursively cutting an image up and feeding it to try to refine bounding boxes) but the degree to which it works is, in my honest opinion, very impressive and very useful already.

                      I don't think that this demonstrates that basic PDF transcription, especially of cleanly-scanned documents, really needs large ML models... But on the other hand, large ML models can handle both easy and hard tasks here pretty well if you are working within their limitations.

                      Personally, I look forward to seeing more work done on this sort of thing. If it becomes reliable enough, it will be absurdly useful for both accessibility and breaking down language barriers; machine translation has traditionally been a bit limited in how well it can work on images, but I've found Gemini, and surprisingly often even Gemma, can make easy work of these tasks.

                      I agree these models are inefficient, I mean traditional OCR aside, our brains do similar tasks but burn less electricity and ostensibly need less training data (at least certainly less text) to do it. It certainly must be physically possible to make more efficient machines that can do these tasks with similar fidelity to what we have now.

                      • agentcoops 5 hours ago

                        100%. My sense is that many in this thread have never gone through the misery of trying to use classical OCR for non-English documents or where you can't control scan quality. I did a test recently with 18th-century German documents, written in a well-known and standardized but archaic script. The accuracy of classical models specifically trained on this corpus was an order of magnitude lower than GPT5. I haven't experimented personally or professionally with smaller models, but your experience makes me hopeful that we might even get this accurate OCR on phones sooner rather than later...

                  • ggnore7452 14 hours ago

                    I’ve done a similar PDF → Markdown workflow.

                    For each page:

                    - Extract text as usual.

                    - Capture the whole page as an image (~200 DPI).

                    - Optionally extract images/graphs within the page and include them in the same LLM call.

                    - Optionally add a bit of context from neighboring pages.

                    Then wrap everything with a clear prompt (structured output + how you want graphs handled), and you’re set.

                    At this point, models like GPT-5-nano/mini or Gemini 2.5 Flash are cheap and strong enough to make this practical.

                    Yeah, it’s a bit like using a rocket launcher on a mosquito, but this is actually very easy to implement and quite flexible and powerfuL. works across almost any format, Markdown is both AI and human friendly, and surprisingly maintainable.

                    • GaggiX 14 hours ago

                      >are cheap and strong enough to make this practical.

                      It all depends on the scale you need them, with the API it's easy to generate millions of tokens without thinking.

                      • agentcoops 5 hours ago

                        You don't need full reasoning to get accurate results, so even with GPT5 it's still pretty cheap for a one-time job and easy to reason about costs. It's certainly cheaper if you have data where reliability is key and classical OCR will undoubtedly require some manual data cleaning...

                        I can recommend the Mistral OCR API [1] if you have large jobs and don't want to think about it too much.

                        [1] https://mistral.ai/solutions/document-ai

                        • rdos 10 hours ago

                          In that case you should run a model locally, this one for example: https://huggingface.co/ds4sd/docling-models

                      • fcoury 16 hours ago

                        I really wanted this to be good. Unfortunately it converted a page that contained a table that is usually very hard for converters to properly convert and I got a full page with "! Picture 1:" and nothing else. On top of that, it hung at page 17 of a 25 page document and never resumed.

                        • nawazgafar 16 hours ago

                          Author here, that sucks. I'd love to recreate this locally. Would you be willing to share the PDF?

                          • threeducks 9 hours ago

                            As far as I am aware, the "hanging" issue remains unsolved to this day. The underlying problem is that LLMs sometimes get stuck in a loop where they repeat the same text again and again until they reach the token limit. You can break the loop by setting a repeat penalty, but when your image contains repeated text, such as in tables, the LLM will output incorrect results to prevent repetition.

                            Here is the corresponding GitHub issue for your default model (Qwen2.5-VL):

                            https://github.com/QwenLM/Qwen2.5-VL/issues/241

                            You can mitigate the fallout of this repetition issue to some degree by chopping up each page into smaller pieces (paragraphs, tables, images, etc.) with a page layout model. Then at least only part of the text is broken instead of the entire page.

                            A better solution might be to train a model to estimate a heat map of character density for a page of text. Then, condition the vision-language model on character density by feeding the density to the vision encoder. Also output character coordinates, which can be used with the heat map to adjust token probabilities.

                        • evolve2k 15 hours ago

                          “Turn images and diagrams into detailed text descriptions.”

                          I’d just prefer that any images and diagrams are copied over, and rendered into a popular format like markdown.

                          • Areibman 13 hours ago

                            Similar project used to organize PDFs with Ollama https://github.com/iyaja/llama-fs

                            • fforflo 4 hours ago

                              If you're interested in this sort of thing with an SQL flavor, you may find the pgpdf PostgreSQL extension useful https://github.com/Florents-Tselai/pgpdf .

                              It's basically an SQL wrapper around poppler.

                              • cast42 7 hours ago

                                It would be nice to see how it performs on this benchmark: https://github.com/opendatalab/OmniDocBench

                                • david_draco 17 hours ago

                                  Looking at the code, this converts PDF pages to images, then transcribes each image. I might have expected a pdftotext post-processor. The complexity of PDF I guess ...

                                  • firesteelrain 17 hours ago

                                    There is a very popular Python module called ocrmypdf. I used it to help my HOA and OCR’ing of old PDFs.

                                    https://github.com/ocrmypdf/OCRmyPDF

                                    No LLMs required.

                                    • cess11 8 hours ago

                                      It's nice, I've used it as a fallback text extraction method in an ETL flow that chugged through tens of thousands of corporate and legal PDF files.

                                    • moritonal 17 hours ago

                                      I imagine part of the issue is how many PDFs are just a series of images anyway.

                                      • ethan_smith 11 hours ago

                                        Image-based extraction often preserves layout and handles PDFs with embedded fonts, scanned content, or security restrictions better than direct text extraction methods.

                                        • enjaydee 16 hours ago

                                          Saw this tweet the other day that helped me understand just how crazy PDF parsing can be

                                          https://threadreaderapp.com/thread/1955355127818358929.html

                                        • westurner 17 hours ago

                                          Shell: GNU parallel, pdftotext

                                          Python: PyPdf2, PdfMiner.six, Grobid, PyMuPdf; pytesseract (C++)

                                          paperetl is built on grobid: https://github.com/neuml/paperetl

                                          annotateai: https://github.com/neuml/annotateai :

                                          > annotateai automatically annotates papers using Large Language Models (LLMs). While LLMs can summarize papers, search papers and build generative text about papers, this project focuses on providing human readers with context as they read.

                                          pdf.js-hypothes.is: https://github.com/hypothesis/pdf.js-hypothes.is:

                                          > This is a copy of Mozilla's PDF.js viewer with Hypothesis annotation tools added

                                          Hypothesis is built on the W3C Web Annotations spec.

                                          dokieli implements W3C Web Annotations and many other Linked Data Specs: https://github.com/dokieli/dokieli :

                                          > Implements versioning and has the notion of immutable resources.

                                          > Embedding data blocks, e.g., Turtle, N-Triples, JSON-LD, TriG (Nanopublications).

                                          A dokieli document interface to LLMs would be basically the anti-PDF.

                                          Rust crates: rayon handles parallel processing, pdf-rs, tesseract (C++)

                                          pdf-rs examples/src/bin/extract_page.rs: https://github.com/pdf-rs/pdf/blob/master/examples/src/bin/e...

                                        • pyuser583 10 hours ago

                                          It seems we've entered the "AI is local" phase.

                                          • philips 9 hours ago

                                            It would be nice to provide a way to edit the prompt. I have a use case where I need to extract tabular handwritten data from PDFs scanned with a phone and I don't want it to extract the printed instructions on the form, etc.

                                            I have a very similar Go script that does this. My prompt: Create a CSV of the handwritten text in the table. Include the package number on each line. Only output a CSV.

                                            • deepsquirrelnet 14 hours ago

                                              Give the nanonets-ocr-s model a try. It’s a fine tune of Qwen 2.5 vl which I’ve had good success with for markdown and latex with image captioning. It uses a simple tagging scheme for page numbers, captions and tables.

                                              • captainregex 13 hours ago

                                                I desperately wanted Qwen vl to work but it just unleashes rambling hallucinations off basic screencaps. going to try nanonet!

                                                • davidwritesbugs 9 hours ago

                                                  I've tried nanonets but it seems very sensitive to the prompt, changing it slightly turned the output to rubbish. When it worked it was pretty good.

                                                • roscas 18 hours ago

                                                  Almost perfect, the PDF I tested it missed only a few symbols.

                                                  But that is something I will use for sure. Thank you.

                                                  • nawazgafar 16 hours ago

                                                    Glad to hear it! What types of symbols did it miss?

                                                  • thorum 16 hours ago

                                                    I’ve been trying to convert a dense 60 page paper document to Markdown today from photos taken on my iPhone. I know this is probably not the best way to do it but it’s still been surprising to find that even the latest cloud models are struggling to process many of the pages. Lots of hallucination and “I can’t see the text” (when the photo is perfectly clear). Lots of retrying different models, switching between LLMs and old fashioned OCR, reading and correcting mistakes myself. It’s still faster than doing the whole transcription manually but I thought the tech was further along.

                                                  • jonwinstanley 6 hours ago

                                                    What else can be hooked up to Ollama? Can Cursor use it yet?

                                                    • firesteelrain 17 hours ago

                                                      Ironically, Ollama likely is using Tesseract under the hood. Python library ocrmypdf uses Tesseract too. https://github.com/ocrmypdf/OCRmyPDF

                                                      • rafram 16 hours ago

                                                        > Ironically, Ollama likely is using Tesseract under the hood.

                                                        No, it isn’t.

                                                      • ahmedhawas123 16 hours ago

                                                        This may be a bit of an irrelevant and at best imaginative rant, but there is no shortage of solutions that are mediocre or near perfect for specific use cases out there to parse PDFs. This is a great addition to that.

                                                        That said, over the last two years I've come across many use cases to parse PDFs and each has its own requirements (e.g., figuring out titles, removing page numbers, extracting specific sections, etc). And each require a different approach.

                                                        My point is, this is awesome, but I wonder if there needs to be a broader push / initiative to stop leveraging PDFs so much when things like HTML, XML, JSON and a million other formats exist. It's a hard undertaking I know, no doubt, but it's not unheard of to drop technologies (e.g., fax) for a better technology.

                                                        • bm-rf 15 hours ago

                                                          For the purposes of an llm "reading" a pdf, it just renders it as an image. The file format does not matter. Let's say you have documents that already exist, a robust ocr solution that can handle tables and diagrams could be very valuable.

                                                          • mdaniel 16 hours ago

                                                            That ship has sailed, and I'd guess the majority of the folks in these threads are in the same boat I am: one does not get to choose what files your customers send you, you have to meet them where they are

                                                          • treetalker 16 hours ago

                                                            I presume this doesn't handle handwriting.

                                                            Does anyone have a suggestion for locally converting PDFs of handwriting into text, say on a recent Mac? Use case would be converting handwritten journals and daily note-taking.

                                                            • nawazgafar 16 hours ago

                                                              Author here, I tested it with this PDF of a handwritten doc [1], and it converted both pages accurately.

                                                              1. https://github.com/pnshiralkar/text-to-handwriting/blob/mast...

                                                              • treetalker 15 hours ago

                                                                Amazing, can't wait to try it!

                                                                FYI, your GitHub link tells me it's unable to render because the pdf is invalid.

                                                              • simonw 16 hours ago

                                                                This one should handle handwriting - it's using Qwen 2.5 VL which is a vision LLM that is very good at handwritten text.

                                                                • password4321 16 hours ago

                                                                  I don't know re: handwriting so only barely relevant but here is a new contender for a CLI "OCR Tool using Apple's Vision Framework API": https://github.com/riddleling/macocr which I found while searching for this recent discussion:

                                                                  My iPhone 8 Refuses to Die: Now It's a Solar-Powered Vision OCR Server

                                                                  https://news.ycombinator.com/item?id=44310944

                                                                  • phren0logy 15 hours ago

                                                                    If you use Docling, you can set your OCR engine to OCRMac then set it to use LiveText. It’s a good arrangement. You can send these as command-line arguments, but I generally configure it from the Python API.

                                                                  • ntnsndr 16 hours ago

                                                                    +1. I have tried a bunch of local models (albeit the smaller end, b/c hardware limits), and I can't get handwriting recognition yet. But online Gemini and Claude do great. Hoping the local models catch up soon, as this is a wonderful LLM use case.

                                                                    UPDATE: I just tried this with the default model on handwriting, and IT WORKED. Took about 5-10 minutes on my laptop, but it worked. I am so thrilled not to have to send my personal jottings into the cloud!

                                                                  • abnry 16 hours ago

                                                                    I would really like a tool to reliably get the title of PDF. It is not as easy as it seems. If the PDF exists online (say a paper or course notes) a bonus would be to find that or related metadata.

                                                                    • s0rce 16 hours ago

                                                                      Zotero does an ok job at this for papers.

                                                                    • wittjeff 17 hours ago

                                                                      Please add a license file. Thanks!

                                                                      • nawazgafar 16 hours ago

                                                                        Will do!

                                                                      • leodip 17 hours ago

                                                                        Nice! I wonder what is the hardware required to run qwen2.5vl locally. A 6gb 2cpu VPS can do?

                                                                        • mdaniel 16 hours ago

                                                                          It does not appear that qwen2.5vl is one thing, so it would depend a great deal on the size you wish to use

                                                                          Also, watch out, it seems the weights do not carry a libre license https://huggingface.co/Qwen/Qwen2.5-VL-3B-Instruct/blob/main...

                                                                          • kaycey2022 12 hours ago

                                                                            What is a libre license and why is it important?

                                                                        • no_creativity_ 17 hours ago

                                                                          Which llama model would have the best results for transcribing an image, I wonder. Say, for a screen grab of a newspaper page.

                                                                          • cronoz30 16 hours ago

                                                                            Does this work with images embedded in the PDF and rasterized images?

                                                                            • kaycey2022 13 hours ago

                                                                              It converts each page into an image and feeds it to Qwen2.5VL So it should be fine.

                                                                            • constantinum 14 hours ago

                                                                              Other tools worthy of mention that help with OCR'ing PDF/Scans to markdown/layout-preserved text:

                                                                              LLMWhisperer(from Unstract), Docling(IBM), Marker(Surya OCR), Nougat(Facebook Research), Llamaparse.

                                                                              • AmazingTurtle 5 hours ago

                                                                                Yet another Prompt Wrapper

                                                                                TRANSCRIPTION_PROMPT = """Task: Transcribe the page from the provided book image.

                                                                                - Reproduce the text exactly as it appears, without adding or omitting anything. - Use Markdown syntax to preserve the original formatting (e.g., headings, bold, italics, lists). - Do not include triple backticks (```) or any other code block markers in your response, unless the page contains code. - Do not include any headers or footers (for example, page numbers). - If the page contains an image, or a diagram, describe it in detail. Enclose the description in an <image> tag. For example:

                                                                                <image> This is an image of a cat. </image>

                                                                                """

                                                                                • edwinjones 4 hours ago

                                                                                  Agreed, it really looks like quite a small prompt wrapper: https://github.com/ngafar/llama-scan/blob/main/llama_scan/co...

                                                                                  The url to connect to ollama seems to just be hard coded so I don't see why you couldn't point this at a different machine on your network rather than having Ollama running locally on every machine you need this for like the readme implies.

                                                                                • ekianjo 13 hours ago

                                                                                  careful if you plan on using this. it leverages pymupdf which is AGPL.

                                                                                  • KnuthIsGod 14 hours ago

                                                                                    Sub-2010 level OCR using LLM.

                                                                                    It is hype-compatible so it is good.

                                                                                    It is AI so it is good.

                                                                                    It is blockchain so it is good.

                                                                                    It is cloud so it is good.

                                                                                    It is virtual so it is good.

                                                                                    It is UML so it is good.

                                                                                    It is RPN so it is good.

                                                                                    It is a steam engine so it is good.

                                                                                    Yawn...

                                                                                    • GaggiX 14 hours ago

                                                                                      >Sub-2010 level OCR

                                                                                      It's not.