Document scanner using Python and OpenCV.
- Clone the repo
- Install requirements.txt, preferably in a venv.
- Change directory to inside "document-scanner"
- Run "python main.py -i {DOCUMENT}", for example "python main.py -i test_image1.png"
This is based on the following tutorial project from PyImageSearch: https://pyimagesearch.com/2014/09/01/build-kick-ass-mobile-document-scanner-just-5-minutes/
