A Multistage Extraction Pipeline for Long Scanned Financial Documents: An Empirical Study in Industrial KYC Workflows

arXiv cs.CV / 4/30/2026

📰 NewsDeveloper Stack & InfrastructureModels & Research

Key Points

  • The study addresses structured information extraction from long, noisy, multilingual scanned financial documents in real-world industrial KYC/compliance workflows where end-to-end VLMs can be unreliable.
  • It proposes a multistage pipeline that combines image preprocessing, multilingual OCR, hybrid page-level retrieval, and compact VLM-based structured extraction, explicitly separating page localization from multimodal reasoning.
  • Experiments on 120 production KYC documents (about 3,000 pages) show the pipeline beats direct PDF-to-VLM baselines across multiple OCR–VLM combinations, with up to a 31.9 percentage-point improvement in field-level accuracy.
  • The best-performing setup uses PaddleOCR with MiniCPM2.6, reaching 87.27% accuracy, and ablations indicate that page-level retrieval is the main driver of gains, especially for complex and non-English statements.

Abstract

Structured information extraction from long, multilingual scanned financial documents is a core requirement in industrial KYC and compliance workflows. These documents are typically non machine readable, noisy, and visually heterogeneous. They usually span dozens of pages while containing only sparse task relevant information. Although recent vision-language models achieve strong benchmark performance, directly applying them end to end to full financial reports often leads to unreliable extraction under real world conditions. We present a multistage extraction framework that integrates image preprocessing, multilingual OCR, hybrid page-level retrieval, and compact VLM-based structured extraction. The design separates page localization from multimodal reasoning, enabling more accurate extraction from complex multipage documents. We evaluated the framework on 120 production KYC documents comprising about 3000 multilingual scanned pages. Across multiple OCR-VLM combinations, the proposed pipeline consistently outperforms direct PDF-to-VLM baselines, improving field-level accuracy by up to 31.9 percentage points. The best configuration, PaddleOCR with MiniCPM2.6, achieves 87.27 percent accuracy. Ablation studies show that page-level retrieval is the dominant factor in performance improvements, particularly for complex financial statements and non-English documents.