Uses of Class
net.sourceforge.tess4j.ITessAPI.ETEXT_DESC
-
Packages that use ITessAPI.ETEXT_DESC Package Description net.sourceforge.tess4j -
-
Uses of ITessAPI.ETEXT_DESC in net.sourceforge.tess4j
Methods in net.sourceforge.tess4j that return ITessAPI.ETEXT_DESC Modifier and Type Method Description ITessAPI.ETEXT_DESC
TessAPI. TessMonitorCreate()
static ITessAPI.ETEXT_DESC
TessAPI1. TessMonitorCreate()
Methods in net.sourceforge.tess4j with parameters of type ITessAPI.ETEXT_DESC Modifier and Type Method Description boolean
ITessAPI.TessProgressFunc. apply(ITessAPI.ETEXT_DESC ths, int left, int right, int top, int bottom)
int
TessAPI. TessBaseAPIRecognize(ITessAPI.TessBaseAPI handle, ITessAPI.ETEXT_DESC monitor)
Recognize the image fromSetAndThresholdImage
, generating Tesseract internal structures.static int
TessAPI1. TessBaseAPIRecognize(ITessAPI.TessBaseAPI handle, ITessAPI.ETEXT_DESC monitor)
Recognize the image fromSetAndThresholdImage
, generating Tesseract internal structures.int
TessAPI. TessBaseAPIRecognizeForChopTest(ITessAPI.TessBaseAPI handle, ITessAPI.ETEXT_DESC monitor)
Variant onRecognize
used for testing chopper.static int
TessAPI1. TessBaseAPIRecognizeForChopTest(ITessAPI.TessBaseAPI handle, ITessAPI.ETEXT_DESC monitor)
Variant onRecognize
used for testing chopper.void
TessAPI. TessMonitorDelete(ITessAPI.ETEXT_DESC monitor)
static void
TessAPI1. TessMonitorDelete(ITessAPI.ETEXT_DESC monitor)
com.sun.jna.Pointer
TessAPI. TessMonitorGetCancelThis(ITessAPI.ETEXT_DESC monitor)
static com.sun.jna.Pointer
TessAPI1. TessMonitorGetCancelThis(ITessAPI.ETEXT_DESC monitor)
int
TessAPI. TessMonitorGetProgress(ITessAPI.ETEXT_DESC monitor)
static int
TessAPI1. TessMonitorGetProgress(ITessAPI.ETEXT_DESC monitor)
void
TessAPI. TessMonitorSetCancelFunc(ITessAPI.ETEXT_DESC monitor, ITessAPI.TessCancelFunc cancelFunc)
static void
TessAPI1. TessMonitorSetCancelFunc(ITessAPI.ETEXT_DESC monitor, ITessAPI.TessCancelFunc cancelFunc)
void
TessAPI. TessMonitorSetCancelThis(ITessAPI.ETEXT_DESC monitor, com.sun.jna.Pointer cancelThis)
static void
TessAPI1. TessMonitorSetCancelThis(ITessAPI.ETEXT_DESC monitor, com.sun.jna.Pointer cancelThis)
void
TessAPI. TessMonitorSetDeadlineMSecs(ITessAPI.ETEXT_DESC monitor, int deadline)
static void
TessAPI1. TessMonitorSetDeadlineMSecs(ITessAPI.ETEXT_DESC monitor, int deadline)
void
TessAPI. TessMonitorSetProgressFunc(ITessAPI.ETEXT_DESC monitor, ITessAPI.TessProgressFunc progressFunc)
static void
TessAPI1. TessMonitorSetProgressFunc(ITessAPI.ETEXT_DESC monitor, ITessAPI.TessProgressFunc progressFunc)
-