Class ITessAPI.TessBaseAPI

java.lang.Object
com.sun.jna.PointerType
net.sourceforge.tess4j.ITessAPI.TessBaseAPI
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.
  • Constructor Summary Link icon

    Constructors
    Constructor
    Description
     
    TessBaseAPI(com.sun.jna.Pointer address)
     
  • Method Summary Link icon

    Methods inherited from class com.sun.jna.PointerType Link icon

    equals, fromNative, getPointer, hashCode, nativeType, setPointer, toNative, toString

    Methods inherited from class java.lang.Object Link icon

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Constructor Details Link icon

    • TessBaseAPI Link icon

      public TessBaseAPI(com.sun.jna.Pointer address)
    • TessBaseAPI Link icon

      public TessBaseAPI()