Low-Resource Language Processing: An OCR-Driven Summarization and Translation Pipeline

📅 2025-05-16
📈 Citations: 0
Influential: 0
📄 PDF

career value

153K/year
🤖 AI Summary
This study addresses the challenges of multilingual image-document information extraction and weak support for low-resource languages by proposing an end-to-end, lightweight multi-task framework. Methodologically, it introduces the first OCR–large language model (LLM) collaborative pipeline—integrating Tesseract-based cross-lingual OCR, machine translation, abstractive summarization, back-translation, TensorFlow-powered sentiment analysis, Hugging Face Transformers-based topic classification, and rule-based date extraction. The system supports English, Hindi, Tamil, and other languages, achieving high-accuracy cross-lingual understanding and generation on real-world document images. Key contributions include: (1) the first lightweight OCR–LLM co-processing architecture explicitly designed for low-resource languages; (2) significant improvements in document semantic accessibility via joint multi-task optimization; and (3) an interactive Gradio interface that bridges linguistic divides and enhances information access for multilingual users.

Technology Category

Application Category

📝 Abstract
This paper presents an end-to-end suite for multilingual information extraction and processing from image-based documents. The system uses Optical Character Recognition (Tesseract) to extract text in languages such as English, Hindi, and Tamil, and then a pipeline involving large language model APIs (Gemini) for cross-lingual translation, abstractive summarization, and re-translation into a target language. Additional modules add sentiment analysis (TensorFlow), topic classification (Transformers), and date extraction (Regex) for better document comprehension. Made available in an accessible Gradio interface, the current research shows a real-world application of libraries, models, and APIs to close the language gap and enhance access to information in image media across different linguistic environments
Problem

Research questions and friction points this paper is trying to address.

Develops OCR-driven multilingual text extraction from images
Provides cross-lingual translation and summarization using LLMs
Enhances document comprehension with sentiment/topic/date analysis
Innovation

Methods, ideas, or system contributions that make the work stand out.

OCR-driven text extraction for multilingual documents
LLM APIs for translation and summarization
Integrated sentiment and topic analysis modules