From 3bf5726ebffff3fcf67e0734e76f6e0a37701657 Mon Sep 17 00:00:00 2001 From: Mark Date: Wed, 3 Dec 2025 13:57:06 +0800 Subject: [PATCH 1/4] add BarcodeFormatIds under BarcodeFormatSpecification --- .../sidelist-parameters-organization.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/_includes/sidelist-programming/sidelist-parameters-organization.html b/_includes/sidelist-programming/sidelist-parameters-organization.html index 7855787..11a707a 100644 --- a/_includes/sidelist-programming/sidelist-parameters-organization.html +++ b/_includes/sidelist-programming/sidelist-parameters-organization.html @@ -247,6 +247,7 @@
  • AustralianPostEncodingTable
  • BarcodeAngleRangeArray
  • BarcodeBytesLengthRangeArray
  • +
  • BarcodeFormatIds
  • BarcodeHeightRangeArray
  • BarcodeTextLengthRangeArray
  • BarcodeTextRegExPattern
  • @@ -285,10 +286,11 @@ From 38a87054777ad388d26eb55b08d0b8d5521b30d4 Mon Sep 17 00:00:00 2001 From: Mark Date: Mon, 15 Dec 2025 17:39:26 +0800 Subject: [PATCH 2/4] use dcv parameter index page --- .../sidelist-programming/sidelist-parameters-organization.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_includes/sidelist-programming/sidelist-parameters-organization.html b/_includes/sidelist-programming/sidelist-parameters-organization.html index 11a707a..4b8c348 100644 --- a/_includes/sidelist-programming/sidelist-parameters-organization.html +++ b/_includes/sidelist-programming/sidelist-parameters-organization.html @@ -1,4 +1,4 @@ -
  • Parameters +
  • Parameters
    • CaptureVisionTemplate Object
        From 9cfe7ec49740d088f9e308824d780233bcf770c7 Mon Sep 17 00:00:00 2001 From: Mark Date: Tue, 16 Dec 2025 10:37:34 +0800 Subject: [PATCH 3/4] v11.2.5000 release --- programming/cplusplus/release-notes/cpp-11.md | 14 ++++++++++++++ programming/cplusplus/release-notes/index.md | 1 + programming/dotnet/release-notes/dotnet-11.md | 13 +++++++++++++ programming/dotnet/release-notes/index.md | 1 + programming/java/release-notes/index.md | 1 + programming/java/release-notes/java-11.md | 13 +++++++++++++ programming/python/release-notes/index.md | 1 + programming/python/release-notes/python-11.md | 13 +++++++++++++ 8 files changed, 57 insertions(+) diff --git a/programming/cplusplus/release-notes/cpp-11.md b/programming/cplusplus/release-notes/cpp-11.md index b7cef55..e3a726b 100644 --- a/programming/cplusplus/release-notes/cpp-11.md +++ b/programming/cplusplus/release-notes/cpp-11.md @@ -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 diff --git a/programming/cplusplus/release-notes/index.md b/programming/cplusplus/release-notes/index.md index 1ac2d18..b76cd53 100644 --- a/programming/cplusplus/release-notes/index.md +++ b/programming/cplusplus/release-notes/index.md @@ -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) diff --git a/programming/dotnet/release-notes/dotnet-11.md b/programming/dotnet/release-notes/dotnet-11.md index 1cdc161..d6c90af 100644 --- a/programming/dotnet/release-notes/dotnet-11.md +++ b/programming/dotnet/release-notes/dotnet-11.md @@ -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 diff --git a/programming/dotnet/release-notes/index.md b/programming/dotnet/release-notes/index.md index b984f6b..ac2cf64 100644 --- a/programming/dotnet/release-notes/index.md +++ b/programming/dotnet/release-notes/index.md @@ -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) diff --git a/programming/java/release-notes/index.md b/programming/java/release-notes/index.md index ec7694c..8924d67 100644 --- a/programming/java/release-notes/index.md +++ b/programming/java/release-notes/index.md @@ -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) diff --git a/programming/java/release-notes/java-11.md b/programming/java/release-notes/java-11.md index d349292..c4428dd 100644 --- a/programming/java/release-notes/java-11.md +++ b/programming/java/release-notes/java-11.md @@ -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 diff --git a/programming/python/release-notes/index.md b/programming/python/release-notes/index.md index 23ea097..906ca24 100644 --- a/programming/python/release-notes/index.md +++ b/programming/python/release-notes/index.md @@ -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) diff --git a/programming/python/release-notes/python-11.md b/programming/python/release-notes/python-11.md index 8144a1c..d29e9e3 100644 --- a/programming/python/release-notes/python-11.md +++ b/programming/python/release-notes/python-11.md @@ -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 From b94b65a76cb2b36801dcb812a26234984b57d7d8 Mon Sep 17 00:00:00 2001 From: Mark Date: Tue, 16 Dec 2025 15:33:24 +0800 Subject: [PATCH 4/4] add info for copying model files --- programming/cplusplus/user-guide.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/programming/cplusplus/user-guide.md b/programming/cplusplus/user-guide.md index 83194ab..cb5b014 100644 --- a/programming/cplusplus/user-guide.md +++ b/programming/cplusplus/user-guide.md @@ -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 @@ -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: