paper-with-me

Papers

DocRevive: A Unified Pipeline for Document Text Restoration

2026-04-11 · Kunal Purkayastha, Ayan Banerjee, Josep Llados, Umapada Pal arxiv

In Document Understanding, the challenge of reconstructing damaged, occluded, or incomplete text remains a critical yet unexplored problem. Subsequent document understanding tasks can benefit from a document reconstruction process. In response, this paper presents a novel unified pipeline combining state-of-the-art Optical Character Recognition (OCR), advanced image analysis, masked language modeling, and diffusion-based models to restore and reconstruct text while preserving visual integrity. We create a synthetic dataset of 30{,}078 degraded document images that simulates diverse document degradation scenarios, setting a benchmark for restoration tasks. Our pipeline detects and recognizes text, identifies degradation with an occlusion detector, and uses an inpainting model for semantically coherent reconstruction. A diffusion-based module seamlessly reintegrates text, matching font, size, and alignment. To evaluate restoration quality, we propose a Unified Context Similarity Metric (UCSM), incorporating edit, semantic, and length similarities with a contextual predictability measure that penalizes deviations when the correct text is contextually obvious. Our work advances document restoration, benefiting archival research and digital preservation while setting a new standard for text reconstruction. The OPRB dataset and code are available at \href{https://huggingface.co/datasets/kpurkayastha/OPRB}{Hugging Face} and \href{https://github.com/kunalpurkayastha/DocRevive}{Github} respectively.

📄 PDF Abstract BibTeX arXiv:2604.10077

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Uni-DocDiff: A Unified Document Restoration Model Based on Diffusion

2025-08-06 · Fangmin Zhao, Weichao Zeng, Zhenhang Li, Dongbao Yang 외 arxiv

Removing various degradations from damaged documents greatly benefits digitization, downstream document analysis, and readability. Previous methods often treat each restoration task independently with dedicated models, l…

TextDoctor: Unified Document Image Inpainting via Patch Pyramid Diffusion Models

2025-03-06 · Wanglong Lu, Lingming Su, Jingjing Zheng, Vinícius Veloso de Melo 외

Digital versions of real-world text documents often suffer from issues like environmental corrosion of the original document, low-quality scanning, or human interference. Existing document restoration and inpainting meth…

Image Inpainting

ShredBench: Evaluating the Semantic Reasoning Capabilities of Multimodal LLMs in Document Reconstruction

2026-04-26 · Zichun Guo, Yuling Shi, Wenhao Zeng, Chao Hu 외 arxiv

Multimodal Large Language Models (MLLMs) have achieved remarkable performance in Visually Rich Document Understanding (VRDU) tasks, but their capabilities are mainly evaluated on pristine, well-structured document images…

Geometry Restoration and Dewarping of Camera-Captured Document Images

2025-01-06 · Valery Istomin, Oleg Pereziabov, Ilya Afanasyev

This research focuses on developing a method for restoring the topology of digital images of paper documents captured by a camera, using algorithms for detection, segmentation, geometry restoration, and dewarping. Our me…

Optical Character RecognitionOptical Character Recognition (OCR)

Lights, Camera, Action! A Framework to Improve NLP Accuracy over OCR documents

2021-08-06 · Amit Gupte, Alexey Romanov, Sahitya Mantravadi, Dalitso Banda 외

Document digitization is essential for the digital transformation of our societies, yet a crucial step in the process, Optical Character Recognition (OCR), is still not perfect. Even commercial OCR systems can produce qu…

named-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)NER+2