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:
- Individual characters are boxed
- Individual words are boxed
- Lines are boxed
- Paragraphs are boxed
- The paragraphs with margins
Here is a blog for a short description: http://warkyou.blogspot.com/2016/03/document-layout-analysis.html