Skip to content

Commit

Permalink
Added Discord shield and added v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
RubbaBoy authored Jan 1, 2019
1 parent 3390ff0 commit e011747
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
<a href="https://discord.gg/RXmPkPJ">
<img src="https://img.shields.io/discord/528423806453415972.svg?logo=discord"
alt="NewOCR and MS Paint IDE's Discord server">
</a>

# NewOCR
NewOCR is an OCR library made to suit [MS Paint IDE](https://github.com/RubbaBoy/MSPaintIDE)'s needs, though can be used in any project, as nothing is made specific to the IDE. The OCR can be trained with many fonts, though is geared towards fonts like **Verdana** and similar fonts. Other fonts _may_ require some tweaking of the character detector, but the main detection will work with no matter how different the characters are from Verdana (Hell you could modify it to work with emojis).

Expand Down Expand Up @@ -42,15 +47,15 @@ NewOCR is on Central, so it's insanely easy to get on both Maven and Gradle.

Gradle:
```Groovy
compile 'com.uddernetworks.newocr:NewOCR:1.0.3'
compile 'com.uddernetworks.newocr:NewOCR:1.1.0'
```

Maven:
```XML
<dependency>
<groupId>com.uddernetworks.newocr</groupId>
<artifactId>NewOCR</artifactId>
<version>1.0.3</version>
<version>1.1.0</version>
</dependency>
```

Expand Down Expand Up @@ -81,4 +86,4 @@ The following papers were used as inspiration, ideas, knowledge gathering, whate
- https://pdfs.semanticscholar.org/c8b7/804abc030ee93eff2f5baa306b8b95361c57.pdf
- http://www.frc.ri.cmu.edu/~akeipour/downloads/Conferences/ICIT13.pdf
- https://support.dce.felk.cvut.cz/mediawiki/images/2/24/Bp_2017_troller_milan.pdf
- http://www.cs.toronto.edu/~scottl/research/msc_thesis.pdf
- http://www.cs.toronto.edu/~scottl/research/msc_thesis.pdf

0 comments on commit e011747

Please sign in to comment.