Enum DocumentBlockType
- Namespace
- AiDotNet.ComputerVision.Visualization
- Assembly
- AiDotNet.dll
Types of document blocks.
public enum DocumentBlockType
Fields
Caption = 6Figure or table caption.
Figure = 5Figure or image.
Page footer.
Header = 7Page header.
Heading = 1Section heading.
List = 3Bulleted or numbered list.
Other = 10Other/unknown block type.
PageNumber = 9Page number.
Paragraph = 2Paragraph of text.
Table = 4Table.
Title = 0Document title.