https://github.com/saanidhyam/document-scanner
made a working page scanner using opencv
https://github.com/saanidhyam/document-scanner
machine-learning opencv python
Last synced: 3 months ago
JSON representation
made a working page scanner using opencv
- Host: GitHub
- URL: https://github.com/saanidhyam/document-scanner
- Owner: SaanidhyaM
- Created: 2024-12-17T09:30:26.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-12-17T09:39:45.000Z (7 months ago)
- Last Synced: 2025-04-09T00:07:14.019Z (3 months ago)
- Topics: machine-learning, opencv, python
- Language: Python
- Homepage:
- Size: 1.63 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# page_scanner
this is a document scanner using opencv.
It works best with wooden background# modules_required
pip install the following
1. pip install scikit-image
2. pip install --upgrade imutils# how to run
write this in terminal and run
"python main.py --image img.jpg"# example
this is the output with the given image
![]()