SecurityBrief New Zealand - Technology news for CISOs & cybersecurity decision-makers
New Zealand
Your AI Scaling Problem is Actually a RAG Problem

Your AI Scaling Problem is Actually a RAG Problem

Sat, 12th Sep 2026 (Today)
John Knisley
JOHN KNISLEY Director of AI Value Management ABBYY

Every enterprise AI roadmap promises the same thing: faster decisions, smarter workflows, and generative AI that actually understands your business. Yet many transformation initiatives stall at an unexpected point. Not the model. Not the infrastructure. The document.

Retrieval-augmented generation (RAG) has become a cornerstone of enterprise AI strategy, and for good reason. By grounding large language models (LLMs) in your own data, the model can cut hallucinations and deliver answers rooted in verifiable facts. When it works, it is a genuinely competitive advantage. When it fails, the culprit is almost never the model. It is the data you fed it.

RAG is only as good as the data beneath it

Here is a truth many teams learn the hard way: RAG does not create knowledge, it retrieves knowledge. If the information it pulls from is noisy, jumbled, or stripped of context, the model faithfully reproduces that mess in its answers.

The promise of RAG rests on a straightforward idea. Instead of relying on frozen training data, the model consults your live knowledge base for each query, then generates a grounded, verifiable response. That process depends entirely on the quality of what sits in the knowledge base. When retrieval breaks down, the model surfaces the wrong passages, answers contradict each other, and hallucinations increase rather than decrease. The very trust RAG was meant to build quietly erodes.

Because of this, data quality is the single highest-ROI investment an organization can make before deploying AI at scale.

Welcome to "PDF hell"

Roughly 90% of business data lives in formats that resist traditional digital processing: PDFs, scans, images, presentations, and spreadsheets. Feeding this corpus straight into an AI pipeline seems logical. It rarely ends well.

The problem is fundamental. A PDF is a presentation format, not a data format. It was designed to look right to a human, not to be understood by a machine. When you extract text from it without proper tooling, you introduce a predictable pattern of failure that engineers have nicknamed "PDF hell."

In multi-column layouts, extraction tools commonly merge text from adjacent columns and inject headers, footers, and sidebars into the body, producing a nonsensical stream of words. Tables collapse into ambiguous strings, losing the row-and-column relationships that give the data meaning. Font encoding differences generate garbled characters and merged words that corrupt the tokens models require. And when documents are scans rather than native digital files, the "text" is really just an image of words. Without robust optical character recognition (OCR) that also recovers layout, the output is often partial, incorrect, or completely unusable.

The lesson is clear. Copyable text is not the same as a usable corpus. If you train or ground a model on noisy, jumbled data, it learns the noise too.

Why unstructured documents block digital transformation

Digital transformation depends on decision velocity, and the ability to act on information quickly and confidently. Unstructured documents put a hard ceiling on that velocity.

The research backs this up. Studies on OCR noise show that model performance diverges sharply from clean targets as data quality degrades. Large-scale evaluations identify a practical threshold around 70% to 80% OCR accuracy, below which most natural language processing tasks become unreliable. Research on layout-aware models demonstrates that a document's structure, its headings, tables, and sections, carries meaning that machines depend on for comprehension. Flattening that structure into a raw text stream discards the very signals modern AI needs to perform accurately.

The business consequences compound quickly. Engineering teams get trapped in rework cycles fixing parsing issues instead of building value. Compliance and analytics functions suffer from unreliable entity extraction and weak data lineage. Time to value stretches out, and AI projects lose momentum before they prove their worth.

This is the pattern behind so many stalled initiatives. The real obstacle is almost never the technology companies buy. It is the process and the data feeding that technology.

You cannot transform tomorrow's operations without first getting today's data right.

Structure-preserving extraction: the foundation for AI-ready data

The good news is that this is a solvable problem, and solving fixing it is the fastest route to reliable enterprise AI. The answer is a data hygiene mandate to: implement structure-preserving document understanding before any RAG indexing or model tuning takes place.

Purpose-built AI, delivered through platforms such as ABBYY Vantage intelligent document processing (IDP), is engineered precisely for this task. IDP turns complex, messy documents into clean, structured, AI-ready data. While naive extraction produces chaos, layout-aware OCR reconstructs the entire document, preserving reading order in complex layouts, linking captions to figures, and maintaining the integrity of headers and footnotes. Tables are extracted as structured data, not flat text, so the relationships within them survive intact. Rather than outputting a chaotic text file, purpose-built AI delivers structured data that maps document semantics directly, turning implicit fields into explicit, machine-readable signals ready for AI to consume.

The payoff shows up across the board. Cleaner training signals improve model accuracy. Precise chunking by sections and tables produces better grounding and fewer hallucinations. Consistent entities and metadata enable robust monitoring and clear audit trails. And once built, a well-structured document corpus accelerates every AI project that follows.

The organizations pulling ahead are not the ones with the flashiest models

They are the ones that treat data readiness as the foundation of their strategy, not an afterthought. Your transformation does not begin with a bigger model. It begins with getting the document right.

The case for structured data extraction is not theoretical. It is backed by independent research, validated by enterprise deployments, and increasingly, it is the difference between AI initiatives that deliver and those that stall. Before you scale your next AI initiative, audit what you are actually feeding it. If the answer involves raw PDFs and naive text extraction, that is the problem worth solving first.