Uses of Interface
net.sourceforge.tess4j.TessAPI
-
Packages that use TessAPI Package Description net.sourceforge.tess4j net.sourceforge.tess4j.util -
-
Uses of TessAPI in net.sourceforge.tess4j
Fields in net.sourceforge.tess4j declared as TessAPI Modifier and Type Field Description static TessAPI
TessAPI. INSTANCE
An instance of the class library.Methods in net.sourceforge.tess4j that return TessAPI Modifier and Type Method Description protected TessAPI
Tesseract. getAPI()
Returns TessAPI object. -
Uses of TessAPI in net.sourceforge.tess4j.util
Methods in net.sourceforge.tess4j.util that return TessAPI Modifier and Type Method Description static TessAPI
LoadLibs. getTessAPIInstance()
Loads Tesseract library via JNA.
-