Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rbaguila/document-layout-analysis
A simple document layout analysis using Python-OpenCV
https://github.com/rbaguila/document-layout-analysis
Last synced: 9 days ago
JSON representation
A simple document layout analysis using Python-OpenCV
- Host: GitHub
- URL: https://github.com/rbaguila/document-layout-analysis
- Owner: rbaguila
- Created: 2017-01-08T11:36:04.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2020-08-11T15:28:31.000Z (over 4 years ago)
- Last Synced: 2024-08-02T11:14:26.248Z (3 months ago)
- Language: Python
- Size: 15.1 MB
- Stars: 121
- Watchers: 2
- Forks: 41
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Run the application: python main.py
*Note: For first time running the application, create a folder named "output".
The application is a simple document layout analysis using Python-OpenCV. Using three images, the program needs to do the following:
1. Individual characters are boxed
2. Individual words are boxed
3. Lines are boxed
3. Paragraphs are boxed
3. The paragraphs with marginsHere is a blog for a short description: https://warkyou-code.blogspot.com/2016/03/document-layout-analysis.html