EnumPolyBlockType
Enum
Definition
Namespace:Tesseract
Assembly:Telerik.Windows.Documents.TesseractOcr.dll
Syntax:
cs-api-definition
public enum PolyBlockType
Fields
CaptionText
Text that belongs to an image.
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.
InlineEquation
The partion has an inline equation.
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.
VerticalText
Text line runs vertically.