Skip to content

Commit 7b3a81a

Browse files
update to internal commit 59beb644
1 parent 54561c0 commit 7b3a81a

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

programming/python/api-reference/candidate-quad-edges-unit.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ Returns a tuple containing following elements:
6262

6363
**See Also**
6464

65-
[EnumErrorCode]({{ site.dcv_python_api }}core/enum-error-code.html?lang=python)
65+
[EnumErrorCode]({{ site.dcv_python_api }}core/enum-error-code.html)
6666

6767
[Edge]({{ site.dcv_python_api }}core/basic-classes/edge.html)
6868

programming/python/api-reference/corners-unit.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ Returns a tuple containing following elements:
6262

6363
**See Also**
6464

65-
[EnumErrorCode]({{ site.dcv_python_api }}core/enum-error-code.html?lang=python)
65+
[EnumErrorCode]({{ site.dcv_python_api }}core/enum-error-code.html)
6666

6767
[Corner]({{ site.dcv_python_api }}core/basic-classes/corner.html)
6868

programming/python/api-reference/detected-quads-result.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Returns the error code.
4242

4343
**See Also**
4444

45-
[EnumErrorCode]({{ site.dcv_python_api }}core/enum-error-code.html?lang=python)
45+
[EnumErrorCode]({{ site.dcv_python_api }}core/enum-error-code.html)
4646

4747
### get_error_string
4848

programming/python/api-reference/normalized-images-result.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Returns the error code of the operation. A non-zero value indicates an error occ
4242

4343
**See Also**
4444

45-
[EnumErrorCode]({{ site.dcv_python_api }}core/enum-error-code.html?lang=python)
45+
[EnumErrorCode]({{ site.dcv_python_api }}core/enum-error-code.html)
4646

4747
### get_error_string
4848

programming/python/api-reference/simplified-document-normalizer-settings.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,23 +32,23 @@ class SimplifiedDocumentNormalizerSettings
3232

3333
Specifies how grayscale transformations should be applied, including whether to process inverted grayscale images and the specific transformation mode to use.
3434

35-
It is a list of 8 integers, where each integer represents a mode specified by the [`EnumGrayscaleTransformationMode`]({{ site.dcv_python_api }}core/enum-grayscale-transformation-mode.html?lang=python) enumeration.
35+
It is a list of 8 integers, where each integer represents a mode specified by the [`EnumGrayscaleTransformationMode`]({{ site.dcv_python_api }}core/enum-grayscale-transformation-mode.html) enumeration.
3636

3737
View the parameter reference page of <a href="{{ site.dcv_parameters_reference }}image-parameter/grayscale-transformation-modes.html?product=ddn&repoType=core" target="_blank">`GrayscaleTransformationModes`</a> for more detail about grayscale transformation modes.
3838

3939
### grayscale_enhancement_modes
4040

4141
Specifies how to enhance the quality of the grayscale image.
4242

43-
It is a list of 8 integers, where each integer represents a mode specified by the [`EnumGrayscaleEnhancementMode`]({{ site.dcv_python_api }}core/enum-grayscale-enhancement-mode.html?lang=python) enumeration.
43+
It is a list of 8 integers, where each integer represents a mode specified by the [`EnumGrayscaleEnhancementMode`]({{ site.dcv_python_api }}core/enum-grayscale-enhancement-mode.html) enumeration.
4444

4545
View the parameter reference page of <a href="{{ site.dcv_parameters_reference }}image-parameter/grayscale-enhancement-modes.html?product=ddn&repoType=core" target="_blank">`GrayscaleEnhancementModes`</a> for more detail about grayscale enhancement modes.
4646

4747
### colour_mode
4848

4949
Specifies the colour mode of the output image.
5050

51-
It is a value of the [`EnumImageColourMode`]({{ site.ddn_python_api }}enum-image-colour-mode.html?lang=python) enumeration.
51+
It is a value of the [`EnumImageColourMode`]({{ site.ddn_python_api }}enum-image-colour-mode.html) enumeration.
5252

5353
View the parameter reference page of <a href="{{ site.dcv_parameters_reference }}document-normalizer-task-settings/colour-mode.html?product=ddn&repoType=core" target="_blank">`ColourMode`</a> for more detail about colour mode.
5454

0 commit comments

Comments
 (0)