Uses of Interface
net.sourceforge.tess4j.ITessAPI
-
Packages that use ITessAPI Package Description net.sourceforge.tess4j -
-
Uses of ITessAPI in net.sourceforge.tess4j
Subinterfaces of ITessAPI in net.sourceforge.tess4j Modifier and Type Interface Description interface
TessAPI
A Java wrapper forTesseract OCR 4.1.0 API
usingJNA Interface Mapping
.Classes in net.sourceforge.tess4j that implement ITessAPI Modifier and Type Class Description class
TessAPI1
A Java wrapper forTesseract OCR 4.1.0 API
usingJNA Direct Mapping
.class
Tesseract1
An object layer on top ofTessAPI1
, provides character recognition support for common image formats, and multi-page TIFF images beyond the uncompressed, binary TIFF format supported by Tesseract OCR engine.
-