OcrPage Class |
Namespace: Atalasoft.Ocr
The OcrPage type exposes the following members.
Name | Description | |
---|---|---|
OcrPage | Initializes a new instance of the OcrPage class | |
OcrPage(AtalaImage) | Constructs an OcrPage with dimensions and resolution that match the supplied AtalaImage. | |
OcrPage(Rectangle, Dpi) | Constructs a page representing an arbitrary rectangle | |
OcrPage(Int32, Int32, AtalaImage) | Construct an OcrPage with a non-zero top corner. | |
OcrPage(Int32, Int32, Dpi) | Constructs an OcrPage with the given width and height and resolution. |
Name | Description | |
---|---|---|
Bounds | Gets or sets the bounds of this page | |
Height | This property gets or sets the height of the OcrPage. | |
Metadata | Gets the metadata associated with this page | |
Regions | This property represents a collection of all the page elements in this page. | |
Resolution | This property represents the overall resolution of the page. | |
Width | This property sets or gets the width of the page. |
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.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetTextString |
Returns textual information from the page.
| |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |