ImageGear23.Recognition Assembly > ImageGear.Recognition Namespace : ImGearRecPage Class |
The following tables list the members exposed by ImGearRecPage.
Name | Description | |
---|---|---|
DetectedLanguages | Gets an array of the detected languages on the page. | |
Image | Gets access to image properties and processing methods. | |
IsValid | Gets a value indicating whether ImGearRecPage object is valid, that is, can be used for processing/preprocessing, recognition and so on. | |
Parent | Gets reference to parent ImGearRecognition class object. | |
Statistics | Gets access to recognition statistics for this page. | |
Text | Returns a string representation of the text found on the page. | |
Zones | Gets collection of recognition zones. |
Name | Description | |
---|---|---|
CreatePDFPage | Creates a new page in the given PDF document and populates it with recognized text and image. | |
DeleteRecognitionData | Frees recognized data from memory. | |
DetectFillingMethod | Detects the filling method used for the entire image. | |
Dispose | Frees all data associated with this object. | |
GetLetters | Returns an array of letters describing the recognized data. | |
PopulatePDFPage | Populates an existing PDF page in a PDF document with recognized text and/or image. | |
Recognize | Performs recognition, storing the recognition data in a file automatically managed by the recognition engine. | |
SetLetters | Updates the internally stored recognition data according to the user's copy. |
Name | Description | |
---|---|---|
Finalize | Finalizes an instance of the ImGearRecPage class. |