Skip to content

Latest commit

 

History

History

readme.md

Automatic Document Scanner using OpenCV

This repository contains code for Automatic Document Scanner using OpenCV blog post.

download

In this post, you will learn the following,

  • Morphology
  • Canny Edge Detection
  • Contours
  • Corner Detection using Douglas-Peucker algorithm
  • Homography
  • Perspective Transform

Install requirements

python3.12 -m venv venv
source venv/bin/activate
pip install -r requirements.txt

This project was validated with Python 3.12.x.

Input

Output:

AI Courses by OpenCV

Want to become an expert in AI? AI Courses by OpenCV is a great place to start.