OcrDocument Class |
Namespace: Atalasoft.Ocr
The OcrDocument type exposes the following members.
Name | Description | |
---|---|---|
OcrDocument | Constructs a new OcrDocument object. |
Name | Description | |
---|---|---|
Author | This property describes the author of a document | |
CreationDate | A date object representing the creation date of the document | |
Creator | Gets or sets the Creator metadata for this OcrDocument. | |
Keywords | An array of strings that represent keywords in this document. | |
Metadata | A Hashtable that represents document metadata. | |
Pages | An object of type OcrPageCollection that represents the pages within this document.
| |
Producer | Gets or sets the Producer metadata for this document. | |
Subject | A string representing the subject of this document. | |
Title | A string representing the title of this document. |
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetDocumentInfo |
Returns a hashtable that represents document metadata.
| |
GetDocumentInfoValue |
Returns information about document using provided key.
| |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetTextString |
Returns textual information from all pages of the document.
| |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
SetDocumentInfoValue |
Sets metadata information about the document using provided key and value.
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) |