Skip to content

Latest commit

 

History

History
43 lines (20 loc) · 670 Bytes

File metadata and controls

43 lines (20 loc) · 670 Bytes

DocumentScanner

Document Scanner using OpenCV

Usage:

  • Run the script
python3 docscanner.py

  • Select your image using GUI File Dialog Box

  • Scanned image will be stored in the directory from where script will run.

How it works :

Original Image

Intermediate Image

Here is the Final Scanned Image

Scanned Image

Requirements

  • OpenCV
  • Skimage
  • tkinter
  • imutils
  • numpy