Class 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

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

      • Methods inherited from class com.sun.jna.PointerType

        equals, fromNative, getPointer, hashCode, nativeType, setPointer, toNative, toString
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • TessBaseAPI

        public TessBaseAPI​(com.sun.jna.Pointer address)
      • TessBaseAPI

        public TessBaseAPI()