The following tables list the members exposed by IOcrUserDictionary.
Name | Description | |
---|---|---|
DefaultSectionName | Gets the default section name of the current user dictionary in use. | |
FileName | Gets the file name of the current user dictionary in use. | |
IsModified | Gets a value indicating whether the current user dictionary file has been modified. | |
IsOpen | Gets a value indicating whether the current user dictionary file is opened. | |
IsSupported | Gets a value that indicates if user dictionaries are supported in this OCR engine. | |
MaximumItemLength | Gets a value that indicates the maximum number of characters in an item. | |
MaximumSectionNameLength | Gets a value that indicates the maximum number of characters in a section name. |
Name | Description | |
---|---|---|
AddItem | Add a new item to the currently opened user dictionary. | |
Close | Closes the currently open user dictionary file. | |
Create | Creates a new user dictionary in memory. | |
CreateItem | Creates a new user dictionary item. | |
GetFirstItem | Gets the first section item in the currently opened user dictionary. | |
GetFirstSectionName | Gets the name of the first section in currently opened user dictionary. | |
GetNextItem | Gets the next section item in currently opened user dictionary. | |
GetNextSectionName | Gets the name of the next section in currently opened user dictionary. | |
Open | Open an existing user dictionary file for editing. | |
RemoveItem | Delete an item from the currently opened user dictionary. | |
Save | Saves the user dictionary file. | |
Use | Specify a user dictionary and the default section in it for the checking subsystem. |