# document-layout-analysis **Repository Path**: wxy-git/document-layout-analysis ## Basic Information - **Project Name**: document-layout-analysis - **Description**: A simple document layout analysis using Python-OpenCV - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-08-07 - **Last Updated**: 2020-12-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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 margins Here is a blog for a short description: http://warkyou.blogspot.com/2016/03/document-layout-analysis.html