Skip to content

Latest commit

 

History

History
34 lines (19 loc) · 758 Bytes

File metadata and controls

34 lines (19 loc) · 758 Bytes

Document Scanner

Document Scanner enables you to scan doucument using Open CV


Table of Contents

You're sections headers will be used to reference location of destination.


Description

In this project we will first detect the color of the Document using masking technique. Then we will find the edges of the document using find contour technique. Then we will just take four corner points together and crop it to scan document.

Technologies

  • Python
  • Open CV

Back To The Top


Output

ezgif com-gif-maker (1)


Back To The Top