Notice: This documentation is archived. For the latest product features and documentation, please visit Dynamsoft Capture Vision Documentation.
CDocumentNormalizer Class
class dynamsoft::ddn::CDocumentNormalizer
Method | Description |
---|---|
CDocumentNormalizer |
Constructor of CDocumentNormalizer class. |
~CDocumentNormalizer |
Destructor of CDocumentNormalizer class. |
DC_GetErrorString |
Returns the corresponding error message of the input error code. |
DetectQuad |
Detects quad from source image. |
FreeDetectedQuadResultArray |
Releases memory allocated for CDetectedQuadResultArray. |
FreeNormalizedImageResult |
Releases memory allocated for CNormalizedImageResult. |
FreeString |
Releases memory allocated for a string. |
GetVersion |
Returns the version info string of the SDK. |
InitRuntimeSettingsFromFile |
Initializes runtime settings with the settings in a given JSON file. |
InitRuntimeSettingsFromString |
Initializes runtime settings with the settings in a given JSON string. |
Normalize |
Normalizes the source image. |
OutputRuntimeSettingsToFile |
Output runtime settings to a settings file (JSON file). |
OutputRuntimeSettingsToString |
Output runtime settings to a string. |