Uses of Class
net.sourceforge.tess4j.ITessAPI.TessPageIterator
Packages that use ITessAPI.TessPageIterator
-
Uses of ITessAPI.TessPageIterator in net.sourceforge.tess4j
Methods in net.sourceforge.tess4j that return ITessAPI.TessPageIteratorModifier and TypeMethodDescriptionTessAPI.TessBaseAPIAnalyseLayout(ITessAPI.TessBaseAPI handle) Runs page layout analysis in the mode set bySetPageSegMode.static ITessAPI.TessPageIteratorTessAPI1.TessBaseAPIAnalyseLayout(ITessAPI.TessBaseAPI handle) Runs page layout analysis in the mode set bySetPageSegMode.TessAPI.TessPageIteratorCopy(ITessAPI.TessPageIterator handle) Creates a copy of the specified PageIterator instance.static ITessAPI.TessPageIteratorTessAPI1.TessPageIteratorCopy(ITessAPI.TessPageIterator handle) Creates a copy of the specified PageIterator instance.TessAPI.TessResultIteratorGetPageIterator(ITessAPI.TessResultIterator handle) Gets the PageIterator of the specified ResultIterator instance.static ITessAPI.TessPageIteratorTessAPI1.TessResultIteratorGetPageIterator(ITessAPI.TessResultIterator handle) Gets the PageIterator of the specified ResultIterator instance.TessAPI.TessResultIteratorGetPageIteratorConst(ITessAPI.TessResultIterator handle) Gets the PageIterator of the specified ResultIterator instance.static ITessAPI.TessPageIteratorTessAPI1.TessResultIteratorGetPageIteratorConst(ITessAPI.TessResultIterator handle) Gets the PageIterator of the specified ResultIterator instance.Methods in net.sourceforge.tess4j with parameters of type ITessAPI.TessPageIteratorModifier and TypeMethodDescriptionintTessAPI.TessPageIteratorBaseline(ITessAPI.TessPageIterator handle, int level, IntBuffer x1, IntBuffer y1, IntBuffer x2, IntBuffer y2) Returns the baseline of the current object at the given level.static intTessAPI1.TessPageIteratorBaseline(ITessAPI.TessPageIterator handle, int level, IntBuffer x1, IntBuffer y1, IntBuffer x2, IntBuffer y2) Returns the baseline of the current object at the given level.voidTessAPI.TessPageIteratorBegin(ITessAPI.TessPageIterator handle) Resets the iterator to point to the start of the page.static voidTessAPI1.TessPageIteratorBegin(ITessAPI.TessPageIterator handle) Resets the iterator to point to the start of the page.intTessAPI.TessPageIteratorBlockType(ITessAPI.TessPageIterator handle) Returns the type of the current block.static intTessAPI1.TessPageIteratorBlockType(ITessAPI.TessPageIterator handle) Returns the type of the current block.intTessAPI.TessPageIteratorBoundingBox(ITessAPI.TessPageIterator handle, int level, IntBuffer left, IntBuffer top, IntBuffer right, IntBuffer bottom) Returns the bounding rectangle of the current object at the given level in coordinates of the original image.static intTessAPI1.TessPageIteratorBoundingBox(ITessAPI.TessPageIterator handle, int level, IntBuffer left, IntBuffer top, IntBuffer right, IntBuffer bottom) Returns the bounding rectangle of the current object at the given level in coordinates of the original image.TessAPI.TessPageIteratorCopy(ITessAPI.TessPageIterator handle) Creates a copy of the specified PageIterator instance.static ITessAPI.TessPageIteratorTessAPI1.TessPageIteratorCopy(ITessAPI.TessPageIterator handle) Creates a copy of the specified PageIterator instance.voidTessAPI.TessPageIteratorDelete(ITessAPI.TessPageIterator handle) Deletes the specified PageIterator instance.static voidTessAPI1.TessPageIteratorDelete(ITessAPI.TessPageIterator handle) Deletes the specified PageIterator instance.net.sourceforge.lept4j.PixTessAPI.TessPageIteratorGetBinaryImage(ITessAPI.TessPageIterator handle, int level) Returns a binary image of the current object at the given level.static net.sourceforge.lept4j.PixTessAPI1.TessPageIteratorGetBinaryImage(ITessAPI.TessPageIterator handle, int level) Returns a binary image of the current object at the given level.net.sourceforge.lept4j.PixTessAPI.TessPageIteratorGetImage(ITessAPI.TessPageIterator handle, int level, int padding, net.sourceforge.lept4j.Pix original_image, IntBuffer left, IntBuffer top) Returns an image of the current object at the given level in greyscale if available in the input.static net.sourceforge.lept4j.PixTessAPI1.TessPageIteratorGetImage(ITessAPI.TessPageIterator handle, int level, int padding, net.sourceforge.lept4j.Pix original_image, IntBuffer left, IntBuffer top) Returns an image of the current object at the given level in greyscale if available in the input.intTessAPI.TessPageIteratorIsAtBeginningOf(ITessAPI.TessPageIterator handle, int level) Returns TRUE if the iterator is at the start of an object at the given level.static intTessAPI1.TessPageIteratorIsAtBeginningOf(ITessAPI.TessPageIterator handle, int level) Returns TRUE if the iterator is at the start of an object at the given level.intTessAPI.TessPageIteratorIsAtFinalElement(ITessAPI.TessPageIterator handle, int level, int element) Returns whether the iterator is positioned at the last element in a given level.static intTessAPI1.TessPageIteratorIsAtFinalElement(ITessAPI.TessPageIterator handle, int level, int element) Returns whether the iterator is positioned at the last element in a given level.intTessAPI.TessPageIteratorNext(ITessAPI.TessPageIterator handle, int level) Moves to the start of the next object at the given level in the page hierarchy, and returns false if the end of the page was reached.static intTessAPI1.TessPageIteratorNext(ITessAPI.TessPageIterator handle, int level) Moves to the start of the next object at the given level in the page hierarchy, and returns false if the end of the page was reached.voidTessAPI.TessPageIteratorOrientation(ITessAPI.TessPageIterator handle, IntBuffer orientation, IntBuffer writing_direction, IntBuffer textline_order, FloatBuffer deskew_angle) Returns the orientation.static voidTessAPI1.TessPageIteratorOrientation(ITessAPI.TessPageIterator handle, IntBuffer orientation, IntBuffer writing_direction, IntBuffer textline_order, FloatBuffer deskew_angle) Returns the orientation.voidTessAPI.TessPageIteratorParagraphInfo(ITessAPI.TessPageIterator handle, IntBuffer justification, IntBuffer is_list_item, IntBuffer is_crown, IntBuffer first_line_indent) Gets paragraph information.static voidTessAPI1.TessPageIteratorParagraphInfo(ITessAPI.TessPageIterator handle, IntBuffer justification, IntBuffer is_list_item, IntBuffer is_crown, IntBuffer first_line_indent) Gets paragraph information.