Enum PolyBlockType
Namespace: Tesseract
Assembly: Telerik.Windows.Documents.TesseractOcr.dll
Syntax
public enum PolyBlockType
CaptionText
Text that belongs to an image.
Count
Equation
The partion belongs to an equation region..
FlowingImage
Image that lives inside a column.
FlowingText
The text is inside a column.
HeadingImage
Image that spans more than one column.
HeadingText
The text spans more than one column.
HorizontalLine
InlineEquation
The partion has an inline equation.
Noise
Lies outside any column.
PullOutImage
Image that is in a cross-column pull-out region.
PullOutText
The text is in a cross-column pull-out region.
Table
The partion belongs to a Table region.
Unknown
The type is not known yet, keep as first element.
VerticalLine
VerticalText
Text line runs vertically.