Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 0 additions & 26 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion programming/dotnet/api-reference/character-cluster.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion programming/dotnet/api-reference/raw-text-line.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion programming/dotnet/api-reference/raw-text-lines-unit.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -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
---
Expand Down