Notice: This documentation is archived. For the latest product features and documentation, please visit Dynamsoft Capture Vision Documentation.
CDocumentNormalizerModule
The CDocumentNormalizerModule
class defines general functions in the document normalizer module.
Definition
Namespace: dynamsoft::ddn
Assembly: DynamsoftDocumentNormalizer
class CDocumentNormalizerModule
Methods Summary
Method | Description |
---|---|
GetVersion | Returns the version of the document normalizer module. |
GetVersion
Returns the version of the document normalizer module.
static const char* GetVersion();
Parameters
None.
Return Value
Returns a const char pointer representing the version of the document normalizer module.