From c3b22f488c16e59038c5804101dfb3408370e46c Mon Sep 17 00:00:00 2001 From: Mark Date: Wed, 4 Mar 2026 15:27:08 +0800 Subject: [PATCH 1/2] update page description --- programming/cplusplus/api-reference/label-recognizer-module.md | 2 +- .../api-reference/simplified-label-recognizer-settings.md | 2 +- programming/dotnet/api-reference/buffered-character-item-set.md | 2 +- programming/dotnet/api-reference/buffered-character-item.md | 2 +- programming/dotnet/api-reference/character-cluster.md | 2 +- programming/dotnet/api-reference/enum-raw-text-line-status.md | 2 +- programming/dotnet/api-reference/localized-text-line-element.md | 2 +- programming/dotnet/api-reference/localized-text-lines-unit.md | 2 +- programming/dotnet/api-reference/raw-text-line.md | 2 +- programming/dotnet/api-reference/raw-text-lines-unit.md | 2 +- .../dotnet/api-reference/recognized-text-line-element.md | 2 +- programming/dotnet/api-reference/recognized-text-lines-unit.md | 2 +- programming/java/api-reference/enum-raw-text-line-status.md | 2 +- programming/java/api-reference/localized-text-line-element.md | 2 +- programming/java/api-reference/localized-text-lines-unit.md | 2 +- programming/java/api-reference/raw-text-line.md | 2 +- programming/java/api-reference/raw-text-lines-unit.md | 2 +- programming/java/api-reference/recognized-text-line-element.md | 2 +- programming/java/api-reference/recognized-text-lines-unit.md | 2 +- programming/python/api-reference/enum-raw-text-line-status.md | 2 +- programming/python/api-reference/localized-text-line-element.md | 2 +- programming/python/api-reference/localized-text-lines-unit.md | 2 +- programming/python/api-reference/raw-text-line.md | 2 +- programming/python/api-reference/raw-text-lines-unit.md | 2 +- .../python/api-reference/recognized-text-line-element.md | 2 +- programming/python/api-reference/recognized-text-lines-unit.md | 2 +- 26 files changed, 26 insertions(+), 26 deletions(-) diff --git a/programming/cplusplus/api-reference/label-recognizer-module.md b/programming/cplusplus/api-reference/label-recognizer-module.md index 2ee92ae..317449b 100644 --- a/programming/cplusplus/api-reference/label-recognizer-module.md +++ b/programming/cplusplus/api-reference/label-recognizer-module.md @@ -1,7 +1,7 @@ --- layout: default-layout title: class CLabelRecognizerModule - Dynamsoft Label Recognizer Classes -description: This page shows the C++ edition of the class CLabelRecognizerModule in Label Recognizer Module. +description: API reference for the CLabelRecognizerModule class in Dynamsoft Label Recognizer C++ Edition, which provides general functions for the Label Recognizer module. keywords: label recognizer module, c++ needAutoGenerateSidebar: true needGenerateH3Content: true diff --git a/programming/cplusplus/api-reference/simplified-label-recognizer-settings.md b/programming/cplusplus/api-reference/simplified-label-recognizer-settings.md index 7fcc916..79f5240 100644 --- a/programming/cplusplus/api-reference/simplified-label-recognizer-settings.md +++ b/programming/cplusplus/api-reference/simplified-label-recognizer-settings.md @@ -1,7 +1,7 @@ --- layout: default-layout title: struct SimplifiedLabelRecognizerSettings - Dynamsoft Capture Vision C++ Edition API Reference -description: This page shows the SimplifiedLabelRecognizerSettings struct of the CCaptureVisionRouter class of the Dynamsoft Capture Vision C++ Edition. +description: API reference for the SimplifiedLabelRecognizerSettings struct in Dynamsoft Label Recognizer C++ Edition, which contains simplified configuration options for text line recognition tasks. keywords: struct, c++, SimplifiedLabelRecognizerSettings needAutoGenerateSidebar: true needGenerateH3Content: true diff --git a/programming/dotnet/api-reference/buffered-character-item-set.md b/programming/dotnet/api-reference/buffered-character-item-set.md index f92baf9..81f6747 100644 --- a/programming/dotnet/api-reference/buffered-character-item-set.md +++ b/programming/dotnet/api-reference/buffered-character-item-set.md @@ -1,7 +1,7 @@ --- layout: default-layout title: BufferedCharacterItemSet - Dynamsoft Label Recognizer Module .NET Edition API Reference -description: The class BufferedCharacterItemSet represents a collection of buffered character items and associated character clusters for .NET Edition. +description: API reference for the BufferedCharacterItemSet class in Dynamsoft Label Recognizer .NET Edition, which represents a collection of buffered character items and associated character clusters used for recognition accuracy improvement. keywords: Buffered character item set needGenerateH3Content: true needAutoGenerateSidebar: true diff --git a/programming/dotnet/api-reference/buffered-character-item.md b/programming/dotnet/api-reference/buffered-character-item.md index 9dfe48f..1213a4c 100644 --- a/programming/dotnet/api-reference/buffered-character-item.md +++ b/programming/dotnet/api-reference/buffered-character-item.md @@ -1,7 +1,7 @@ --- layout: default-layout title: BufferedCharacterItem - Dynamsoft Label Recognizer Module .NET Edition API Reference -description: The class BufferedCharacterItem represents a buffered character item for .NET Edition. +description: API reference for the BufferedCharacterItem class in Dynamsoft Label Recognizer .NET Edition, which represents a single buffered character item used for recognition accuracy improvement. keywords: buffered character item, .NET needGenerateH3Content: true needAutoGenerateSidebar: true diff --git a/programming/dotnet/api-reference/character-cluster.md b/programming/dotnet/api-reference/character-cluster.md index 45f3cfd..8fd5814 100644 --- a/programming/dotnet/api-reference/character-cluster.md +++ b/programming/dotnet/api-reference/character-cluster.md @@ -1,7 +1,7 @@ --- layout: default-layout title: CharacterCluster - Dynamsoft Label Recognizer Module .NET Edition API Reference -description: The class CharacterCluster represents a character cluster for .NET Edition. +description: API reference for the CharacterCluster class in Dynamsoft Label Recognizer .NET Edition, which represents a cluster of similar characters used in the buffered recognition process. keywords: character cluster needGenerateH3Content: true needAutoGenerateSidebar: true diff --git a/programming/dotnet/api-reference/enum-raw-text-line-status.md b/programming/dotnet/api-reference/enum-raw-text-line-status.md index 9bd3534..7937278 100644 --- a/programming/dotnet/api-reference/enum-raw-text-line-status.md +++ b/programming/dotnet/api-reference/enum-raw-text-line-status.md @@ -1,7 +1,7 @@ --- layout: default-layout title: RawTextLineStatus - Dynamsoft LabelRecognizer .NET Enumerations -description: The enumeration RawTextLineStatus describes the final status of a raw text line for .NET Edition. +description: The enumeration RawTextLineStatus in Dynamsoft Label Recognizer .NET Edition describes the final status of a raw text line, indicating whether it was recognized successfully or failed. keywords: Raw Text Line Status needGenerateH3Content: true needAutoGenerateSidebar: true diff --git a/programming/dotnet/api-reference/localized-text-line-element.md b/programming/dotnet/api-reference/localized-text-line-element.md index 26ea981..ee9c79f 100644 --- a/programming/dotnet/api-reference/localized-text-line-element.md +++ b/programming/dotnet/api-reference/localized-text-line-element.md @@ -1,7 +1,7 @@ --- layout: default-layout title: LocalizedTextLineElement - Dynamsoft Label Recognizer Module .NET Edition API Reference -description: The class LocalizedTextLineElement represents a localized text line element for .NET Edition. +description: API reference for the LocalizedTextLineElement class in Dynamsoft Label Recognizer .NET Edition, which represents a localized text line element detected before recognition. keywords: Localized text line element needGenerateH3Content: true needAutoGenerateSidebar: true diff --git a/programming/dotnet/api-reference/localized-text-lines-unit.md b/programming/dotnet/api-reference/localized-text-lines-unit.md index 54c879f..d8a71db 100644 --- a/programming/dotnet/api-reference/localized-text-lines-unit.md +++ b/programming/dotnet/api-reference/localized-text-lines-unit.md @@ -1,7 +1,7 @@ --- layout: default-layout title: LocalizedTextLinesUnit - Dynamsoft Label Recognizer Module .NET Edition API Reference -description: The class LocalizedTextLinesUnit represents a unit that contains localized text lines for .NET Edition. +description: API reference for the LocalizedTextLinesUnit class in Dynamsoft Label Recognizer .NET Edition, which represents an intermediate result unit containing all localized text lines detected in an image. keywords: Localized text lines unit needGenerateH3Content: true needAutoGenerateSidebar: true diff --git a/programming/dotnet/api-reference/raw-text-line.md b/programming/dotnet/api-reference/raw-text-line.md index f7c5507..45ee4d4 100644 --- a/programming/dotnet/api-reference/raw-text-line.md +++ b/programming/dotnet/api-reference/raw-text-line.md @@ -1,7 +1,7 @@ --- layout: default-layout title: RawTextLine - Dynamsoft Label Recognizer Module .NET Edition API Reference -description: The class RawTextLine represents a recognized raw text line for .NET Edition. +description: API reference for the RawTextLine class in Dynamsoft Label Recognizer .NET Edition, which represents a recognized raw text line with its content and status. keywords: Recognized raw text line needGenerateH3Content: true needAutoGenerateSidebar: true diff --git a/programming/dotnet/api-reference/raw-text-lines-unit.md b/programming/dotnet/api-reference/raw-text-lines-unit.md index 298095c..ee8cc16 100644 --- a/programming/dotnet/api-reference/raw-text-lines-unit.md +++ b/programming/dotnet/api-reference/raw-text-lines-unit.md @@ -1,7 +1,7 @@ --- layout: default-layout title: RawTextLinesUnit - Dynamsoft Label Recognizer Module .NET Edition API Reference -description: The class RawTextLinesUnit represents a unit that contains recognized raw text lines for .NET Edition. +description: API reference for the RawTextLinesUnit class in Dynamsoft Label Recognizer .NET Edition, which represents an intermediate result unit containing all recognized raw text lines in an image. keywords: Recognized raw text lines unit needGenerateH3Content: true needAutoGenerateSidebar: true diff --git a/programming/dotnet/api-reference/recognized-text-line-element.md b/programming/dotnet/api-reference/recognized-text-line-element.md index 2420766..e7c5f66 100644 --- a/programming/dotnet/api-reference/recognized-text-line-element.md +++ b/programming/dotnet/api-reference/recognized-text-line-element.md @@ -1,7 +1,7 @@ --- layout: default-layout title: RecognizedTextLineElement - Dynamsoft Label Recognizer Module .NET Edition API Reference -description: The class RecognizedTextLineElement represents a line of recognized text in an image for .NET Edition. +description: API reference for the RecognizedTextLineElement class in Dynamsoft Label Recognizer .NET Edition, which represents a line of recognized text with its content and confidence score. keywords: Recognized text line element needGenerateH3Content: true needAutoGenerateSidebar: true diff --git a/programming/dotnet/api-reference/recognized-text-lines-unit.md b/programming/dotnet/api-reference/recognized-text-lines-unit.md index 1af5830..f2e61b7 100644 --- a/programming/dotnet/api-reference/recognized-text-lines-unit.md +++ b/programming/dotnet/api-reference/recognized-text-lines-unit.md @@ -1,7 +1,7 @@ --- layout: default-layout title: RecognizedTextLinesUnit - Dynamsoft Label Recognizer Module .NET Edition API Reference -description: The class RecognizedTextLinesUnit represents an intermediate result unit containing recognized text lines for .NET Edition. +description: API reference for the RecognizedTextLinesUnit class in Dynamsoft Label Recognizer .NET Edition, which represents an intermediate result unit containing all recognized text lines in an image. keywords: Recognized text lines unit needGenerateH3Content: true needAutoGenerateSidebar: true diff --git a/programming/java/api-reference/enum-raw-text-line-status.md b/programming/java/api-reference/enum-raw-text-line-status.md index 5a46026..e8dc09e 100644 --- a/programming/java/api-reference/enum-raw-text-line-status.md +++ b/programming/java/api-reference/enum-raw-text-line-status.md @@ -1,7 +1,7 @@ --- layout: default-layout title: RawTextLineStatus - Dynamsoft LabelRecognizer Java Enumerations -description: The enumeration RawTextLineStatus of Dynamsoft LabelRecognizer describes the final status of a raw text line. +description: The enumeration RawTextLineStatus in Dynamsoft Label Recognizer Java Edition describes the final status of a raw text line, indicating whether it was recognized successfully or failed. keywords: Raw Text Line Status codeAutoHeight: true --- diff --git a/programming/java/api-reference/localized-text-line-element.md b/programming/java/api-reference/localized-text-line-element.md index 3e25e2c..2831df5 100644 --- a/programming/java/api-reference/localized-text-line-element.md +++ b/programming/java/api-reference/localized-text-line-element.md @@ -1,7 +1,7 @@ --- layout: default-layout title: LocalizedTextLineElement - Dynamsoft Label Recognizer Classes -description: The class LocalizedTextLineElement of Dynamsoft Label Recognizer represents a localized text line element. +description: API reference for the LocalizedTextLineElement class in Dynamsoft Label Recognizer Java Edition, which represents a localized text line element detected before recognition. keywords: Localized text line element --- diff --git a/programming/java/api-reference/localized-text-lines-unit.md b/programming/java/api-reference/localized-text-lines-unit.md index 4adde78..cc9c97b 100644 --- a/programming/java/api-reference/localized-text-lines-unit.md +++ b/programming/java/api-reference/localized-text-lines-unit.md @@ -1,7 +1,7 @@ --- layout: default-layout title: LocalizedTextLinesUnit - Dynamsoft Label Recognizer Classes -description: The class LocalizedTextLinesUnit of Dynamsoft Label Recognizer represents a unit that contains localized text lines. +description: API reference for the LocalizedTextLinesUnit class in Dynamsoft Label Recognizer Java Edition, which represents an intermediate result unit containing all localized text lines detected in an image. keywords: Localized text lines unit --- diff --git a/programming/java/api-reference/raw-text-line.md b/programming/java/api-reference/raw-text-line.md index ca1d356..b3920c2 100644 --- a/programming/java/api-reference/raw-text-line.md +++ b/programming/java/api-reference/raw-text-line.md @@ -1,7 +1,7 @@ --- layout: default-layout title: RawTextLine - Dynamsoft Label Recognizer Classes -description: The class RawTextLine of Dynamsoft Label Recognizer represents a recognized raw text line. +description: API reference for the RawTextLine class in Dynamsoft Label Recognizer Java Edition, which represents a recognized raw text line with its content and status. keywords: Recognized raw text line --- diff --git a/programming/java/api-reference/raw-text-lines-unit.md b/programming/java/api-reference/raw-text-lines-unit.md index 3b16dc0..c4de3f7 100644 --- a/programming/java/api-reference/raw-text-lines-unit.md +++ b/programming/java/api-reference/raw-text-lines-unit.md @@ -1,7 +1,7 @@ --- layout: default-layout title: RawTextLinesUnit - Dynamsoft Label Recognizer Classes -description: The class RawTextLinesUnit of Dynamsoft Label Recognizer represents a unit that contains recognized raw text lines. +description: API reference for the RawTextLinesUnit class in Dynamsoft Label Recognizer Java Edition, which represents an intermediate result unit containing all recognized raw text lines in an image. keywords: Recognized raw text lines unit --- diff --git a/programming/java/api-reference/recognized-text-line-element.md b/programming/java/api-reference/recognized-text-line-element.md index 184f5c9..0275353 100644 --- a/programming/java/api-reference/recognized-text-line-element.md +++ b/programming/java/api-reference/recognized-text-line-element.md @@ -1,7 +1,7 @@ --- layout: default-layout title: RecognizedTextLineElement - Dynamsoft Label Recognizer Classes -description: The class RecognizedTextLineElement of Dynamsoft Label Recognizer represents a line of recognized text in an image. +description: API reference for the RecognizedTextLineElement class in Dynamsoft Label Recognizer Java Edition, which represents a line of recognized text with its content and confidence score. keywords: Recognized text line element --- diff --git a/programming/java/api-reference/recognized-text-lines-unit.md b/programming/java/api-reference/recognized-text-lines-unit.md index e70f8dd..6b5c3f6 100644 --- a/programming/java/api-reference/recognized-text-lines-unit.md +++ b/programming/java/api-reference/recognized-text-lines-unit.md @@ -1,7 +1,7 @@ --- layout: default-layout title: RecognizedTextLinesUnit - Dynamsoft Label Recognizer Classes -description: The class RecognizedTextLinesUnit of Dynamsoft Label Recognizer represents an intermediate result unit containing recognized text lines. +description: API reference for the RecognizedTextLinesUnit class in Dynamsoft Label Recognizer Java Edition, which represents an intermediate result unit containing all recognized text lines in an image. keywords: Recognized text lines unit --- diff --git a/programming/python/api-reference/enum-raw-text-line-status.md b/programming/python/api-reference/enum-raw-text-line-status.md index a8e9468..a93684e 100644 --- a/programming/python/api-reference/enum-raw-text-line-status.md +++ b/programming/python/api-reference/enum-raw-text-line-status.md @@ -1,7 +1,7 @@ --- layout: default-layout title: RawTextLineStatus - Dynamsoft LabelRecognizer Python Enumerations -description: The enumeration RawTextLineStatus of Dynamsoft LabelRecognizer describes the final status of a raw text line. +description: The enumeration RawTextLineStatus in Dynamsoft Label Recognizer Python Edition describes the final status of a raw text line, indicating whether it was recognized successfully or failed. keywords: Raw Text Line Status codeAutoHeight: true --- diff --git a/programming/python/api-reference/localized-text-line-element.md b/programming/python/api-reference/localized-text-line-element.md index 5fadc35..f3fb3e2 100644 --- a/programming/python/api-reference/localized-text-line-element.md +++ b/programming/python/api-reference/localized-text-line-element.md @@ -1,7 +1,7 @@ --- layout: default-layout title: LocalizedTextLineElement - Dynamsoft Label Recognizer Classes -description: The class LocalizedTextLineElement of Dynamsoft Label Recognizer represents a localized text line element. +description: API reference for the LocalizedTextLineElement class in Dynamsoft Label Recognizer Python Edition, which represents a localized text line element detected before recognition. keywords: Localized text line element --- diff --git a/programming/python/api-reference/localized-text-lines-unit.md b/programming/python/api-reference/localized-text-lines-unit.md index 623d2db..154119a 100644 --- a/programming/python/api-reference/localized-text-lines-unit.md +++ b/programming/python/api-reference/localized-text-lines-unit.md @@ -1,7 +1,7 @@ --- layout: default-layout title: LocalizedTextLinesUnit - Dynamsoft Label Recognizer Classes -description: The class LocalizedTextLinesUnit of Dynamsoft Label Recognizer represents a unit that contains localized text lines. +description: API reference for the LocalizedTextLinesUnit class in Dynamsoft Label Recognizer Python Edition, which represents an intermediate result unit containing all localized text lines detected in an image. keywords: Localized text lines unit --- diff --git a/programming/python/api-reference/raw-text-line.md b/programming/python/api-reference/raw-text-line.md index 9c43da4..69fa73a 100644 --- a/programming/python/api-reference/raw-text-line.md +++ b/programming/python/api-reference/raw-text-line.md @@ -1,7 +1,7 @@ --- layout: default-layout title: RawTextLine - Dynamsoft Label Recognizer Classes -description: The class RawTextLine of Dynamsoft Label Recognizer represents a recognized raw text line. +description: API reference for the RawTextLine class in Dynamsoft Label Recognizer Python Edition, which represents a recognized raw text line with its content and status. keywords: Recognized raw text line --- diff --git a/programming/python/api-reference/raw-text-lines-unit.md b/programming/python/api-reference/raw-text-lines-unit.md index a5399f4..4f250ae 100644 --- a/programming/python/api-reference/raw-text-lines-unit.md +++ b/programming/python/api-reference/raw-text-lines-unit.md @@ -1,7 +1,7 @@ --- layout: default-layout title: RawTextLinesUnit - Dynamsoft Label Recognizer Classes -description: The class RawTextLinesUnit of Dynamsoft Label Recognizer represents a unit that contains recognized raw text lines. +description: API reference for the RawTextLinesUnit class in Dynamsoft Label Recognizer Python Edition, which represents an intermediate result unit containing all recognized raw text lines in an image. keywords: Recognized raw text lines unit --- diff --git a/programming/python/api-reference/recognized-text-line-element.md b/programming/python/api-reference/recognized-text-line-element.md index 57b51c8..83a7bad 100644 --- a/programming/python/api-reference/recognized-text-line-element.md +++ b/programming/python/api-reference/recognized-text-line-element.md @@ -1,7 +1,7 @@ --- layout: default-layout title: RecognizedTextLineElement - Dynamsoft Label Recognizer Classes -description: The class RecognizedTextLineElement of Dynamsoft Label Recognizer represents a line of recognized text in an image. +description: API reference for the RecognizedTextLineElement class in Dynamsoft Label Recognizer Python Edition, which represents a line of recognized text with its content and confidence score. keywords: Recognized text line element --- diff --git a/programming/python/api-reference/recognized-text-lines-unit.md b/programming/python/api-reference/recognized-text-lines-unit.md index 704056a..b3ffa82 100644 --- a/programming/python/api-reference/recognized-text-lines-unit.md +++ b/programming/python/api-reference/recognized-text-lines-unit.md @@ -1,7 +1,7 @@ --- layout: default-layout title: RecognizedTextLinesUnit - Dynamsoft Label Recognizer Classes -description: The class RecognizedTextLinesUnit of Dynamsoft Label Recognizer represents an intermediate result unit containing recognized text lines. +description: API reference for the RecognizedTextLinesUnit class in Dynamsoft Label Recognizer Python Edition, which represents an intermediate result unit containing all recognized text lines in an image. keywords: Recognized text lines unit --- From 97aa4bf8185bc25ccff9c6163ee537994df94977 Mon Sep 17 00:00:00 2001 From: Mark Date: Thu, 10 Sep 2026 16:09:08 +0800 Subject: [PATCH 2/2] Remove unnecessary content --- _config.yml | 26 -------------------------- 1 file changed, 26 deletions(-) diff --git a/_config.yml b/_config.yml index 9e25c17..9c5eb85 100644 --- a/_config.yml +++ b/_config.yml @@ -6,46 +6,20 @@ docHomePage: /label-recognition/docs/core/introduction/ needSearchIndex: true searchNeedFilter: true -dlr_introduction: /label-recognition/docs/core/introduction/ -dlr_enumerations: /label-recognition/docs/core/parameters/enum/ -dlr_parameters_reference: /label-recognition/docs/core/parameters/reference/ -dlr_programming: /label-recognition/docs/server/programming/ -dlr_c_cplusplus_api_reference: /label-recognition/docs/server/programming/c-cplusplus/api-reference/ -dlr_c_functions: /label-recognition/docs/server/programming/c-cplusplus/api-reference/c-functions/ -dlr_cpp_methods: /label-recognition/docs/server/programming/c-cplusplus/api-reference/c-label-recognition-class/ -dlr_c_cplusplus_structs: /label-recognition/docs/server/programming/c-cplusplus/api-reference/structs/ -dlr_c_cplusplus_release_notes: /label-recognition/docs/server/programming/c-cplusplus/release-notes/ - -dlr_cpp: /label-recognition/docs/server/programming/cplusplus/ -dlr_cpp_api: /label-recognition/docs/server/programming/cplusplus/api-reference/ -dlr_cpp_release_notes: /label-recognition/docs/server/programming/cplusplus/release-notes/ - -dlr_c: /label-recognition/docs/server/programming/c/ -dlr_c_api: /label-recognition/docs/server/programming/c/api-reference/ - -dlr_dotnet: /label-recognition/docs/server/programming/dotnet/ dlr_dotnet_api: /label-recognition/docs/server/programming/dotnet/api-reference/ -dlr_dotnet_release_notes: /label-recognition/docs/server/programming/dotnet/release-notes/ -dlr_java: /label-recognition/docs/server/programming/java/ dlr_java_api: /label-recognition/docs/server/programming/java/api-reference/ -dlr_java_release_notes: /label-recognition/docs/server/programming/java/release-notes/ -dlr_python: /label-recognition/docs/server/programming/python/ dlr_python_api: /label-recognition/docs/server/programming/python/api-reference/ -dlr_python_release_notes: /label-recognition/docs/server/programming/python/release-notes/ -dcvb_enumerations: /capture-vision/docs/core/enums/ dcvb_parameters_reference: /capture-vision/docs/core/parameters/reference/ dcvb_cpp_api: /capture-vision/docs/server/programming/cplusplus/api-reference/ dcvb_dotnet_api: /capture-vision/docs/server/programming/dotnet/api-reference/ dcvb_python_api: /capture-vision/docs/server/programming/python/api-reference/ dcvb_java_api: /capture-vision/docs/server/programming/java/api-reference/ -dcvb_arch: /capture-vision/docs/core/architecture/ -dcvb_introduction: /capture-vision/docs/core/introduction/ assets: /label-recognition/docs/server/assets/ edit_icon: /label-recognition/docs/server/assets/img-icon/edit-icon.png