From 12e00dedbd3f6232769df12f77c0b74737776da1 Mon Sep 17 00:00:00 2001 From: Mark Date: Wed, 4 Feb 2026 14:16:00 +0800 Subject: [PATCH] fix module name --- programming/python/api-reference/candidate-quad-edges-unit.md | 2 +- programming/python/api-reference/corners-unit.md | 2 +- programming/python/api-reference/deskewed-image-element.md | 2 +- programming/python/api-reference/deskewed-image-result-item.md | 2 +- programming/python/api-reference/deskewed-image-unit.md | 2 +- programming/python/api-reference/detected-quad-element.md | 2 +- programming/python/api-reference/detected-quad-result-item.md | 2 +- programming/python/api-reference/detected-quads-result.md | 2 +- programming/python/api-reference/detected-quads-unit.md | 2 +- programming/python/api-reference/document-normalizer-module.md | 2 +- programming/python/api-reference/enhanced-image-element.md | 2 +- programming/python/api-reference/enhanced-image-result-item.md | 2 +- programming/python/api-reference/enhanced-image-unit.md | 2 +- programming/python/api-reference/logic-lines-unit.md | 2 +- programming/python/api-reference/long-lines-unit.md | 2 +- programming/python/api-reference/processed-document-result.md | 2 +- 16 files changed, 16 insertions(+), 16 deletions(-) diff --git a/programming/python/api-reference/candidate-quad-edges-unit.md b/programming/python/api-reference/candidate-quad-edges-unit.md index 9f40cf0..98d54c9 100644 --- a/programming/python/api-reference/candidate-quad-edges-unit.md +++ b/programming/python/api-reference/candidate-quad-edges-unit.md @@ -11,7 +11,7 @@ The `CandidateQuadEdgesUnit` class represents an intermediate result unit whose ## Definition -*Module:* dynamsoft_document_normalizer +*Module:* ddn ```python class CandidateQuadEdgesUnit(IntermediateResultUnit) diff --git a/programming/python/api-reference/corners-unit.md b/programming/python/api-reference/corners-unit.md index 9116fde..33f1837 100644 --- a/programming/python/api-reference/corners-unit.md +++ b/programming/python/api-reference/corners-unit.md @@ -11,7 +11,7 @@ The `CornersUnit` class represents an intermediate result unit whose type is cor ## Definition -*Module:* dynamsoft_document_normalizer +*Module:* ddn ```python class CornersUnit(IntermediateResultUnit) diff --git a/programming/python/api-reference/deskewed-image-element.md b/programming/python/api-reference/deskewed-image-element.md index f90186c..452305b 100644 --- a/programming/python/api-reference/deskewed-image-element.md +++ b/programming/python/api-reference/deskewed-image-element.md @@ -11,7 +11,7 @@ The `DeskewedImageElement` class stores an intermediate result whose type is Des ## Definition -*Module:* dynamsoft_document_normalizer +*Module:* ddn ```python class DeskewedImageElement(RegionObjectElement): diff --git a/programming/python/api-reference/deskewed-image-result-item.md b/programming/python/api-reference/deskewed-image-result-item.md index b92330e..a252bf4 100644 --- a/programming/python/api-reference/deskewed-image-result-item.md +++ b/programming/python/api-reference/deskewed-image-result-item.md @@ -11,7 +11,7 @@ The `DeskewedImageResultItem` class stores a captured result item whose type is ## Definition -*Module:* dynamsoft_document_normalizer +*Module:* ddn ```python class DeskewedImageResultItem(CapturedResultItem): diff --git a/programming/python/api-reference/deskewed-image-unit.md b/programming/python/api-reference/deskewed-image-unit.md index a7b8191..97bb22c 100644 --- a/programming/python/api-reference/deskewed-image-unit.md +++ b/programming/python/api-reference/deskewed-image-unit.md @@ -11,7 +11,7 @@ The `DeskewedImageUnit` class represents an intermediate result unit whose type ## Definition -*Module:* dynamsoft_document_normalizer +*Module:* ddn ```python class DeskewedImageUnit(IntermediateResultUnit): diff --git a/programming/python/api-reference/detected-quad-element.md b/programming/python/api-reference/detected-quad-element.md index de4fd76..c14fa5b 100644 --- a/programming/python/api-reference/detected-quad-element.md +++ b/programming/python/api-reference/detected-quad-element.md @@ -11,7 +11,7 @@ The `DetectedQuadElement` class stores an intermediate result whose type is dete ## Definition -*Module:* dynamsoft_document_normalizer +*Module:* ddn ```python class DetectedQuadElement(RegionObjectElement) diff --git a/programming/python/api-reference/detected-quad-result-item.md b/programming/python/api-reference/detected-quad-result-item.md index bc28f5a..d976bd4 100644 --- a/programming/python/api-reference/detected-quad-result-item.md +++ b/programming/python/api-reference/detected-quad-result-item.md @@ -11,7 +11,7 @@ The `DetectedQuadResultItem` class stores a captured result whose type is detect ## Definition -*Module:* dynamsoft_document_normalizer +*Module:* ddn ```python class DetectedQuadResultItem(dynamsoft_core.CapturedResultItem) diff --git a/programming/python/api-reference/detected-quads-result.md b/programming/python/api-reference/detected-quads-result.md index 856be3b..76ba44a 100644 --- a/programming/python/api-reference/detected-quads-result.md +++ b/programming/python/api-reference/detected-quads-result.md @@ -11,7 +11,7 @@ The `DetectedQuadsResult` class stores a captured result whose type is detected ## Definition -*Module:* dynamsoft_document_normalizer +*Module:* ddn ```python class DetectedQuadsResult diff --git a/programming/python/api-reference/detected-quads-unit.md b/programming/python/api-reference/detected-quads-unit.md index 2c8c431..948d9e7 100644 --- a/programming/python/api-reference/detected-quads-unit.md +++ b/programming/python/api-reference/detected-quads-unit.md @@ -11,7 +11,7 @@ The `DetectedQuadsUnit` class represents an intermediate result unit whose type ## Definition -*Module:* dynamsoft_document_normalizer +*Module:* ddn ```python class DetectedQuadsUnit(IntermediateResultUnit) diff --git a/programming/python/api-reference/document-normalizer-module.md b/programming/python/api-reference/document-normalizer-module.md index 44eb467..af4d202 100644 --- a/programming/python/api-reference/document-normalizer-module.md +++ b/programming/python/api-reference/document-normalizer-module.md @@ -13,7 +13,7 @@ The `DocumentNormalizerModule` class defines general functions in the document n ## Definition -*Module:* dynamsoft_document_normalizer +*Module:* ddn ```python class DocumentNormalizerModule diff --git a/programming/python/api-reference/enhanced-image-element.md b/programming/python/api-reference/enhanced-image-element.md index 847852e..0ae334f 100644 --- a/programming/python/api-reference/enhanced-image-element.md +++ b/programming/python/api-reference/enhanced-image-element.md @@ -11,7 +11,7 @@ The `EnhancedImageElement` class stores an intermediate result whose type is Enh ## Definition -*Module:* dynamsoft_document_normalizer +*Module:* ddn ```python class EnhancedImageElement(RegionObjectElement): diff --git a/programming/python/api-reference/enhanced-image-result-item.md b/programming/python/api-reference/enhanced-image-result-item.md index 27eb424..76ddfca 100644 --- a/programming/python/api-reference/enhanced-image-result-item.md +++ b/programming/python/api-reference/enhanced-image-result-item.md @@ -11,7 +11,7 @@ The `EnhancedImageResultItem` class stores a captured result item whose type is ## Definition -*Module:* dynamsoft_document_normalizer +*Module:* ddn ```python class EnhancedImageResultItem(CapturedResultItem): diff --git a/programming/python/api-reference/enhanced-image-unit.md b/programming/python/api-reference/enhanced-image-unit.md index 7ff8ff4..0faa234 100644 --- a/programming/python/api-reference/enhanced-image-unit.md +++ b/programming/python/api-reference/enhanced-image-unit.md @@ -11,7 +11,7 @@ The `EnhancedImageUnit` class represents an intermediate result unit whose type ## Definition -*Module:* dynamsoft_document_normalizer +*Module:* ddn ```python class EnhancedImageUnit(IntermediateResultUnit): diff --git a/programming/python/api-reference/logic-lines-unit.md b/programming/python/api-reference/logic-lines-unit.md index dab60d1..8675b32 100644 --- a/programming/python/api-reference/logic-lines-unit.md +++ b/programming/python/api-reference/logic-lines-unit.md @@ -11,7 +11,7 @@ The `LogicLinesUnit` class represents an intermediate result unit whose type is ## Definition -*Module:* dynamsoft_document_normalizer +*Module:* ddn ```python class LogicLinesUnit(IntermediateResultUnit): diff --git a/programming/python/api-reference/long-lines-unit.md b/programming/python/api-reference/long-lines-unit.md index d434a0e..5daaa3f 100644 --- a/programming/python/api-reference/long-lines-unit.md +++ b/programming/python/api-reference/long-lines-unit.md @@ -11,7 +11,7 @@ The `LongLinesUnit` class represents an intermediate result unit whose type is l ## Definition -*Module:* dynamsoft_document_normalizer +*Module:* ddn ```python class LongLinesUnit(IntermediateResultUnit) diff --git a/programming/python/api-reference/processed-document-result.md b/programming/python/api-reference/processed-document-result.md index 6a8b956..94f1187 100644 --- a/programming/python/api-reference/processed-document-result.md +++ b/programming/python/api-reference/processed-document-result.md @@ -11,7 +11,7 @@ The `ProcessedDocumentResult` class is a base class for storing processed docume ## Definition -*Module:* dynamsoft_document_normalizer +*Module:* ddn ```python class ProcessedDocumentResult(CapturedResultBase):