paper-with-me

홈 › Papers

ExTTNet: A Deep Learning Algorithm for Extracting Table Texts from Invoice Images

2024-02-03 · Adem Akdoğan, Murat Kurt

In this work, product tables in invoices are obtained autonomously via a deep learning model, which is named as ExTTNet. Firstly, text is obtained from invoice images using Optical Character Recognition (OCR) techniques. Tesseract OCR engine [37] is used for this process. Afterwards, the number of existing features is increased by using feature extraction methods to increase the accuracy. Labeling process is done according to whether each text obtained as a result of OCR is a table element or not. In this study, a multilayer artificial neural network model is used. The training has been carried out with an Nvidia RTX 3090 graphics card and taken $162$ minutes. As a result of the training, the F1 score is $0.92$.

📄 PDF Abstract BibTeX arXiv:2402.02246

Code (0)

등록된 구현이 없습니다.

Tasks

Optical Character RecognitionOptical Character Recognition (OCR)

Similar Papers 제목 키워드 기반

Extracting structured data from invoices

2018-12-01 · ALTA 2018 12 · Xavier Holt, Andrew Chisholm

Business documents encode a wealth of information in a format tailored to human consumption {--} i.e. aesthetically disbursed natural language text, graphics and tables. We address the task of extracting key fields (e.g.…

BIG-bench Machine LearningOptical Character Recognition (OCR)

Abstractive Information Extraction from Scanned Invoices (AIESI) using End-to-end Sequential Approach

2020-09-12 · Shreeshiv Patel, Dvijesh Bhatt

Recent proliferation in the field of Machine Learning and Deep Learning allows us to generate OCR models with higher accuracy. Optical Character Recognition(OCR) is the process of extracting text from documents and scann…

Optical Character RecognitionOptical Character Recognition (OCR)

Invoice Information Extraction: Methods and Performance Evaluation

2025-10-17 · Sai Yashwant, Anurag Dubey, Praneeth Paikray, Gantala Thulsiram arxiv

This paper presents methods for extracting structured information from invoice documents and proposes a set of evaluation metrics (EM) to assess the accuracy of the extracted data against annotated ground truth. The appr…

Information Extraction

Attention-Based Graph Neural Network with Global Context Awareness for Document Understanding

2020-10-01 · CCL 2020 10 · Yuan Hua, Zheng Huang, Jie Guo, Weidong Qiu

Information extraction from documents such as receipts or invoices is a fundamental and crucial step for office automation. Many approaches focus on extracting entities and relationships from plain texts, however, when i…

document understandinggraph constructionGraph Neural Network

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