Package net.sourceforge.tess4j
Class ITessAPI.TessPageIterator
- java.lang.Object
-
- com.sun.jna.PointerType
-
- net.sourceforge.tess4j.ITessAPI.TessPageIterator
-
- All Implemented Interfaces:
com.sun.jna.NativeMapped
- Enclosing interface:
- ITessAPI
public static class ITessAPI.TessPageIterator extends com.sun.jna.PointerType
Class to iterate over tesseract page structure, providing access to all levels of the page hierarchy, without including any tesseract headers or having to handle any tesseract structures.
WARNING! This class points to data held within the TessBaseAPI class, and therefore can only be used while the TessBaseAPI class still exists and has not been subjected to a call ofInit
,SetImage
,Recognize
,Clear
,End
DetectOS
, or anything else that changes the internalPAGE_RES
. Seeapitypes.h
for the definition ofPageIteratorLevel
. See alsoResultIterator
, derived fromPageIterator
, which adds in the ability to access OCR output with text-specific methods.
-
-
Constructor Summary
Constructors Constructor Description TessPageIterator()
TessPageIterator(com.sun.jna.Pointer address)
-