From bb1780b523ca53b5819f6fbb9e0ef6b43fcf7b90 Mon Sep 17 00:00:00 2001 From: fossabot Date: Wed, 15 Nov 2017 03:58:38 -0800 Subject: [PATCH] Add license scan report and status --- readme.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/readme.md b/readme.md index 90e8d2a..cfa6624 100644 --- a/readme.md +++ b/readme.md @@ -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 @@ -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) \ No newline at end of file