Grula / Python-Document-Detector

A simple document detector in python3

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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'

About

A simple document detector in python3


Languages

Language:Python 100.0%