An open API service indexing awesome lists of open source software.

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.

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
```