Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 676 Bytes

README.md

File metadata and controls

33 lines (20 loc) · 676 Bytes

Application Title

Image Auto-Deskew - TIFF & JPEG Image Type

Description

  • Tool will automatically apply the deskew method in the Image.
  • Image Format: TIFF & JPEG handled
  • Library used: numpy, pillow, skimage, deskew, glob, tifffile
  • Input Images type: TIF, JPG

Getting Started

Dependencies

  • Windows 7

Installing

Executing program

  • Run the program
  • Ask user to enter the path of the input image file
  • Tool will apply the deskew and output placed in the "De-Skew_output" folder

Note

  • Group4 compression images will not apply the deskew, just write the error message on the text file

Version History

  • 0.1
    • Initial Release