In This Topic
GdPicture14 Namespace / OCRBlockType Enumeration

OCRBlockType Enumeration

In This Topic
Specifies the type of the block within the OCR result.
Syntax
'Declaration
 
<ComVisibleAttribute(True)>
Public Enum OCRBlockType 
   Inherits System.Enum
[ComVisible(true)]
public enum OCRBlockType : System.Enum 
public enum OCRBlockType = class(System.Enum)
ComVisibleAttribute()
public enum OCRBlockType extends System.Enum
[ComVisible(true)]
__value public enum OCRBlockType : public System.Enum 
[ComVisible(true)]
public enum class OCRBlockType : public System.Enum 
Members
MemberValueDescription
CaptionText8 Text that belongs to an image
Equation4 Partition belonging to an equation region.
FlowingImage9 Image that lives inside a column.
FlowingText1 Text that lives inside a column.
HeadingImage10 Image that spans more than one column.
HeadingText2 Text that spans more than one column.
HorizontalLine12 Horizontal Line.
InlineEquation5 Partition has inline equation.
Noise14 Lies outside of any column.
PulloutImage11 Image that is in a cross-column pull-out region.
PulloutText3 Text that is in a cross-column pull-out region.
Table6 Partition belonging to a table region.
Unknown0 Unknown.
VerticalLine13 Vertical Line.
VerticalText7 Text-line runs vertically.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GdPicture14.OCRBlockType

See Also