|
| 1 | +--- |
| 2 | +layout: default-layout |
| 3 | +title: DocumentNormalizer Module - Dynamsoft Document Normalizer JavaScript Edition API |
| 4 | +description: This page introduces the DocumentNormalizer module in Dynamsoft Document Normalizer JavaScript Edition. |
| 5 | +keywords: document normalizer, module, api reference, javascript, js |
| 6 | +needAutoGenerateSidebar: true |
| 7 | +needGenerateH3Content: true |
| 8 | +noTitleIndex: true |
| 9 | +--- |
| 10 | + |
| 11 | +# DynamsoftDocumentNormalizer Module |
| 12 | + |
| 13 | +The DocumentNormalizer module is defined in the namespace `Dynamsoft.DDN`. It includes a class named "DocumentNormalizerModule" along with various interfaces. |
| 14 | + |
| 15 | +## DocumentNormalizerModule Class |
| 16 | + |
| 17 | +This class defines common functionality in the `DocumentNormalizer` module. At present, there is only one API. |
| 18 | + |
| 19 | +| API Name | Description | |
| 20 | +| ------------------------------------------------------------------------- | ----------------------------------------------------- | |
| 21 | +| `static` [getVersion()](./document-normalizer-module-class.md#getversion) | Returns the version of the DocumentNormalizer module. | |
| 22 | + |
| 23 | +## Interfaces |
| 24 | + |
| 25 | +* [CandidateQuadEdgesUnit](./interfaces/candidate-quad-edges-unit.md) |
| 26 | +* [CornersUnit](./interfaces/corners-unit.md) |
| 27 | +* [DetectedQuadElement](./interfaces/detected-quad-element.md) |
| 28 | +* [DetectedQuadResultItem](./interfaces/detected-quad-result-item.md) |
| 29 | +* [DetectedQuadsResult](./interfaces/detected-quads-result.md) |
| 30 | +* [DetectedQuadsUnit](./interfaces/detected-quads-unit.md) |
| 31 | +* [LongLinesUnit](./interfaces/long-lines-unit.md) |
| 32 | +* [NormalizedImageElement](./interfaces/normalized-image-element.md) |
| 33 | +* [NormalizedImageResultItem](./interfaces/normalized-image-result-item.md) |
| 34 | +* [NormalizedImagesResult](./interfaces/normalized-images-result.md) |
| 35 | +* [NormalizedImagesUnit](./interfaces/normalized-images-unit.md) |
| 36 | +* [SimplifiedDocumentNormalizerSettings](./interfaces/simplified-document-normalizer-settings.md) |
| 37 | + |
| 38 | +## Enums |
| 39 | + |
| 40 | +* [EnumImageColourMode]({{ site.enums }}document-normalizer/image-colour-mode.html?lang=js) |
0 commit comments