From 4a7e0a174ebab034ac837159dee97e79c6faa345 Mon Sep 17 00:00:00 2001 From: Mark Date: Wed, 22 Jul 2026 13:31:11 +0800 Subject: [PATCH 1/4] v11.6.1000 release --- _config.yml | 2 - .../sidelist-programming/programming-cpp.html | 114 ++++++++++-------- .../programming-dotnet.html | 8 ++ .../programming-java.html | 8 ++ .../programming-python.html | 8 ++ .../sidelist-parameters-organization.html | 1 + programming/cplusplus/index.md | 49 +++++--- programming/cplusplus/release-notes/cpp-11.md | 68 +++++++++++ programming/cplusplus/release-notes/index.md | 1 + programming/cplusplus/samples/index.md | 7 +- programming/dotnet/index.md | 28 +++-- programming/dotnet/release-notes/dotnet-11.md | 64 ++++++++++ programming/dotnet/release-notes/index.md | 1 + programming/dotnet/samples/index.md | 6 +- programming/java/index.md | 41 +++++-- programming/java/release-notes/index.md | 1 + programming/java/release-notes/java-11.md | 66 ++++++++++ programming/java/samples/index.md | 5 +- programming/python/index.md | 68 +++++++---- programming/python/release-notes/index.md | 1 + programming/python/release-notes/python-11.md | 66 ++++++++++ programming/python/samples/index.md | 7 +- 22 files changed, 488 insertions(+), 132 deletions(-) diff --git a/_config.yml b/_config.yml index 7551131..9944bac 100644 --- a/_config.yml +++ b/_config.yml @@ -19,8 +19,6 @@ dcvb_architecture: /capture-vision/docs/core/architecture/ dcvb_parameters: /capture-vision/docs/core/parameters/ -dbr_introduction: /barcode-reader/docs/core/introduction/ -dbr_parameters: /barcode-reader/docs/core/parameters/ dbr_performance: /barcode-reader/docs/core/performance/ dbr_cpp: /barcode-reader/docs/server/programming/cplusplus/ diff --git a/_includes/sidelist-programming/programming-cpp.html b/_includes/sidelist-programming/programming-cpp.html index 41c0077..fb75e85 100644 --- a/_includes/sidelist-programming/programming-cpp.html +++ b/_includes/sidelist-programming/programming-cpp.html @@ -5,48 +5,48 @@
  • Check Use Cases
  • @@ -87,8 +87,8 @@
  • Enums
  • @@ -128,11 +128,11 @@
  • Enums
  • @@ -191,25 +191,26 @@
  • Enums
  • @@ -220,17 +221,28 @@ +
  • Structs + +
  • Enums
  • diff --git a/_includes/sidelist-programming/programming-dotnet.html b/_includes/sidelist-programming/programming-dotnet.html index 814bafa..16cdb2b 100644 --- a/_includes/sidelist-programming/programming-dotnet.html +++ b/_includes/sidelist-programming/programming-dotnet.html @@ -200,6 +200,7 @@
  • EnumPDFReadingMode
  • EnumRasterDataSource
  • EnumRegionObjectElementType
  • +
  • MeasureUnit
  • EnumSectionType
  • EnumTransformMatrixType
  • EnumVideoFrameQuality
  • @@ -216,6 +217,11 @@
  • ImageIO
  • ImageProcessor
  • ImageDrawer
  • +
  • LayoutAnalyzer
  • +
  • LayoutAxis
  • +
  • LayoutAnalysisParameter
  • +
  • LayoutElement
  • +
  • LayoutAnalysisResult
  • MultiFrameResultCrossFilter
  • ProactiveImageSourceAdapter
  • UtilityModule
  • @@ -224,6 +230,8 @@
  • Enums
  • diff --git a/_includes/sidelist-programming/programming-java.html b/_includes/sidelist-programming/programming-java.html index d0f6e71..a2842ee 100644 --- a/_includes/sidelist-programming/programming-java.html +++ b/_includes/sidelist-programming/programming-java.html @@ -207,6 +207,7 @@
  • EnumPDFReadingMode
  • EnumRasterDataSource
  • EnumRegionObjectElementType
  • +
  • EnumMeasureUnit
  • EnumSectionType
  • EnumTransformMatrixType
  • EnumVideoFrameQuality
  • @@ -223,6 +224,11 @@
  • ImageIO
  • ImageProcessor
  • ImageDrawer
  • +
  • LayoutAnalyzer
  • +
  • LayoutAxis
  • +
  • LayoutAnalysisParameter
  • +
  • LayoutElement
  • +
  • LayoutAnalysisResult
  • MultiFrameResultCrossFilter
  • ProactiveImageSourceAdapter
  • UtilityException
  • @@ -232,6 +238,8 @@
  • Enums
  • diff --git a/_includes/sidelist-programming/programming-python.html b/_includes/sidelist-programming/programming-python.html index 648d0d3..66a7221 100644 --- a/_includes/sidelist-programming/programming-python.html +++ b/_includes/sidelist-programming/programming-python.html @@ -195,6 +195,7 @@
  • EnumPDFReadingMode
  • EnumRasterDataSource
  • EnumRegionObjectElementType
  • +
  • EnumMeasureUnit
  • EnumSectionType
  • EnumTransformMatrixType
  • EnumVideoFrameQuality
  • @@ -211,6 +212,11 @@
  • ImageIO
  • ImageProcessor
  • ImageDrawer
  • +
  • LayoutAnalyzer
  • +
  • LayoutAxis
  • +
  • LayoutAnalysisParameter
  • +
  • LayoutElement
  • +
  • LayoutAnalysisResult
  • MultiFrameResultCrossFilter
  • ProactiveImageSourceAdapter
  • UtilityModule
  • @@ -219,6 +225,8 @@
  • Enums
  • diff --git a/_includes/sidelist-programming/sidelist-parameters-organization.html b/_includes/sidelist-programming/sidelist-parameters-organization.html index 89e538a..d714fb7 100644 --- a/_includes/sidelist-programming/sidelist-parameters-organization.html +++ b/_includes/sidelist-programming/sidelist-parameters-organization.html @@ -245,6 +245,7 @@ diff --git a/programming/dotnet/release-notes/dotnet-11.md b/programming/dotnet/release-notes/dotnet-11.md index 3fdd276..9596c93 100644 --- a/programming/dotnet/release-notes/dotnet-11.md +++ b/programming/dotnet/release-notes/dotnet-11.md @@ -35,6 +35,8 @@ needGenerateH3Content: false ### New +- Added a DLL build targeting .NET 8. + - Added [`PDFRM_MULTIMODAL`]({{ site.dcvb_dotnet_api }}core/enum-pdf-reading-mode.html) value to [`PDFReadingMode`]({{ site.dcvb_dotnet_api }}core/enum-pdf-reading-mode.html) enumeration for multimodal PDF content extraction. - Added [`AutoDetectColorInversion`]({{ site.dcvb_parameters_reference }}barcode-format-specification/auto-detect-color-inversion.html) parameter for `BarcodeFormatSpecification` to support automatic color-inversion detection for DataMatrix barcodes. @@ -61,6 +63,8 @@ needGenerateH3Content: false - [`SetDeviceFriendlyName()`]({{ site.dcvb_dotnet_api }}license/license-manager.html#setdevicefriendlyname) now enforces parameter constraints: maximum 64 characters, allowed characters are letters (a-z, A-Z), digits (0-9), hyphen (-), underscore (_), and period (.), and must start and end with a letter or digit. Returns [`EC_PARAMETER_VALUE_INVALID`]({{ site.dcvb_dotnet_api }}core/enum-error-code.html) if constraints are not met. +- Removed the VC++ Redistributable runtime dependency for the native C DLL on Windows (runtime linkage changed from MD to MT). + ### Fixed - Fixed a crash that could occur in AWS Lambda environments under certain conditions. diff --git a/programming/java/release-notes/java-11.md b/programming/java/release-notes/java-11.md index 5b1dee8..5acba80 100644 --- a/programming/java/release-notes/java-11.md +++ b/programming/java/release-notes/java-11.md @@ -63,6 +63,8 @@ needGenerateH3Content: false - The Linux ARM64 minimum requirement is now glibc 2.27 (Ubuntu 18.04+, Debian 10+, and CentOS/RHEL 8+). +- Removed the VC++ Redistributable runtime dependency for the JNI DLL on Windows (runtime linkage changed from MD to MT). + ### Fixed - Fixed a crash that could occur in AWS Lambda environments under certain conditions.