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
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
11 changes: 4 additions & 7 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,7 @@ dbr_cpp_api: /barcode-reader/docs/server/programming/cplusplus/api-reference/
dlr_cpp_api: /label-recognition/docs/server/programming/cplusplus/api-reference/
ddn_cpp_api: /document-normalizer/docs/server/programming/cplusplus/api-reference/
dcp_cpp_api: /code-parser/docs/server/programming/cplusplus/api-reference/
dcvb_cpp_release_notes_v2: /capture-vision/docs/v2/server/programming/cplusplus/release-notes/
dcvb_cpp_release_notes_v3: /capture-vision/docs/server/programming/cplusplus/release-notes/
dcvb_cpp_release_notes: /capture-vision/docs/server/programming/cplusplus/release-notes/

dcvb_dotnet: /capture-vision/docs/server/programming/dotnet/
dbr_dotnet: /barcode-reader/docs/server/programming/dotnet/
Expand All @@ -45,8 +44,7 @@ dbr_dotnet_api: /barcode-reader/docs/server/programming/dotnet/api-reference/
dlr_dotnet_api: /label-recognition/docs/server/programming/dotnet/api-reference/
ddn_dotnet_api: /document-normalizer/docs/server/programming/dotnet/api-reference/
dcp_dotnet_api: /code-parser/docs/server/programming/dotnet/api-reference/
dcvb_dotnet_release_notes_v2: /capture-vision/docs/v2/server/programming/dotnet/release-notes/
dcvb_dotnet_release_notes_v3: /capture-vision/docs/server/programming/dotnet/release-notes/
dcvb_dotnet_release_notes: /capture-vision/docs/server/programming/dotnet/release-notes/

dcvb_java: /capture-vision/docs/server/programming/java/
dcvb_java_api: /capture-vision/docs/server/programming/java/api-reference/
Expand All @@ -58,7 +56,7 @@ dbr_java_api: /barcode-reader/docs/server/programming/java/api-reference/
dlr_java_api: /label-recognition/docs/server/programming/java/api-reference/
ddn_java_api: /document-normalizer/docs/server/programming/java/api-reference/
dcp_java_api: /code-parser/docs/server/programming/java/api-reference/
dcvb_java_release_notes_v3: /capture-vision/docs/server/programming/java/release-notes/
dcvb_java_release_notes: /capture-vision/docs/server/programming/java/release-notes/

dcvb_python: /capture-vision/docs/server/programming/python/
dbr_python: /barcode-reader/docs/server/programming/python/
Expand All @@ -70,8 +68,7 @@ dbr_python_api: /barcode-reader/docs/server/programming/python/api-reference/
dlr_python_api: /label-recognition/docs/server/programming/python/api-reference/
ddn_python_api: /document-normalizer/docs/server/programming/python/api-reference/
dcp_python_api: /code-parser/docs/server/programming/python/api-reference/
dcvb_python_release_notes_v2: /capture-vision/docs/v2/server/programming/python/release-notes/
dcvb_python_release_notes_v3: /capture-vision/docs/server/programming/python/release-notes/
dcvb_python_release_notes: /capture-vision/docs/server/programming/python/release-notes/

dcvb_js: /capture-vision/docs/web/programming/javascript/
dcvb_android: /capture-vision/docs/mobile/programming/android/
Expand Down
2 changes: 1 addition & 1 deletion _includes/sidelist-programming/programming-cpp.html
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@
<li lang="cplusplus"><a href="{{ site.dcvb_cpp }}release-notes/index.html" class="otherLinkColour">Release Notes</a>
<ul>
<li><a href="{{ site.dcvb_cpp }}release-notes/cpp-3.html" class="otherLinkColour">Version 3.x</a></li>
<li><a href="{{ site.dcvb_cpp_release_notes_v2 }}cpp-2.html" class="otherLinkColour">Version 2.x</a></li>
<li><a href="{{ site.dcvb_cpp_release_notes }}cpp-2.html" class="otherLinkColour">Version 2.x</a></li>
</ul>
</li>
<li lang="cplusplus"><a href="{{ site.dcvb_license_activation }}index.html" class="otherLinkColour">License Initialization</a></li>
Expand Down
2 changes: 1 addition & 1 deletion _includes/sidelist-programming/programming-dotnet.html
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@
<li lang="dotnet"><a href="{{ site.dcvb_dotnet }}release-notes/index.html" class="otherLinkColour">Release Notes</a>
<ul>
<li><a href="{{ site.dcvb_dotnet }}release-notes/dotnet-3.html" class="otherLinkColour">Version 3.x</a></li>
<li><a href="{{ site.dcvb_dotnet_release_notes_v2 }}dotnet-2.html" class="otherLinkColour">Version 2.x</a></li>
<li><a href="{{ site.dcvb_dotnet_release_notes }}dotnet-2.html" class="otherLinkColour">Version 2.x</a></li>
</ul>
</li>
<li lang="dotnet"><a href="{{ site.dcvb_license_activation }}index.html" class="otherLinkColour">License Initialization</a></li>
Expand Down
2 changes: 1 addition & 1 deletion _includes/sidelist-programming/programming-python.html
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@
<li lang="python"><a href="{{ site.dcvb_python }}release-notes/index.html" class="otherLinkColour">Release Notes</a>
<ul>
<li><a href="{{ site.dcvb_python }}release-notes/python-3.html" class="otherLinkColour">Version 3.x</a></li>
<li><a href="{{ site.dcvb_python_release_notes_v2 }}python-2.html" class="otherLinkColour">Version 2.x</a></li>
<li><a href="{{ site.dcvb_python_release_notes }}python-2.html" class="otherLinkColour">Version 2.x</a></li>
</ul>
</li>
<li lang="python"><a href="{{ site.dcvb_license_activation }}index.html" class="otherLinkColour">License Initialization</a></li>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: default-layout
title: class CBufferedItemsManager - Dynamsoft Capture Vision Router Module C++ Edition API Reference
description: This page shows the C++ edition of the class CBufferedItemsManager in Dynamsoft Capture Vision Router Module.
description: API reference for the CBufferedItemsManager class in Dynamsoft Capture Vision C++ Edition, managing the buffer of recognized character items for cross-frame verification.
keywords: buffered items manager, c++
needAutoGenerateSidebar: true
---
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: default-layout
title: class CCaptureStateListener - Dynamsoft Capture Vision C++ Edition API Reference
description: This page shows the C++ edition of the class CCaptureStateListener in Dynamsoft Capture Vision Router Module.
description: API reference for the CCaptureStateListener class in Dynamsoft Capture Vision C++ Edition, a callback interface notified when the capture state changes.
keywords: capture state listener, 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: class CCaptureVisionRouterModule - Dynamsoft Capture Vision C++ Edition API Reference
description: This page shows the C++ edition of the class CCaptureVisionRouterModule in Dynamsoft Capture Vision Router Module.
description: API reference for the CCaptureVisionRouterModule class in Dynamsoft Capture Vision C++ Edition, providing module-level utilities such as version retrieval.
keywords: capture vision router 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: class CCapturedResultArray - Dynamsoft Capture Vision C++ Edition API Reference
description: This page shows the C++ edition of the class CCapturedResultArray in Dynamsoft Capture Vision Router Module.
description: API reference for the CCapturedResultArray class in Dynamsoft Capture Vision C++ Edition, representing an array of CCapturedResult objects returned from multi-page or batch processing.
keywords: captured result array, c++
needAutoGenerateSidebar: true
---
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: default-layout
title: class CCapturedResultFilter - Dynamsoft Capture Vision C++ Edition API Reference
description: The class CCapturedResultFilter of CaptureVisionRouter Module C++ edition defines how to filter the captured results.
description: API reference for the CCapturedResultFilter class in Dynamsoft Capture Vision C++ Edition, defining rules to filter captured results by confidence, barcode format, and other criteria.
keywords: captured result receiver, 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: class CCapturedResultReceiver - Dynamsoft Capture Vision C++ Edition API Reference
description: The class CCapturedResultReceiver of CaptureVisionRouter module C++ edition is responsible for receiving captured results.
description: API reference for the CCapturedResultReceiver class in Dynamsoft Capture Vision C++ Edition, a callback interface for receiving captured results from the router.
keywords: captured result receiver, 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: class CCapturedResult - Dynamsoft Capture Vision C++ Edition API Reference
description: This page shows the C++ edition of the class CCapturedResult in Dynamsoft Capture Vision Router Module.
description: API reference for the CCapturedResult class in Dynamsoft Capture Vision C++ Edition, representing the collection of all result items from a single image capture.
keywords: captured result, c++
needAutoGenerateSidebar: true
---
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: default-layout
title: class CImageSourceStateListener - Dynamsoft Capture Vision Router Module C++ Edition API Reference
description: This page shows the C++ edition of the class CImageSourceStateListener in Dynamsoft Capture Vision Router Module.
description: API reference for the CImageSourceStateListener class in Dynamsoft Capture Vision C++ Edition, a callback interface notified when the image source state changes.
keywords: image source state listener, 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: class CIntermediateResultManager - Dynamsoft Capture Vision Router C++ Edition API Reference
description: This page shows the C++ edition of the class CIntermediateResultManager in Dynamsoft Capture Vision Router Module.
description: API reference for the CIntermediateResultManager class in Dynamsoft Capture Vision C++ Edition, managing registration and retrieval of intermediate processing results.
keywords: intermediate result manager, c++
needAutoGenerateSidebar: true
---
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: default-layout
title: class CIntermediateResultReceiver - Dynamsoft Core Module C++ Edition API Reference
description: The class CIntermediateResultReceiver of CaptureVisionRouter module C++ edition is responsible for receiving intermediate results.
description: API reference for the CIntermediateResultReceiver class in Dynamsoft Capture Vision C++ Edition, a callback interface for receiving intermediate results during image processing.
keywords: intermediate result receiver, c++
needAutoGenerateSidebar: true
---
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: default-layout
title: class CPresetTemplate - Dynamsoft Capture Vision C++ Edition API Reference
description: This page shows the C++ edition of the class CPresetTemplate in Dynamsoft Capture Vision Router Module.
description: API reference for the CPresetTemplate class in Dynamsoft Capture Vision C++ Edition, providing string constants for built-in preset template names.
keywords: preset template, 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: CaptureVisionRouter Auxiliary Methods - Dynamsoft Capture Vision C++ Edition API
description: This page introduces auxiliary methods of the CCaptureVisionRouter class of the Dynamsoft Capture Vision C++ Edition.
description: API reference for auxiliary methods of CCaptureVisionRouter in Dynamsoft Capture Vision C++ Edition, including utility and supplementary operations.
keywords: capture vision, auxiliary, instance, api reference, C++
needAutoGenerateSidebar: true
needGenerateH3Content: false
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: default-layout
title: CaptureVisionRouter Buffered Items - Dynamsoft Capture Vision C++ Edition API
description: This page introduces the method to return a buffered items manager. An API of the CCaptureVisionRouter class of Dynamsoft Capture Vision C++ Edition.
description: API reference for the buffered items method of CCaptureVisionRouter in Dynamsoft Capture Vision C++ Edition, returning the BufferedItemsManager for managing buffered character items.
keywords: capture vision, buffered items, instance, api reference, C++
needAutoGenerateSidebar: true
needGenerateH3Content: false
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: default-layout
title: Capture Vision Router Class- Dynamsoft Capture Vision C++ Edition API Reference
description: This page is about the Capture Vision Router Class of the C++ edition of the Dynamsoft Capture Vision Router Module.
description: API reference overview for the CCaptureVisionRouter class in Dynamsoft Capture Vision C++ Edition, the central class for managing image capture and recognition workflows.
keywords: capture vision router, router, c++, api reference
needAutoGenerateSidebar: true
needGenerateH3Content: true
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: default-layout
title: CaptureState - Dynamsoft Vision Router Enumerations
description: The enumeration CaptureState of Dynamsoft Vision Router describes the state of data capturing.
title: CaptureState - Dynamsoft Vision Router C++ Enumerations
description: Reference for the CaptureState enumeration in Dynamsoft Capture Vision C++ Edition, describing the possible states of the data capture process (started, stopped).
keywords: Capture state
needGenerateH3Content: true
needAutoGenerateSidebar: true
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: default-layout
title: ImageSourceState - Dynamsoft Core Enumerations
description: The enumeration ImageSourceState of Dynamsoft Core describes the state of ImageSourceAdapter.
title: ImageSourceState - Dynamsoft Core C++ Enumerations
description: Reference for the ImageSourceState enumeration in Dynamsoft Capture Vision C++ Edition, describing the states of the ImageSourceAdapter (exhausted, buffered).
keywords: Image source state
needGenerateH3Content: true
needAutoGenerateSidebar: true
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: default-layout
title: CCaptureVisionRouter Constructor and Destructor - Dynamsoft Capture Vision C++ Edition API
description: This page introduces APIs related to the instantiation of the CCaptureVisionRouter class of Dynamsoft Capture Vision C++ Edition.
description: API reference for the constructor and destructor of the CCaptureVisionRouter class in Dynamsoft Capture Vision C++ Edition.
keywords: capture vision, router, instance, api reference, C++, Constructor, Destructor
needAutoGenerateSidebar: true
needGenerateH3Content: false
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: default-layout
title: CaptureVisionRouter Intermediate Result - Dynamsoft Capture Vision C++ Edition API
description: This page introduces the method to return an Intermediate Result Manager. An API of the CCaptureVisionRouter class of Dynamsoft Capture Vision C++ Edition.
description: API reference for the intermediate result method of CCaptureVisionRouter in Dynamsoft Capture Vision C++ Edition, returning the IntermediateResultManager for accessing processing intermediates.
keywords: capture vision, intermediate result, instance, api reference, C++
needAutoGenerateSidebar: true
needGenerateH3Content: false
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: default-layout
title: CaptureVisionRouter Multiple-File Processing - Dynamsoft Capture Vision Router Module C++ Edition API
description: This page introduces APIs related to Multiple-File Processing by the CCaptureVisionRouter class of the Dynamsoft Capture Vision C++ Edition.
description: API reference for multiple-file processing methods of CCaptureVisionRouter in Dynamsoft Capture Vision C++ Edition, covering start/stop capture and image source management.
keywords: capture vision, multiple-file processing, api reference, C++
needAutoGenerateSidebar: true
needGenerateH3Content: false
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: default-layout
title: CaptureVisionRouter Settings - Dynamsoft Capture Vision C++ Edition API
description: This page introduces APIs related to the Settings of the CCaptureVisionRouter class of the Dynamsoft Capture Vision C++ Edition.
description: API reference for the settings methods of CCaptureVisionRouter in Dynamsoft Capture Vision C++ Edition, covering template loading, output settings, and simplified settings.
keywords: capture vision, router, settings, api reference, c++
needAutoGenerateSidebar: true
needGenerateH3Content: false
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: default-layout
title: CaptureVisionRouter Single-File Processing - Dynamsoft Capture Vision C++ Edition API
description: This page introduces APIs related to Single-File Processing by the CCaptureVisionRouter class of the Dynamsoft Capture Vision C++ Edition.
description: API reference for single-file processing methods of CCaptureVisionRouter in Dynamsoft Capture Vision C++ Edition, including capture and decode operations on individual images or files.
keywords: capture vision, capture, image processing, api reference, C++, single-file
needAutoGenerateSidebar: true
needGenerateH3Content: false
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: default-layout
title: struct SimplifiedCaptureVisionSettings - Dynamsoft Capture Vision C++ Edition API Reference
description: This page shows the SimplifiedCaptureVisionSettings struct of the CCaptureVisionRouter class of the Dynamsoft Capture Vision C++ Edition.
description: API reference for the SimplifiedCaptureVisionSettings struct in Dynamsoft Capture Vision C++ Edition, covering configurable fields such as output settings, ROI, timeout, and task priority.
keywords: struct, c++, SimplifiedCaptureVisionSettings
needAutoGenerateSidebar: true
needGenerateH3Content: true
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: default-layout
title: class CCapturedResultBase - Dynamsoft Core Module C++ Edition API Reference
description: This page shows the C++ edition of the class CCapturedResultBase in Dynamsoft Core Module.
description: API reference for the CCapturedResultBase class in Dynamsoft Core C++ Edition, the abstract base class for all captured result collection classes.
keywords: captured result base, c++
needAutoGenerateSidebar: true
---
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: default-layout
title: class CCapturedResultItem - Dynamsoft Core Module C++ Edition API Reference
description: This page shows the C++ edition of the class CCapturedResultItem in Dynamsoft Core Module.
description: API reference for the CCapturedResultItem class in Dynamsoft Core C++ Edition, the abstract base class for all types of captured result items.
keywords: captured result item, c++
needAutoGenerateSidebar: true
---
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: default-layout
title: class CContour - Dynamsoft Core Module C++ Edition API Reference
description: This page shows the C++ edition of the class CContour in Dynamsoft Core Module.
description: API reference for the CContour class in Dynamsoft Core C++ Edition, representing a contour as a set of points outlining the boundary of a detected region.
keywords: contour, c++
needAutoGenerateSidebar: true
---
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: default-layout
title: class CCoreModule - Dynamsoft Capture Vision C++ Edition API Reference
description: This page shows the C++ edition of the class CCoreModule in Dynamsoft Utility Module.
description: API reference for the CCoreModule class in Dynamsoft Core C++ Edition, providing module-level utilities such as version retrieval.
keywords: core 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: class CCorner - Dynamsoft Core Module C++ Edition API Reference
description: This page shows the C++ edition of the class CCorner in Dynamsoft Core Module.
description: API reference for the CCorner class in Dynamsoft Core C++ Edition, representing a corner point with its type and the two intersecting edges.
keywords: corner, c++
needAutoGenerateSidebar: true
---
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: default-layout
title: class CEdge - Dynamsoft Core Module C++ Edition API Reference
description: This page shows the C++ edition of the class CEdge in Dynamsoft Core Module.
description: API reference for the CEdge class in Dynamsoft Core C++ Edition, representing a line segment edge defined by its start and end points.
keywords: edge, c++
needAutoGenerateSidebar: true
---
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: default-layout
title: class CFileImageTag - Dynamsoft Core Module C++ Edition API Reference
description: This page shows the C++ edition of the class CFileImageTag in Dynamsoft Core Module.
description: API reference for the CFileImageTag class in Dynamsoft Core C++ Edition, tagging an image with its source file path and page number.
keywords: file image tag, c++
needAutoGenerateSidebar: true
---
Expand Down
Loading