LlamaIndex pitches two-pass just-in-time OCR: parse data rooms in 32s, zoom only where needed

llama_index · x · 2026-09-15

LlamaIndex's official account argues that parsing every page upfront is slow and expensive for agents working through ad-hoc data rooms, since most pages never get read. The proposed pattern is two-pass just-in-time OCR:

The post notes pypdf and pdftotext can't handle the first pass well, and full upfront parsing can't be cheap — the two-pass approach gets you both speed and precision.

Original post →

More from coding & agent

coding & agent channel →