Skip to content

datascienceanywhere/opencv_document_scanner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Document Scanner with OpenCV

In this code we demonstrates the complete Python code in OpenCV for a document scanner from scratch. Where for a given document we perform below operation in Opencv

  • Scaling,
  • Color Convertion
  • Canny Edge Detection
  • Morphological Transform
  • Countors
  • Corner detection
  • Wrap and Affine transformation.

Access the full course on "Intelligently Extract Text & Data from Documents with OCR NER and Web App Developed in Flask" through the following URL, https://www.udemy.com/course/business-card-reader-app/?referralCode=CBF4B439BDEF5F8AB0DB

which includes:

  1. Named Entity Recognition (identifying entities from invoices and business cards)
  2. Document Scanner
  3. End-to-End Web App development in Flask

Click on Image below to navigate to Youtube for Video Explanation of document scanner code.

IMAGE ALT TEXT HERE

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors