LayoutParser: A Unified Toolkit for Deep Learning Based Document Image Analysis
LayoutParser: A Unified Toolkit for Deep Learning Based Document Image Analysis
复制标题
DOI:
10.1007/978-3-030-86549-8_9
复制
发表时间:
2021-03
期刊:
影响因子:
--
通讯作者:
Zejiang Shen;Ruochen Zhang;Melissa Dell;Benjamin Charles Germain Lee;Jacob Carlson;Weining Li
中科院分区:
文献类型:
--
作者:
Zejiang Shen;Ruochen Zhang;Melissa Dell;Benjamin Charles Germain Lee;Jacob Carlson;Weining Li
Recent advances in document image analysis (DIA) have been primarily driven by the application of neural networks. Ideally, research outcomes could be easily deployed in production and extended for further investigation. However, various factors like loosely organized codebases and sophisticated model configurations complicate the easy reuse of important innovations by a wide audience. Though there have been on-going efforts to improve reusability and simplify deep learning (DL) model development in disciplines like natural language processing and computer vision, none of them are optimized for challenges in the domain of DIA. This represents a major gap in the existing toolkit, as DIA is central to academic research across a wide range of disciplines in the social sciences and humanities. This paper introducesLayoutParser, an open-source library for streamlining the usage of DL in DIA research and applications. The coreLayoutParserlibrary comes with a set of simple and intuitive interfaces for applying and customizing DL models for layout detection, character recognition, and many other document processing tasks. To promote extensibility,LayoutParseralso incorporates a community platform for sharing both pre-trained models and full document digitization pipelines. We demonstrate thatLayoutParseris helpful for both lightweight and large-scale digitization pipelines in real-word use cases. The library is publicly available at https://layout-parser.github.io .