Skip to content

Commit

Permalink
Updated AddOns (markdown)
Browse files Browse the repository at this point in the history
  • Loading branch information
amitdo committed Nov 3, 2019
1 parent 3035a4a commit ea7bbd4
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion AddOns.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ Platform support depends on used language and experience of user.
### Tesseract 4.0x

**Java**
* [tess4j](https://github.com/nguyenq/tess4j) - JNA wrapper. Docs and discussions - http://tess4j.sourceforge.net/
* [bytedeco](https://github.com/bytedeco/javacpp-presets/tree/master/tesseract) - Java configuration and interface classes for Tesseract based on 'JavaCPP-Presets' library from https://bytedeco.org - https://github.com/bytedeco/javacpp-presets

**Python**
Expand All @@ -100,6 +101,13 @@ Platform support depends on used language and experience of user.
**Flutter**
* [tesseract_ocr](https://pub.dev/packages/tesseract_ocr) Flutter plugin

**R**
* [tesseract](https://cran.r-project.org/package=tesseract) Bindings to the C++ API for the R programming language

**Ruby**
* [rtesseract](https://github.com/dannnylo/rtesseract)


### Tesseract 3.0x

**C**
Expand All @@ -121,7 +129,6 @@ Platform support depends on used language and experience of user.
**R**
* [tesseract](https://cran.r-project.org/package=tesseract) Bindings to the C++ API for the R programming language


**Ruby**
* [ruby-tesseract-ocr](https://github.com/meh/ruby-tesseract-ocr/) - wrapper for tesseract 3.0x using the C++ API
* [rtesseract](https://github.com/dannnylo/rtesseract)
Expand Down

0 comments on commit ea7bbd4

Please sign in to comment.