Skip to content

Commit

Permalink
Adding bytedeco Java bindings page link to this wiki
Browse files Browse the repository at this point in the history
  • Loading branch information
30atm committed Sep 11, 2018
1 parent 306ca5c commit 0e729ef
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion AddOns.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,11 @@ Platform support depends on used language and experience of user.

## Tesseract wrappers

### Tesseract 4.0x

**Java**
* [bytedeco](https://github.com/bytedeco/javacpp-presets/tree/master/tesseract) - JNA Wrapper from Bytedeco collection of utilities - https://bytedeco.org - https://github.com/bytedeco/javacpp-presets

### Tesseract 3.0x

**C**
Expand All @@ -112,7 +117,7 @@ Platform support depends on used language and experience of user.
* [rtesseract](https://github.com/dannnylo/rtesseract)

**Java**
* [bytedeco] (https://github.com/bytedeco/javacpp-presets/tree/master/tesseract) - JNA Wrapper from Bytedeco collection of utilities - https://bytedeco.org - https://github.com/bytedeco/javacpp-presets
* [bytedeco](https://github.com/bytedeco/javacpp-presets/tree/master/tesseract) - JNA Wrapper from Bytedeco collection of utilities - https://bytedeco.org - https://github.com/bytedeco/javacpp-presets
* [tess4j](https://github.com/nguyenq/tess4j) - JNA wrapper. Docs and discussions - http://tess4j.sourceforge.net/

**Node.js**
Expand Down

0 comments on commit 0e729ef

Please sign in to comment.