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. |
CreateNormalizedImageElement | Create a Normalized Image Element object. |
CreateDetectedQuadElement | Create a Detected Quad Element object. |
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.
CreateNormalizedImageElement
Create a Normalized Image Element object.
static intermediate_results::CNormalizedImageElement* CreateNormalizedImageElement();
Parameters
None.
Return Value
Returns an instance of CNormalizedImageElement.
CreateDetectedQuadElement
Create a Detected Quad Element object.
static intermediate_results::CDetectedQuadElement* CreateDetectedQuadElement();
Parameters
None.
Return Value
Returns an instance of CDetectedQuadElement.