Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
mguludag committed May 28, 2020
2 parents 81a8a84 + c5f3324 commit d4ee0c7
Show file tree
Hide file tree
Showing 3 changed files with 45 additions and 1 deletion.
21 changes: 21 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
MIT License

Copyright (c) 2020 Muhammed Galib Uludag

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
# QTextRecognizer
A gui for tesseractOCR with some preprocessing image options with OpenCV for better recognize text from images

[Download (for Windows (vc15_x86))](https://github.com/mguludag/QTextRecognizer/releases/download/1.0.2/qtextrecognizer_vc15_x86.7z)
![GitHub top language](https://img.shields.io/github/languages/top/mguludag/QTextRecognizer) ![GitHub All Releases](https://img.shields.io/github/downloads/mguludag/QTextRecognizer/total) ![GitHub Releases](https://img.shields.io/github/downloads/mguludag/QTextRecognizer/latest/total) ![GitHub release (latest by date)](https://img.shields.io/github/v/release/mguludag/QTextRecognizer) ![GitHub Release Date](https://img.shields.io/github/release-date/mguludag/QTextRecognizer)

<a href="https://github.com/mguludag/QTextRecognizer/releases/latest/download/qtextrecognizer_vc15_x86.7z"><img alt="GitHub Releases" src="https://img.shields.io/github/downloads/mguludag/QTextRecognizer/latest/total?label=Download%20Latest%20Version%20(VC15%20x86)&style=for-the-badge">

#### Additional downloads

Expand Down
21 changes: 21 additions & 0 deletions SECURITY.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Security Policy

## Supported Versions

Use this section to tell people about which versions of your project are
currently being supported with security updates.

| Version | Supported |
| ------- | ------------------ |
| 5.1.x | :white_check_mark: |
| 5.0.x | :x: |
| 4.0.x | :white_check_mark: |
| < 4.0 | :x: |

## Reporting a Vulnerability

Use this section to tell people how to report a vulnerability.

Tell them where to go, how often they can expect to get an update on a
reported vulnerability, what to expect if the vulnerability is accepted or
declined, etc.

0 comments on commit d4ee0c7

Please sign in to comment.