Earlier quoted context omitted.
Cost, throughput, latency...
Traditional OCR is faster, cheaper, and much more reliable than LLMs
Unlimited OCR: One-shot long-horizon parsing
11–20 of 119 posts
Re: Unlimited OCR: One-shot long-horizon parsing
#12Class Act.
Re: Unlimited OCR: One-shot long-horizon parsing
#13OCR has been solved long time ago with vision models. Solutions are consistent, reliable, and stable. What is the point of reinventing the wheel? I would definitely understand post processing, like extracting data, answering question .. etc, but why re-doing the OCR engine itself?
I guess, in theory, the prior distribution of language would allow for improved performance in some cases, especially where input quality is low.
Re: Unlimited OCR: One-shot long-horizon parsing
#14Earlier quoted context omitted.
Cost, throughput, latency...
Traditional OCR is faster, cheaper, and much more reliable than LLMs
CJK have lots of character and high confusion rate.
Arabic scripts are complex and have lots of morphs.
Vietnamese have easily confused diacritics.
Thai have lots of non-standard fonts.
Re: Unlimited OCR: One-shot long-horizon parsing
#15Re: Unlimited OCR: One-shot long-horizon parsing
#16OCR has been solved long time ago with vision models. Solutions are consistent, reliable, and stable. What is the point of reinventing the wheel? I would definitely understand post processing, like extracting data, answering question .. etc, but why re-doing the OCR engine itself?
Re: Unlimited OCR: One-shot long-horizon parsing
#17OCR has been solved long time ago with vision models. Solutions are consistent, reliable, and stable. What is the point of reinventing the wheel? I would definitely understand post processing, like extracting data, answering question .. etc, but why re-doing the OCR engine itself?
Detecting characters almost, layout no.
But if you are trying to ingest diverse documents with headings, multi-column layouts, headers and footers, ad space in the middle of your text, etc, vision-llms are a giant step forward. But you need the context of the previous page to make good decisions about the current page, which is where things quickly get janky (or slow, if you choose the naive approach)
Vision-llms also seem to deal much better with variance in scripts. Cursive, random Japanese in the middle of the text, weird math symbols, handwriting from three centuries ago, all "just works" without you even having to remember that this can happen
Re: Unlimited OCR: One-shot long-horizon parsing
#18Re: Unlimited OCR: One-shot long-horizon parsing
#19Re: Unlimited OCR: One-shot long-horizon parsing
#20"We would like to thank Deepseek-OCR, Deepseek-OCR-2, PaddleOCR for their valuable models and ideas." Class Act.