60,000 oilfield documents — technical manuals, well completion reports, HSE records, inspection certificates, equipment logs — accumulated over decades and effectively unsearchable. The mission: make them answerable in natural language, with citations, at an accuracy an engineer would actually trust.
An oilfield service company had 60,000+ documents accumulated over decades. Institutional knowledge was trapped inside PDFs and scanned images. Every time an engineer needed historical data — a pressure rating, a certification date, a prior failure — they searched manually, taking hours or days.
Existing document management systems could store files but could not understand them. Commercial OCR tools missed domain-specific terminology. Generic language models hallucinated confidently when asked about oilfield-specific data formats, which in this context is worse than returning nothing.
The corpus was also physically hostile: degraded scans, rotated pages, mixed Arabic and English on the same sheet, and technical diagrams whose annotations carried the actual information.
We built a purpose-trained vision-language pipeline, fine-tuned on oilfield document vocabulary, with custom OCR preprocessing that handles the specific degradations this corpus exhibits — problems that broke every commercial tool tested.
Extracted knowledge is structured into a property graph linking equipment identifiers, well identifiers, inspection dates, personnel and certification chains. That graph is the difference between search and understanding: a document mentioning a serial number becomes connected to every other document about that asset.
Natural-language queries resolve against semantic embeddings and graph traversals simultaneously, so a question like "which pumps are overdue for recertification" is answerable even though no single document states it.
95% extraction accuracy on domain-specific content, verified against ground-truth annotations by subject matter experts. Query latency under 2 seconds across the full corpus. Engineers who spent hours searching get answers in seconds, with source citations back to the originating page.
The knowledge graph also surfaced something nobody asked for: compliance gaps. Equipment without current certification, overdue inspection schedules and incomplete traceability chains were all invisible in the raw document pile and obvious once the relationships were explicit.
Search finds documents.
A graph answers questions.
Your hardest-won expertise is probably
sitting in a folder nobody can search.