Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 354 Bytes

README.md

File metadata and controls

5 lines (4 loc) · 354 Bytes

Document_Scanner

An interactive document scanner built in Python using OpenCV featuring automatic corner detection.

WorkFlow

The frame capturing through a webcam is first preprocessed to detech all the edges in the figure. Then if the edges form a rectangle and have certain minimum area than that rectangle is extracted and displayed on the screen