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
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<li lang="{{include.lang}}"><a href="{{ site.dbr_parameters }}structure-and-interfaces-of-parameters.html" class="otherLinkColour">Parameters</a>
<li lang="{{include.lang}}"><a href="{{ site.dcvb_parameters }}file/index.html" class="otherLinkColour">Parameters</a>
<ul>
<li><a href="{{ site.dcvb_parameters }}file/capture-vision-template.html" class="otherLinkColour">CaptureVisionTemplate Object</a>
<ul>
Expand Down Expand Up @@ -247,6 +247,7 @@
<li><a href="{{ site.dcvb_parameters_reference }}barcode-format-specification/australian-post-encoding-table.html" class="otherLinkColour">AustralianPostEncodingTable</a></li>
<li><a href="{{ site.dcvb_parameters_reference }}barcode-format-specification/barcode-angle-range-array.html" class="otherLinkColour">BarcodeAngleRangeArray</a></li>
<li><a href="{{ site.dcvb_parameters_reference }}barcode-format-specification/barcode-bytes-length-range-array.html" class="otherLinkColour">BarcodeBytesLengthRangeArray</a></li>
<li><a href="{{ site.dcvb_parameters_reference }}barcode-format-specification/barcode-format-ids.html" class="otherLinkColour">BarcodeFormatIds</a></li>
<li><a href="{{ site.dcvb_parameters_reference }}barcode-format-specification/barcode-height-range-array.html" class="otherLinkColour">BarcodeHeightRangeArray</a></li>
<li><a href="{{ site.dcvb_parameters_reference }}barcode-format-specification/barcode-text-length-range-array.html" class="otherLinkColour">BarcodeTextLengthRangeArray</a></li>
<li><a href="{{ site.dcvb_parameters_reference }}barcode-format-specification/barcode-text-regex-pattern.html" class="otherLinkColour">BarcodeTextRegExPattern</a></li>
Expand Down Expand Up @@ -285,10 +286,11 @@
<ul>
<li><a href="{{ site.dcvb_parameters }}file/auxiliary/capture-vision-model.html#directorypath" class="otherLinkColour">DirectoryPath</a></li>
<li><a href="{{ site.dcvb_parameters }}file/auxiliary/capture-vision-model.html#maxmodelinstances" class="otherLinkColour">MaxModelInstances</a></li>
<li><a href="{{ site.dcvb_parameters }}file/auxiliary/capture-vision-model.html#modelargs" class="otherLinkColour">ModelArgs</a></li>
<li><a href="{{ site.dcvb_parameters }}file/auxiliary/capture-vision-model.html#modelargs" class="otherLinkColour">ModelArgs</a>
<ul>
<li><a href="{{ site.dcvb_parameters }}file/auxiliary/char-set.html#" class="otherLinkColour">CharSet Object</a></li>
</ul>
</li>
<li><a href="{{ site.dcvb_parameters }}file/auxiliary/capture-vision-model.html#name" class="otherLinkColour">Name</a></li>
</ul>
</li>
Expand Down
14 changes: 14 additions & 0 deletions programming/cplusplus/release-notes/cpp-11.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,20 @@ needGenerateH3Content: false

# Release Notes for C++ Edition - 11.x

## 11.2.5000 (12/16/2025)

This release includes security maintenance updates to ensure continued protection of the product.

### Security Updates

- Updated third-party libraries to incorporate the latest security fixes.

### Bug Fixes

- Fixed memory leak, crash, and hang issues in various scenarios.
- Improved stability in multi-threading operations.


## 11.2.1000 (10/14/2025)

### 🎉Milestone Release
Expand Down
1 change: 1 addition & 0 deletions programming/cplusplus/release-notes/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ needAutoGenerateSidebar: false

# Release Notes - C++ Edition

- [11.2.5000 (12/16/2025)]({{ site.dbr_cpp_release_notes_v11 }}cpp-11.html#1125000-12162025)
- [11.2.1000 (10/14/2025)]({{ site.dbr_cpp_release_notes_v11 }}cpp-11.html#1121000-10142025)
- [11.0.6000 (08/06/2025)]({{ site.dbr_cpp_release_notes_v11 }}cpp-11.html#1106000-08062025)
- [11.0.4000 (07/15/2025)]({{ site.dbr_cpp_release_notes_v11 }}cpp-11.html#1104000-07152025)
Expand Down
5 changes: 3 additions & 2 deletions programming/cplusplus/user-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ delete cvRouter, cvRouter = NULL;
1. In Visual Studio, set the solution to build as `Release|x64`.
2. Build the project to generate the program `DBRCPPSample.exe`.
3. Copy **ALL** `*.dll` files under `[INSTALLATION FOLDER]/DynamsoftBarcodeReader/Dist/Lib/Windows/x64` to the same folder as the `DBRCPPSample.exe`.
4. Copy the folder `[INSTALLATION FOLDER]/DynamsoftBarcodeReader/Dist/Templates` to the same folder as the `DBRCPPSample.exe`.
4. Copy the folder `Templates` and `Models` under `[INSTALLATION FOLDER]/DynamsoftBarcodeReader/Dist/` to the same folder as the `DBRCPPSample.exe`.
5. Run the program `DBRCPPSample.exe`.

#### For Linux
Expand All @@ -177,10 +177,11 @@ delete cvRouter, cvRouter = NULL;
g++ -o DBRCPPSample DBRCPPSample.cpp -lDynamsoftCaptureVisionRouter -lDynamsoftLicense -lDynamsoftCore -lDynamsoftUtility -L ../Dist/Lib/Linux/x64 -Wl,-rpath=../Dist/Lib/Linux/x64 -std=c++11
```

3. Copy the preset template:
3. Copy the preset template and model files:

```bash
cp -r ../Dist/Templates ../Dist/Lib/Linux/x64/
cp -r ../Dist/Models ../Dist/Lib/Linux/x64/
```

4. Run the program:
Expand Down
13 changes: 13 additions & 0 deletions programming/dotnet/release-notes/dotnet-11.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,19 @@ needGenerateH3Content: false

# Release Notes for .NET Edition - 11.x

## 11.2.5000 (12/16/2025)

This release includes security maintenance updates to ensure continued protection of the product.

### Security Updates

- Updated third-party libraries to incorporate the latest security fixes.

### Bug Fixes

- Fixed memory leak, crash, and hang issues in various scenarios.
- Improved stability in multi-threading operations.

## 11.2.1000 (10/14/2025)

### 🎉Milestone Release
Expand Down
1 change: 1 addition & 0 deletions programming/dotnet/release-notes/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ needAutoGenerateSidebar: false

# Release Notes for .NET Edition

- [11.2.5000 (12/16/2025)]({{ site.dbr_dotnet_release_notes_v11 }}dotnet-11.html#1125000-12162025)
- [11.2.1000 (10/14/2025)]({{ site.dbr_dotnet_release_notes_v11 }}dotnet-11.html#1121000-10142025)
- [11.0.6000 (08/06/2025)]({{ site.dbr_dotnet_release_notes_v11 }}dotnet-11.html#1106000-08062025)
- [11.0.4000 (07/15/2025)]({{ site.dbr_dotnet_release_notes_v11 }}dotnet-11.html#1104000-07152025)
Expand Down
1 change: 1 addition & 0 deletions programming/java/release-notes/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ needAutoGenerateSidebar: false

# Release Notes for Java Edition

- [11.2.5000 (12/16/2025)]({{ site.dbr_java_release_notes_v11 }}java-11.html#1125000-12162025)
- [11.2.1100 (10/28/2025)]({{ site.dbr_java_release_notes_v11 }}java-11.html#1121100-10282025)
- [11.2.1000 (10/14/2025)]({{ site.dbr_java_release_notes_v11 }}java-11.html#1121000-10142025)
- [11.0.6100 (08/19/2025)]({{ site.dbr_java_release_notes_v11 }}java-11.html#1106100-08192025)
Expand Down
13 changes: 13 additions & 0 deletions programming/java/release-notes/java-11.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,19 @@ needGenerateH3Content: false

# Release Notes for Java Edition - 11.x

## 11.2.5000 (12/16/2025)

This release includes security maintenance updates to ensure continued protection of the product.

### Security Updates

- Updated third-party libraries to incorporate the latest security fixes.

### Bug Fixes

- Fixed memory leak, crash, and hang issues in various scenarios.
- Improved stability in multi-threading operations.

## 11.2.1100 (10/28/2025)

### Fixed
Expand Down
1 change: 1 addition & 0 deletions programming/python/release-notes/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ needAutoGenerateSidebar: false

# Release Notes for Python Edition

- [11.2.5000 (12/16/2025)]({{ site.dbr_python_release_notes_v11 }}python-11.html#1125000-12162025)
- [11.2.1000 (10/14/2025)]({{ site.dbr_python_release_notes_v11 }}python-11.html#1121000-10142025)
- [11.0.6000 (08/06/2025)]({{ site.dbr_python_release_notes_v11 }}python-11.html#1106000-08062025)
- [11.0.4000 (07/15/2025)]({{ site.dbr_python_release_notes_v11 }}python-11.html#1104000-07152025)
Expand Down
13 changes: 13 additions & 0 deletions programming/python/release-notes/python-11.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,19 @@ needGenerateH3Content: false

# Release Notes for Python Edition - 11.x

## 11.2.5000 (12/16/2025)

This release includes security maintenance updates to ensure continued protection of the product.

### Security Updates

- Updated third-party libraries to incorporate the latest security fixes.

### Bug Fixes

- Fixed memory leak, crash, and hang issues in various scenarios.
- Improved stability in multi-threading operations.

## 11.2.1000 (10/14/2025)

### 🎉Milestone Release
Expand Down