Table of contents

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.
CreateDeskewedImageElement Create a Deskewed Image Element object.
CreateDetectedQuadElement Create a Detected Quad Element object.
CreateEnhancedImageElement Creates a CEnhancedImageElement 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.

CreateDeskewedImageElement

Create a Normalized Image Element object.

static intermediate_results::CDeskewedImageElement* CreateDeskewedImageElement();

Parameters

None.

Return Value

Returns an instance of CDeskewedImageElement.

CreateDetectedQuadElement

Create a Detected Quad Element object.

static intermediate_results::CDetectedQuadElement* CreateDetectedQuadElement();

Parameters

None.

Return Value

Returns an object of CDeskewedImageElement.

CreateEnhancedImageElement

Creates a CEnhancedImageElement object.

static intermediate_results::CEnhancedImageElement* CreateEnhancedImageElement();

Parameters

None.

Return Value

Returns an object of CEnhancedImageElement.