Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 353 Bytes

File metadata and controls

11 lines (9 loc) · 353 Bytes

Document Scanner

A simple command line document scanner built in Python

Given an image parameter this program flattens the image and thresholds it, making it easier to read and save.

The cv_tools module contains two helper functions to modularize the four-point transform function.

Requirements

  • Python 3.6
  • Numpy
  • Imutils
  • scikit-image