Table of Contents

Enum DocumentRegionType

Namespace
AiDotNet.Document
Assembly
AiDotNet.dll

Types of document regions that can be detected by page segmentation.

public enum DocumentRegionType

Fields

Abstract = 10

Abstract section.

Author = 12

Author information.

Caption = 5

Figure or table caption.

Equation = 8

Mathematical equation or formula.

Figure = 4

Figure or image.

Page footer.

Footnote = 9

Footnote or endnote.

Header = 6

Page header.

List = 2

Bulleted or numbered list.

Other = 99

Unknown or other region type.

Paragraph = 0

Regular text paragraph.

Reference = 11

Reference or bibliography entry.

Section = 13

Section heading.

Table = 3

Table content.

Title = 1

Document title or heading.