Skip to content

Commit 9647b90

Browse files
update to internal commit a90b6fc2
1 parent 998a909 commit 9647b90

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

programming/python/api-reference/raw-text-line.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ Returns the status of the text line. This is one of the values of the `EnumRawTe
159159

160160
**See also**
161161

162-
[EnumRawTextLineStatus]({{ site.dlr_python_api }}enum-raw-text-line-status.html?lang=python)
162+
[EnumRawTextLineStatus]({{ site.dlr_python_api }}enum-raw-text-line-status.html)
163163

164164
### set_text
165165

programming/python/api-reference/recognized-text-lines-result.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ Returns the error code of the recognition result, or 0 if no error occurred.
9898

9999
**See Also**
100100

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

103103
### get_error_string
104104

programming/python/api-reference/simplified-label-recognizer-settings.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,15 +32,15 @@ class SimplifiedLabelRecognizerSettings
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=dlr&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=dlr&repoType=core" target="_blank">`GrayscaleEnhancementModes`</a> for more detail about grayscale enhancement modes.
4646

0 commit comments

Comments
 (0)