Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 422 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 422 Bytes

Python Document Detector

A simple document detector in python. Check out the article I wrote explaining how I made this step by step right here.

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'