• Stars
    star
    114
  • Rank 308,031 (Top 7 %)
  • Language
    Python
  • Created almost 8 years ago
  • Updated over 4 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A simple document layout analysis using Python-OpenCV

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
  4. Paragraphs are boxed
  5. The paragraphs with margins

Here is a blog for a short description: https://warkyou-code.blogspot.com/2016/03/document-layout-analysis.html