Availabilty of API

Asked by Baronkarza

Hello, I'd like to know if there is a set of API available (with the relative documentation) that could be used to write a JNI wrapper.
I'd like to have something similar to:

http://tesseract-ocr.repairfaq.org/baseapi_8h-source.html

Thx in advance.

Question information

Language:
English Edit question
Status:
Solved
For:
Cuneiform for Linux Edit question
Assignee:
No assignee Edit question
Solved by:
Yury V. Zaytsev
Solved:
Last query:
Last reply:
Revision history for this message
Yury V. Zaytsev (zyv) said :
#1

The API is indeed available, but the only source of documentation at the moment is the source code for the Linux console client cuneiform-cli. Sorry.

Revision history for this message
Baronkarza (pinomarino79) said :
#2

Ok, thanks. But may you highlight classes and methods necessary to:
1) setup the execution configuration
2) read an image
3) get the output before it is written to file. It could be very useful to have information about the segmentation: boxes, rows, words, chars,...

Thanks again.

Revision history for this message
Best Yury V. Zaytsev (zyv) said :
#3

Why wouldn't you just have a look at the source code?

http://bazaar.launchpad.net/~jpakkane/cuneiform-linux/trunk/annotate/head%3A/cuneiform_src/cli/cuneiform-cli.cpp

All of you three questions are addressed in there.

Revision history for this message
Baronkarza (pinomarino79) said :
#4

Thanks Yury V. Zaytsev, that solved my question.