| Name | Description |
| AddItemToUserDictionary |
Adds a new section item to the specified section in the user dictionary.
|
| AddPage |
Adds a new page to the OCR document.
|
| AddZone |
Adds a new zone to the zone list of the specified page.
|
| AutoOrientPage |
Auto orients the specified page.
|
| AvailableOutputFileFormats |
Enumerates the available output file formats for the OCR document engine.
|
| CleanupPages |
Enables or disables automatic cleanup of pages.
|
| DefaultSpellLanguages |
Gets a list of default Spelling languages.
|
| DisableEvents |
Disables the firing of RasterDocumentEngine class events.
|
| DrawPage | Overloaded.
Draws the specified page with(out) its zones, at any size, to a Graphics object.
If the display surface has fewer colors than the image, this method dithers the output to that display surface without affecting the actual image data.
|
| EnableEvents |
Enables the firing of RasterDocumentEngine class events
|
| ExportPage |
Exports the specified page to an Image object.
|
| ExportZones |
Exports the zone list to a zone file.
|
| FindZones |
Finds all zones in the specified arae of the specified page.
|
| GetDefaultFillMethod |
Gets the default fill method for the specified page.
|
| GetOrientationDegree |
Finds the degree of orientation for the specified page.
|
| GetOrientationSlope |
Finds the orientation slope for the specified page.
|
| GetPageInfo |
Gets information about the specified page in the OCR document.
|
| GetRecognizedCharacters |
Gets all of the characters that have been recognized for a specific page.
|
| GetRecognizedWords |
Returns all words that have been recognized for specific recognized page.
|
| GetSelectedZoneData |
Gets a zone data for the selected zone.
|
| GetTextFormatInfo |
Gets extra information about a specific file format.
|
| GetUserDictionarySection |
Gets a list of user dictionary sections.
|
| GetUserDictionarySectionItem |
Gets section items from the specified section of the user dictionary.
|
| GetZone |
Gets information about the zone at the specified index in the zone list of the specified page.
|
| GetZoneCount |
Gets the number of zones in the zone list of the specified page.
|
| ImportZones |
Imports the zone list from a zone file.
|
| IsCharacterEnabled |
Determines whether the specified character is enabled in the OCR document engine.
|
| LoadSettings |
Loads settings from a raster document engine settings file.
|
| LockPage |
Locks or unlocks a specific page.
|
| raise_Progress |
Reports the progress of a specific operation and offers the client an opportunity to cancel.
|
| raise_Verify |
The method that will handle the Verify event.
|
| Recognize |
Recognizes the specified page(s) of the OCR document.
|
| RemoveItemFromUserDictionary |
Removes the specified section item from the specified section in the user dictionary.
|
| RemovePage |
Removes the specified page from the OCR document.
|
| RemoveSelectedZone |
Deletes the selected zone from the zone list in the specified page.
|
| RemoveZone |
Removes one or more zones from the zone list for the specified page.
|
| SaveResultsToFile |
Saves the recognition results to a file.
|
| SaveResultsToMemory |
Saves the results of the last recognition process to memory.
|
| SaveSettings |
Saves the current engine settings to a file.
|
| SelectedLanguages |
Gets the current selected languages.
|
| SelectLanguages |
Activates the already specified languages into the OCR document engine.
|
| SelectZone | Overloaded.
Selects or deselects the specified zone and draws it in the specified Graphics object.
|
| SelectZoneByPoint | Overloaded.
Draws a selection rectangle around the zone located at the specified point.
|
| SetRecognizedCharacters |
Updates the recognized characters for specific recognized page.
|
| SetUserDictionary |
Sets the User dictionary and its default section to be used by the checking subsystem.
|
| Shutdown |
Shuts down the OCR document engine and frees the allocated OCR document data.
|
| Startup |
Starts the OCR document engine and initializes the handle.
|
| UpdatePage |
Updates the current page with a new image.
|
| UpdateZone |
Updates the zone data for a single zone in the zone list.
|
| UpdateZoneArea |
Updates the specified zone area.
|