Skip to content

Latest commit

 

History

History
44 lines (29 loc) · 1.16 KB

File metadata and controls

44 lines (29 loc) · 1.16 KB
layout title description keywords needAutoGenerateSidebar needGenerateH3Content
default-layout
DocumentNormalizerModule Class - Dynamsoft Document Normalizer Module Python Edition API Reference
Definition of DocumentNormalizerModule class in Dynamsoft Document Normalizer Module Python Edition.
document normalizer module, python
true
true

DocumentNormalizerModule

The DocumentNormalizerModule class defines general functions in the document normalizer module.

Definition

Module: ddn

class DocumentNormalizerModule

Methods

Method Description
get_version Returns the version of the document normalizer module.

get_version

Returns the version of the document normalizer module.

@staticmethod
def get_version() -> str:

Parameters

None.

Return Value

Returns a string representing the version of the document normalizer module.