Attempting to build tools to mine interesting data from large collections of scanned images
- Python 3+
- OpenCV 2.4+
- numpy
Using Mac Homebrew this should install cleanly:
brew install python3 numpy opencv
On Ubuntu/Debian run:
sudo apt install python3-numpy python3-opencv