Skip to content

Scanning documents from photographs using Python and OpenCV.

License

Notifications You must be signed in to change notification settings

groverkds/document_scanner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Document Scanner

*** No more being maintained ***

Scanning documents from photographs using Python and OpenCV. Thanks to Adrian Rosebrock(www.pyimagesearch.com) for an awesome tutorial which enabled me to write this code.

Steps to run:

install opencv (version >= 3.3) (pip3 install opencv-python) install numpy (pip3 install numpy) install imutils (pip3 install imutils)

python3 main.py --image reciept.jpeg

About

Scanning documents from photographs using Python and OpenCV.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages