https://github.com/maskedsyntax/doculens
A python3 based Document Scanner that uses multiple computer vision algorithms to optimize results.
https://github.com/maskedsyntax/doculens
canny-edge-detection computer-vision contour-detection contours gaussian-blur opencv python3 warping
Last synced: 6 months ago
JSON representation
A python3 based Document Scanner that uses multiple computer vision algorithms to optimize results.
- Host: GitHub
- URL: https://github.com/maskedsyntax/doculens
- Owner: MaskedSyntax
- Created: 2021-10-05T17:30:07.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2024-11-29T07:04:03.000Z (10 months ago)
- Last Synced: 2025-04-13T20:46:33.593Z (6 months ago)
- Topics: canny-edge-detection, computer-vision, contour-detection, contours, gaussian-blur, opencv, python3, warping
- Language: Python
- Homepage:
- Size: 2.33 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## DocuLens: A Document Scanner
* A python3 based Document Scanner that uses multiple computer vision algorithms for result optimizations.
* (The project still has some minor bugs that needs to be fixed. Eg: Correct Resolution of the output window is not yet fixed. An option to save the video scanned is yet to be corrected. DO report errors and bugs if experienced.)* The audio in the video file used here is removed by this command:
``` bash
ffmpeg -i input_file.mp4 -vcodec copy -an output_file.mp4
```