Skip to content

A Computer Vision powered method for correcting the angle of a tilted or rotated image within the range of 0 to 180 degrees anti-clockwise.

Notifications You must be signed in to change notification settings

AhmedAli288/Skew_Corrector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Text Angle Detection & Correction on Image

Pre-requisites

  1. Install Python

    sudo apt install python3
  2. Install virtual environment utility

    sudo apt install python3-venv
  3. Create a virtual environment

     python3 -m venv venv
  4. Setup an environment and run project (Activate virtual environment and install requirements and run development server)

    source .env
    

How to Run:

  1. Call the function from "skewCorrector" file.
  2. Now just pass the "cv2.imread" returned image to the function.
  3. Now just run the Python file

About

A Computer Vision powered method for correcting the angle of a tilted or rotated image within the range of 0 to 180 degrees anti-clockwise.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages