Click or drag to resize

OcrDocument Class

Summary description for OcrDocument.
OcrDocument represents each page of a OCR'ed document and associated metadata.
Inheritance Hierarchy
SystemObject
  Atalasoft.OcrOcrDocument

Namespace:  Atalasoft.Ocr
Assembly:  Atalasoft.dotImage.Ocr (in Atalasoft.dotImage.Ocr.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public class OcrDocument

The OcrDocument type exposes the following members.

Constructors
  NameDescription
Public methodOcrDocument
Constructs a new OcrDocument object.
Top
Properties
  NameDescription
Public propertyAuthor
This property describes the author of a document
Public propertyCreationDate
A date object representing the creation date of the document
Public propertyCreator
Gets or sets the Creator metadata for this OcrDocument.
Public propertyKeywords
An array of strings that represent keywords in this document.
Public propertyMetadata
A Hashtable that represents document metadata.
Public propertyPages
An object of type OcrPageCollection that represents the pages within this document.
Public propertyProducer
Gets or sets the Producer metadata for this document.
Public propertySubject
A string representing the subject of this document.
Public propertyTitle
A string representing the title of this document.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Protected methodGetDocumentInfo
Returns a hashtable that represents document metadata.
Protected methodGetDocumentInfoValue
Returns information about document using provided key.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetTextString
Returns textual information from all pages of the document.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodSetDocumentInfoValue
Sets metadata information about the document using provided key and value.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also