Skip to content

bumblebee211196/DocumentScanner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DocumentScanner

A simple document scanner using python and opencv. For detailed explanation check out my blog.

This was possible only due to the simple and clear explanation by Adrian Rosebrock's blog.

How to run?

1. Create virtual environment

python3 -m venv my_env
source my_env/bin/activate

2. Install required dependencies

pip3 install -r requirements.txt

3. Execute

python3 -m scanner -i /path/to/image/file.jpg

About

A simple document scanner using python and opencv

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages