✎ NOTE
User words and dictionaries are no longer supported in the LEADTOOLS OCR Module - OmniPage Engine.
#include "ltdoc2.h"
L_LTDOC2_API L_BOOL EXT_FUNCTION L_Doc2GetUserDictionaryState(hDoc)
Returns a value that indicates whether the User dictionary has been changed since it was saved or created.
Handle to the OCR document.
Value | Meaning |
---|---|
TRUE | The User dictionary has been modified since it was last saved or since it was opened or created. |
FALSE | The User dictionary has not been modified. |
Changes to the dictionary include adding or deleting User dictionary items.
Required DLLs and Libraries
For an example, refer to L_Doc2GetUserDictionary.