Document Scanner
A simple command line document scanner built in Python
Given an image parameter this program flattens the image and thresholds it, making it easier to read and save.
The cv_tools module contains two helper functions to modularize the four-point transform function.
Requirements
- Python 3.6
- Numpy
- Imutils
- scikit-image