Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add license scan report and status #11

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Alyn

[![PyPI version](https://badge.fury.io/py/alyn.svg)](https://badge.fury.io/py/alyn)
[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2Fkakul%2FAlyn.svg?type=shield)](https://app.fossa.io/projects/git%2Bgithub.com%2Fkakul%2FAlyn?ref=badge_shield)

## Skew detection and correction in images containing text

Expand Down Expand Up @@ -135,3 +136,7 @@ In some cases the result image might be upside down or the text may be running v
./deskew.py -i image.jpg -o rotated.jpg -r 90

To generate data for experimental purposes, run the test_img_gen.py in test_data folder. This will generate images containing a white line having angle between 0 to 180 degrees.


## License
[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2Fkakul%2FAlyn.svg?type=large)](https://app.fossa.io/projects/git%2Bgithub.com%2Fkakul%2FAlyn?ref=badge_large)