#192 · Primary category: Computer Vision
layout-parser
A Unified Toolkit for Deep Learning Based Document Image Analysis
Project last updated:08/15/24
GitHub Stars
5.8K
Forks
532
Contributors
9
License
Apache-2.0
Why we included this project
Turning a pile of scanned pages into structured data usually means writing one-off layout rules that break the moment a new template shows up. LayoutParser takes a different route: a thin Python wrapper around pretrained deep-learning detectors that spot text blocks, figures, and tables in a few lines of code. The same API handles OCR integration and lets you filter or rearrange the detected regions, so pulling just the left column off a two-column page is a few operations rather than a custom script, and results can feed downstream tools as JSON, CSV, or COCO. When your documents look nothing like the public datasets, you can fine-tune the detectors on your own pages. Teams that process documents regularly get a single, composable workflow instead of a grab bag of models.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
opencv
Open Source Computer Vision Library
RuView
π RuView turns commodity WiFi signals into real-time spatial intelligence, vital sign monitoring, and presence detection — all without a single pixel of video.
PaddleOCR
Turn any PDF or image document into structured data for your AI. A powerful, lightweight OCR toolkit that bridges the gap between images/PDFs and LLMs. Supports 100+ languages.
MinerU
Transforms complex documents like PDFs and Office docs into LLM-ready markdown/JSON for your Agentic workflows.
tesseract
Tesseract Open Source OCR Engine (main repository)