GroupDocs.Parser.Data Namespace
The namespace provides classes which represent parsing results.
Classes
  ClassDescription
Public classContainerItem
Represents a container item like Zip archive entity, email attachment, PDF Portfolio item and so on.
Public classDocumentData
Represents data of the document. It consists of FieldData objects which contain field data from document.
Public classFieldData
Represents field data such as a name, a page index, a field value and so on. Depending on the field the value can be a text, an image, a table and so on.
Public classHighlightItem
Represents a highlight, a part of the text which is usually used to explain the context of the found text in the search functionality.
Public classMetadataItem
Represents a metadata item which is used in container items and metadata extraction functionality.
Public classPage
Represents the document page information such as page index and page size. It's used to represent the page that contains inheritors of PageArea class in the parsing by template functionality.
Public classPageArea
Represents an abstract base class for page areas which are used to represent blocks on the document page in the parsing by template functionality.
Public classPageBarcodeArea
Represents a page barcode area which is used to represent a barcode value in the parsing by template functionality.
Public classPageGroupArea
Represents a group of page areas which is used to group different types of blocks of the document page in the parsing by template functionality.
Public classPageHyperlinkArea
Represents a page area which is used to represent a hyperlink on the page.
Public classPageImageArea
Represents a page image area which is used to represent an image on the page in the parsing by template functionality or an image attachment if images are extracted from emails or Zip archives.
Public classPageTableArea
Represents a table page area which is used to represent a table in the parsing by template functionality.
Public classPageTableAreaCell
Represents a table cell which is used in PageTableArea class.
Public classPageTextArea
Represents a page text area which is used to represent a text value in the parsing by template or parsing form functionality.
Public classPoint
Represents a point.
Public classRectangle
Represents a rectangular area.
Public classSearchResult
Represents the search result in the search functionality.
Public classSize
Represents a size.
Public classTextStyle
Represents the style of the text such as a font name, a font size and so on.
Public classTocItem
Represents the item which is used in the table of contents extraction functionality.