![]() | OcrPageIterator Class |
Namespace: Patagames.Ocr
The OcrPageIterator type exposes the following members.
Name | Description | |
---|---|---|
![]() | BlockType |
Gets the type of the current block. See PolyBlockType for details.
|
![]() | DeskewAngle |
Gets deskew angle of the current iterator
|
![]() | FirstLineIndent |
Gets the indent of the first line of current paragraph
|
![]() | Handle |
Handle to internal tesseract iterator
|
![]() | IsCrown |
Check whether the first line of the paragraph is aligned with the other lines of the paragraph.
|
![]() | IsListItem |
Check whether the current paragraph is a member of an ordered or unordered list
|
![]() | Justify |
Get ParagraphJustification for the current paragraph, if available.
|
![]() | Orientations |
Gets orientation of the current iterator
|
![]() | TextlineOrder |
Gets text line order of the current iterator
|
![]() | WritingDirection |
Gets writing direction of the current iterator
|
Name | Description | |
---|---|---|
![]() | Begin |
Moves the iterator to point to the start of the page to begin an iteration
|
![]() | Copy |
PageIterators may be copied! This makes it possible to iterate over
all the objects at a lower level, while maintaining an iterator to
objects at a higher level.
|
![]() | Dispose |
Releases all resources used by this OcrPageIterator
|
![]() | GetBaseLine |
Get the baseline of the current object at the given level.
|
![]() | GetBinaryImage |
Get f binary image of the current object at the given level.
|
![]() | GetBoundingBox |
Gets bounding rectangle of the current object at the given level.
|
![]() | GetImage |
Get an image of the current object at the given level in greyscale if available in the input.
|
![]() | GetIteratorParams |
Get orientation for the block the iterator points to.
|
![]() | GetParagraphInfo |
Get information about the current paragraph, if available.
|
![]() | IsAtBeginningOf |
Check whether the iterator is at the start of an object at the given level
|
![]() | IsAtFinalElement |
Check whether the iterator is positioned at the last element in a given level. (e.g.the last word in a line, the last line in a block)
|
![]() | Next |
Moves to the start of the next object at the given level in the page hierarchy.
|