Skip to content

Commit 7e2038a

Browse files
update to internal commit 1da5a55f
1 parent 5e0c9d1 commit 7e2038a

File tree

19 files changed

+171
-70
lines changed

19 files changed

+171
-70
lines changed

_includes/release-notes/python-highlight-10.4.2000.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
`DynamsoftBarcodeReader` SDK has been revamped to integrate with `DynamsoftCaptureVision (DCV)` architecture, which is newly established to aggregate the features of functional products powered by Dynamsoft. The features are designed to be pluggable, customizable and interactable. In addition, the functional products share the computation so that their processing speed is much higher than working individually. To reflect these improvements, the package has been renamed to `dynamsoft_barcode_reader_bundle`.
2+
`DynamsoftBarcodeReader` SDK has been revamped to integrate with `DynamsoftCaptureVision (DCV)` architecture, which is newly established to aggregate the features of functional products powered by Dynamsoft. The features are designed to be pluggable, customizable and interactable. In addition, the functional products share the computation so that their processing speed is much higher than working individually. To reflect these improvements, the package has been renamed to `dynamsoft-barcode-reader-bundle`.
33

44
* `DynamsoftCaptureVision` architecture consists of:
55
* `ImageSourceAdapter(ISA)`, the standard input interface for you to convert image data from different sources into the standard input image data. In addition, `ISA` incorporates an image buffer management system that allows instant access to the buffered image data.

_includes/sidelist-programming/sidelist-parameters-organization.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<li lang="{{include.lang}}"><a href="{{ site.dbr_parameters }}structure-and-interfaces-of-parameters.html" class="otherLinkColour">Parameter Organization</a>
1+
<li lang="{{include.lang}}"><a href="{{ site.dbr_parameters }}structure-and-interfaces-of-parameters.html" class="otherLinkColour">Parameters</a>
22
<ul>
33
<li><a href="{{ site.dcvb_parameters }}file/capture-vision-template.html" class="otherLinkColour">CaptureVisionTemplate Object</a>
44
<ul>
@@ -261,6 +261,8 @@
261261
<li><a href="{{ site.dcvb_parameters_reference }}barcode-format-specification/enable-qr-code-model-1.html" class="otherLinkColour">EnableQRCodeModel1</a></li>
262262
<li><a href="{{ site.dcvb_parameters_reference }}barcode-format-specification/find-uneven-module-barcode.html" class="otherLinkColour">FindUnevenModuleBarcode</a></li>
263263
<li><a href="{{ site.dcvb_parameters_reference }}barcode-format-specification/head-module-ratio.html" class="otherLinkColour">HeadModuleRatio</a></li>
264+
<li><a href="{{ site.dcvb_parameters_reference }}barcode-format-specification/include-implied-ai01.html" class="otherLinkColour">IncludeImpliedAI01</a></li>
265+
<li><a href="{{ site.dcvb_parameters_reference }}barcode-format-specification/include-trailing-check-digit.html" class="otherLinkColour">IncludeTrailingCheckDigit</a></li>
264266
<li><a href="{{ site.dcvb_parameters_reference }}barcode-format-specification/min-quiet-zone-width.html" class="otherLinkColour">MinQuietZoneWidth</a></li>
265267
<li><a href="{{ site.dcvb_parameters_reference }}barcode-format-specification/min-ratio-of-barcode-zone-width-to-height.html" class="otherLinkColour">MinRatioOfBarcodeZoneWidthToHeight</a></li>
266268
<li><a href="{{ site.dcvb_parameters_reference }}barcode-format-specification/min-result-confidence.html" class="otherLinkColour">MinResultConfidence</a></li>

assets/js/dbrServerVersionSearch.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
11
[
2+
{
3+
"version": "11.0.4000",
4+
"matchVersion": {
5+
"cpp": "3.0.4000",
6+
"dotnet": "3.0.4000",
7+
"python": "3.0.4000"
8+
}
9+
},
210
{
311
"version": "11.0.3000",
412
"matchVersion": {

programming/cplusplus/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ needAutoGenerateSidebar: false
99

1010
Dynamsoft Barcode Reader (DBR) SDK C++ Edition is a barcode reading tool designed specifically for C++ developers.
1111

12-
Leveraging the efficiency and flexibility of the C++ language, DBR C++ Edition provides rich APIs for developers to easily integrate barcode reading functionality into your c++ applications. Please take a look at [API Reference]({{site.dbr_cpp_api}}index.html) to see details.
12+
Leveraging the efficiency and flexibility of the C++ language, DBR C++ Edition provides rich APIs for developers to easily integrate barcode reading functionality into your c++ applications. Please take a look at [API Reference]({{ site.dbr_cpp_api }}index.html) to see details.
1313

1414
In addition, DBR C++ Edition provides cross-platform support, running on multiple operating systems such as Windows, Linux, and Mac, to meet the needs of different development environments
1515

16-
As one of the functional products of the Dynamsoft Capture Vision (DCV) framework, DBR is also designed to seamlessly integrate with other DCV components and provide developers with a comprehensive set of image processing tools, which cover image capturing, content understanding, result parsing, and interactive workflow. If you are building such a capturing and processing solution, take a look at [Introduction to Dynamsoft Capture Vision]({{site.dcvb_architecture}}).
16+
As one of the functional products of the Dynamsoft Capture Vision (DCV) framework, DBR is also designed to seamlessly integrate with other DCV components and provide developers with a comprehensive set of image processing tools, which cover image capturing, content understanding, result parsing, and interactive workflow. If you are building such a capturing and processing solution, take a look at [Introduction to Dynamsoft Capture Vision]({{ site.dcvb_architecture }}).
1717

18-
Furthermore, DBR provides a powerful parameter system in order to cope with various scenarios. Read <a href="{{site.dbr_parameters_reference}}index.html">Parameter Reference</a> for details.
18+
Furthermore, DBR provides a powerful parameter system in order to cope with various scenarios. Read [Parameters]({{ site.dbr_parameters }}structure-and-interfaces-of-parameters.html) for details.
1919

2020
## Getting Started with DBR C++ Edition
2121

programming/cplusplus/release-notes/cpp-11.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,26 @@ needGenerateH3Content: false
88

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

11+
## 11.0.4000 (07/15/2025)
12+
13+
### New
14+
15+
- **Tile-Based TIFF Image Support**: Added support for TIFF images with tile-based storage format.
16+
17+
- **Base64 String Conversion**: Enabled bidirectional conversion between `ImageData` and Base64 strings.
18+
19+
- **Template Version Validation**: Introduced version checking for templates to prevent compatibility issues and mismatches.
20+
21+
### Changed
22+
23+
- **License Validation Behavior**: Instead of stopping execution immediately on an invalid license module, the library now continues processing and returns results from modules with valid licenses. An error is still reported to indicate the license issue.
24+
25+
- **PDFR License Control Removal**: Removed the license check for the PDFR module.
26+
27+
### Fixed
28+
29+
- Fixed various minor bugs and improved overall stability.
30+
1131
## 11.0.3000 (05/13/2025)
1232

1333
### New

programming/cplusplus/release-notes/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ needAutoGenerateSidebar: false
88

99
# Release Notes - C++ Edition
1010

11+
- [11.0.4000 (07/15/2025)]({{ site.dbr_cpp_release_notes }}cpp-11.html#1104000-07152025)
1112
- [11.0.3000 (05/13/2025)]({{ site.dbr_cpp_release_notes }}cpp-11.html#1103000-05132025)
1213
- [11.0.1000 (03/04/2025)]({{ site.dbr_cpp_release_notes }}cpp-11.html#1101000-03042025)
1314
- [10.4.2000 (10/10/2024)]({{ site.dbr_cpp_release_notes }}cpp-10.html#1042000-10102024)

programming/cplusplus/samples/index.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,11 @@ permalink: /programming/cplusplus/samples/index.html
1919
| <a href="https://github.com/Dynamsoft/barcode-reader-c-cpp-samples/tree/main/Samples/HelloWorld/ReadMultipleImages" target="_blank">ReadMultipleImages</a> | This sample demonstrates the simplest way to read barcodes from directory with image files and output barcode format and text. |
2020
| <a href="https://github.com/Dynamsoft/barcode-reader-c-cpp-samples/tree/main/Samples/MultiThreadDecoding" target="_blank">MultiThreadDecoding</a> | This sample demonstrates how to read barcodes and get barcode results in self-managed thread. |
2121
| <a href="https://github.com/Dynamsoft/barcode-reader-c-cpp-samples/tree/main/Samples/VideoDecoding" target="_blank">VideoDecoding</a> | This sample demonstrates how to read barcodes from video frames. |
22+
| <a href="https://github.com/Dynamsoft/barcode-reader-c-cpp-samples/tree/main/Samples/BarcodePerformanceEvaluator" target="_blank">BarcodePerformanceEvaluator</a> | This sample demonstrates how to read barcodes from files in the specified directory and return results plus performance metrics. |
23+
| <a href="https://github.com/Dynamsoft/barcode-reader-c-cpp-samples/tree/main/Samples/GeneralSettings" target="_blank">GeneralSettings</a> | This sample demonstrates how to configure general used settings and read barcodes from an image file. |
24+
| <a href="https://github.com/Dynamsoft/barcode-reader-c-cpp-samples/tree/main/Samples/ReadDPMBarcode" target="_blank">ReadDPMBarcode</a> | This sample demonstrates how to read DPM (Direct Part Marking) barcodes and get barcode results. |
25+
| <a href="https://github.com/Dynamsoft/barcode-reader-c-cpp-samples/tree/main/Samples/ParameterTuner" target="_blank">ParameterTuner</a> | This sample demonstrates how to adjust and test different parameter settings to optimize barcode recognition performance. |
26+
| <a href="https://github.com/Dynamsoft/barcode-reader-c-cpp-samples/tree/main/Samples/ShowLocalizedVSDecodedBarcodes" target="_blank">ShowLocalizedVSDecodedBarcodes</a> | This sample demonstrates how to highlight successfully decoded and only-localized barcodes with different styles of rectangles. |
2227

2328
### Additional Samples using Capture Vision SDK
2429

@@ -29,8 +34,9 @@ In addition to the classic barcode decoding samples listed above, the following
2934
3035
| Sample Name | Description |
3136
| --- | --- |
32-
| <a href="https://github.com/Dynamsoft/capture-vision-cpp-samples/blob/main/Samples/DriverLicenseScanner" target="_blank">DriverLicenseScanner</a> | Shows how to capture and extract user's information from driver license/ID. |
33-
| <a href="https://github.com/Dynamsoft/capture-vision-cpp-samples/blob/main/Samples/VINScanner" target="_blank">VINScanner</a> | Shows how to capture and extract vehicle's information from Vehicle Identification Number (VIN). |
37+
| <a href="https://github.com/Dynamsoft/capture-vision-cpp-samples/tree/main/Samples/DriverLicenseScanner" target="_blank">DriverLicenseScanner</a> | Shows how to capture and extract user's information from driver license/ID. |
38+
| <a href="https://github.com/Dynamsoft/capture-vision-cpp-samples/tree/main/Samples/VINScanner" target="_blank">VINScanner</a> | Shows how to capture and extract vehicle's information from Vehicle Identification Number (VIN). |
39+
| <a href="https://github.com/Dynamsoft/capture-vision-cpp-samples/tree/main/Samples/GS1AIScanner" target="_blank">GS1AIScanner</a> | Shows how to extract and interpret GS1 Application Identifiers (AIs) from GS1 barcodes. |
3440

3541
## Official Online Demo
3642
This <a href="https://demo.dynamsoft.com/barcode-reader/" target="_blank">Online Demo</a> is an online barcode scanner for all barcode types. All supported parameters are opened for customization to see how Dynamsoft Barcode Reader works in different usage scenarios.

0 commit comments

Comments
 (0)