- All Implemented Interfaces:
- com.sun.jna.NativeMapped
- Enclosing interface:
- ITessAPI
public static class ITessAPI.TessBaseAPI
extends com.sun.jna.PointerType
Base class for all tesseract APIs. Specific classes can add ability to
work on different inputs or produce different outputs. This class is
mostly an interface layer on top of the Tesseract instance class to hide
the data types so that users of this class don't have to include any
other Tesseract headers.