Class ITessAPI.TessResultIterator

  • All Implemented Interfaces:
    com.sun.jna.NativeMapped
    Enclosing interface:
    ITessAPI

    public static class ITessAPI.TessResultIterator
    extends com.sun.jna.PointerType
    Iterator for tesseract results that is capable of iterating in proper reading order over Bi Directional (e.g. mixed Hebrew and English) text. ResultIterator adds text-specific methods for access to OCR output.
    • 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

      • TessResultIterator

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

        public TessResultIterator()