CVAIMay 8, 2025

Lost in OCR Translation? Vision-Based Approaches to Robust Document Retrieval

arXiv:2505.05666v19 citationsh-index: 3DocEng
Originality Synthesis-oriented
AI Analysis

This work addresses the trade-offs in document retrieval for RAG practitioners, offering practical guidance but is incremental as it compares existing methods.

The study compared vision-based and OCR-based document retrieval for RAG systems, finding that OCR-based methods generalize better to unseen documents of varying quality, while vision-based approaches excel on fine-tuned data.

Retrieval-Augmented Generation (RAG) has become a popular technique for enhancing the reliability and utility of Large Language Models (LLMs) by grounding responses in external documents. Traditional RAG systems rely on Optical Character Recognition (OCR) to first process scanned documents into text. However, even state-of-the-art OCRs can introduce errors, especially in degraded or complex documents. Recent vision-language approaches, such as ColPali, propose direct visual embedding of documents, eliminating the need for OCR. This study presents a systematic comparison between a vision-based RAG system (ColPali) and more traditional OCR-based pipelines utilizing Llama 3.2 (90B) and Nougat OCR across varying document qualities. Beyond conventional retrieval accuracy metrics, we introduce a semantic answer evaluation benchmark to assess end-to-end question-answering performance. Our findings indicate that while vision-based RAG performs well on documents it has been fine-tuned on, OCR-based RAG is better able to generalize to unseen documents of varying quality. We highlight the key trade-offs between computational efficiency and semantic accuracy, offering practical guidance for RAG practitioners in selecting between OCR-dependent and vision-based document retrieval systems in production environments.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes