paper-with-me

홈 › Papers

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

2026-04-29 · Yuxuan Han, Yuanxing Zhang, Yushuo Wang, Yichao Jin, Kenneth Zhu Ke, Jingyuan Zhao arxiv

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.

📄 PDF Abstract BibTeX arXiv:2604.26462

Code (0)

등록된 구현이 없습니다.

Tasks

Information ExtractionMultimodal Reasoning

Similar Papers 제목 키워드 기반

Design and Implementation of an OCR-Powered Pipeline for Table Extraction from Invoices

2025-07-09 · Parshva Dhilankumar Patel

This paper presents the design and development of an OCR-powered pipeline for efficient table extraction from invoices. The system leverages Tesseract OCR for text recognition and custom post-processing logic to detect, …

Boundary DetectionOptical Character Recognition (OCR)Table Extraction

LongFin: A Multimodal Document Understanding Model for Long Financial Domain Documents

2024-01-26 · Ahmed Masry, Amir Hajian

Document AI is a growing research field that focuses on the comprehension and extraction of information from scanned and digital documents to make everyday business operations more efficient. Numerous downstream tasks an…

4kDocument AIdocument understanding

Deep Structured Feature Networks for Table Detection and Tabular Data Extraction from Scanned Financial Document Images

2021-02-20 · Siwen Luo, Mengting Wu, Yiwen Gong, Wanying Zhou 외

Automatic table detection in PDF documents has achieved a great success but tabular data extraction are still challenging due to the integrity and noise issues in detected table areas. The accurate data extraction is ext…

Optical Character RecognitionOptical Character Recognition (OCR)Table Detection

Financial Table Extraction in Image Documents

2024-03-18 · William Watson, Bo Liu

Table extraction has long been a pervasive problem in financial services. This is more challenging in the image domain, where content is locked behind cumbersome pixel format. Luckily, advances in deep learning for image…

Image SegmentationOptical Character Recognition (OCR)Semantic SegmentationTable Extraction

Event-Driven Learning of Systematic Behaviours in Stock Markets

2020-10-23 · Findings of the Association for Computational Linguistics 2020 · Xianchao Wu

It is reported that financial news, especially financial events expressed in news, provide information to investors' long/short decisions and influence the movements of stock markets. Motivated by this, we leverage finan…

Event ExtractionOpen Information Extraction