Just getting started, the library seems to be ready, but it fails on
the first call to the constructor of TessBaseAPI
public class TessBaseAPI {
/**
* Used by the native implementation of the class.
*/
@SuppressWarnings("unused")
private int mNativeData;
static {
System.loadLibrary("lept");
System.loadLibrary("tess");
nativeClassInit();
}
The "lept" is not found...not surprising really, anyone know where it
comes from and how to make it?
Does anyone have a complete eclipse project that I could use as a
model to start with?
Thanks John
--
You received this message because you are subscribed to the Google
Groups "tesseract-ocr" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/tesseract-ocr?hl=en