Python Document Detector
A simple document detector in python.
Environment setup
Run the following command to install the necessary packages.
pip install -r requirements.txt
Test run
python3 page_extractor.py -i 'input/receipt.jpg'
A simple document detector in python.
Run the following command to install the necessary packages.
pip install -r requirements.txt
python3 page_extractor.py -i 'input/receipt.jpg'