FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

ranjeetds/OpenCV-python-extract-table-from-image: OpenCV python script to extract table from an image and store it in CSV file · GitHub

Latest commit

 

History

15 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

OpenCV-python-extract-table-from-image

extract_data.py will extract table from any image and store it in csv format

Example

  • Input image

  • Output
0 1 2 3 4 5
0 0 0 0 0 0 0
1 1 0 1 0 0 1
2 0 1 0 0 1 0
3 1 0 1 0 1 0
4 0 0 1 0 0 0

Requirements

  • Please run pip install -r requirements.txt

Note

  • This script might not work out of the box for all the images, hence you might neet to edit script and tune parameters to get optimal solutions for your images

How to run this script?

  • python3.x extract_data.py
  • It will ask you to enter image name (Provide image name with path)

About

OpenCV python script to extract table from an image and store it in CSV file

Topics

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors

Languages


Back | FazBrowse Home | New Git URL