Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 414 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 414 Bytes

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