From a0e29cee2f25d65e8be141117353d6076f6d6aa2 Mon Sep 17 00:00:00 2001 From: Mark Date: Fri, 27 Feb 2026 13:06:18 +0800 Subject: [PATCH 1/2] update supported .NET version --- programming/dotnet/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/programming/dotnet/index.md b/programming/dotnet/index.md index adacfe5..e549929 100644 --- a/programming/dotnet/index.md +++ b/programming/dotnet/index.md @@ -33,7 +33,7 @@ If you are new to Dynamsoft Barcode Reader .NET Edition, follow the [`User Guide - Supported .NET versions - .NET Framework 3.5 and above - - .NET 6, 7, 8 + - .NET 6 and above > [!NOTE] > Other architectures and operating systems, such as ESP32, MIPS, FreeRTOS, and Micrium uC/OS, are not supported. From 2ea408a387b12f761ab72e8543b4dcc2fe501db2 Mon Sep 17 00:00:00 2001 From: Mark Date: Wed, 4 Mar 2026 15:21:32 +0800 Subject: [PATCH 2/2] update page description --- .../cplusplus/api-reference/aztec-details.md | 2 +- .../api-reference/barcode-details.md | 2 +- .../api-reference/barcode-reader-module.md | 2 +- .../api-reference/barcode-result-item.md | 2 +- .../api-reference/candidate-barcode-zone.md | 2 +- .../candidate-barcode-zones-unit.md | 2 +- .../complemented-barcode-image-unit.md | 2 +- .../api-reference/datamatrix-details.md | 2 +- .../api-reference/decoded-barcode-element.md | 2 +- .../api-reference/decoded-barcodes-result.md | 2 +- .../api-reference/decoded-barcodes-unit.md | 2 +- ...deformation-resisted-barcode-image-unit.md | 2 +- .../deformation-resisted-barcode.md | 2 +- .../cplusplus/api-reference/eci-segment.md | 2 +- .../api-reference/enum-barcode-format.md | 4 +- .../api-reference/enum-deblur-mode.md | 4 +- .../enum-extended-barcode-result-type.md | 4 +- .../api-reference/enum-localization-mode.md | 4 +- .../enum-qr-code-error-correction-level.md | 4 +- .../api-reference/extended-barcode-result.md | 2 +- programming/cplusplus/api-reference/index.md | 2 +- .../localized-barcode-element.md | 2 +- .../api-reference/localized-barcodes-unit.md | 2 +- .../api-reference/oned-code-details.md | 2 +- .../cplusplus/api-reference/pdf417-details.md | 2 +- .../api-reference/qr-code-details.md | 2 +- .../scaled-barcode-image-unit.md | 2 +- .../scaled-up-barcode-image-unit.md | 78 ------------------- .../simplified-barcode-reader-settings.md | 2 +- programming/cplusplus/index.md | 2 +- .../cplusplus/migrate-from-v10/index.md | 2 +- .../cplusplus/migrate-from-v9/index.md | 4 +- programming/cplusplus/release-notes/cpp-10.md | 2 +- programming/cplusplus/release-notes/cpp-11.md | 2 +- programming/cplusplus/release-notes/cpp-7.md | 2 +- programming/cplusplus/release-notes/cpp-8.md | 2 +- programming/cplusplus/release-notes/cpp-9.md | 2 +- programming/cplusplus/release-notes/index.md | 2 +- programming/cplusplus/samples/index.md | 2 +- programming/cplusplus/upgrade-instruction.md | 2 +- programming/cplusplus/user-guide.md | 2 +- .../user-guide/explore-features/index.md | 2 +- programming/cplusplus/user-guide/index.md | 2 +- .../cplusplus/user-guide/use-cases/index.md | 2 +- .../dotnet/api-reference/aztec-details.md | 2 +- .../dotnet/api-reference/barcode-details.md | 2 +- .../api-reference/barcode-reader-module.md | 2 +- .../api-reference/barcode-result-item.md | 2 +- .../api-reference/candidate-barcode-zone.md | 2 +- .../candidate-barcode-zones-unit.md | 2 +- .../complemented-barcode-image-unit.md | 2 +- .../api-reference/datamatrix-details.md | 2 +- .../api-reference/decoded-barcode-element.md | 2 +- .../api-reference/decoded-barcodes-result.md | 2 +- .../api-reference/decoded-barcodes-unit.md | 2 +- ...deformation-resisted-barcode-image-unit.md | 2 +- .../deformation-resisted-barcode.md | 2 +- .../dotnet/api-reference/eci-segment.md | 2 +- .../api-reference/enum-barcode-format.md | 2 +- .../dotnet/api-reference/enum-deblur-mode.md | 2 +- .../enum-extended-barcode-result-type.md | 2 +- .../api-reference/enum-localization-mode.md | 2 +- .../enum-qr-code-error-correction-level.md | 2 +- .../api-reference/extended-barcode-result.md | 2 +- programming/dotnet/api-reference/index.md | 2 +- .../localized-barcode-element.md | 2 +- .../api-reference/localized-barcodes-unit.md | 2 +- .../dotnet/api-reference/oned-code-details.md | 2 +- .../dotnet/api-reference/pdf417-details.md | 2 +- .../dotnet/api-reference/qr-code-details.md | 2 +- .../scaled-barcode-image-unit.md | 2 +- .../simplified-barcode-reader-settings.md | 2 +- programming/dotnet/index.md | 2 +- programming/dotnet/migrate-from-v10/index.md | 2 +- programming/dotnet/migrate-from-v9/index.md | 4 +- programming/dotnet/release-notes/dotnet-10.md | 2 +- programming/dotnet/release-notes/dotnet-11.md | 2 +- programming/dotnet/release-notes/dotnet-7.md | 2 +- programming/dotnet/release-notes/dotnet-8.md | 2 +- programming/dotnet/release-notes/dotnet-9.md | 2 +- programming/dotnet/release-notes/index.md | 2 +- programming/dotnet/samples/index.md | 2 +- programming/dotnet/upgrade-instruction.md | 2 +- programming/dotnet/user-guide.md | 2 +- .../user-guide/explore-features/index.md | 2 +- programming/dotnet/user-guide/index.md | 2 +- .../dotnet/user-guide/use-cases/index.md | 2 +- .../java/api-reference/aztec-details.md | 2 +- .../java/api-reference/barcode-details.md | 2 +- .../api-reference/barcode-reader-exception.md | 2 +- .../api-reference/barcode-reader-module.md | 2 +- .../java/api-reference/barcode-result-item.md | 2 +- .../api-reference/candidate-barcode-zone.md | 2 +- .../candidate-barcode-zones-unit.md | 2 +- .../complemented-barcode-image-unit.md | 2 +- .../java/api-reference/datamatrix-details.md | 2 +- .../api-reference/decoded-barcode-element.md | 2 +- .../api-reference/decoded-barcodes-result.md | 2 +- .../api-reference/decoded-barcodes-unit.md | 2 +- ...deformation-resisted-barcode-image-unit.md | 2 +- .../deformation-resisted-barcode.md | 2 +- programming/java/api-reference/eci-segment.md | 2 +- .../java/api-reference/enum-barcode-format.md | 2 +- .../java/api-reference/enum-deblur-mode.md | 2 +- .../enum-extended-barcode-result-type.md | 2 +- .../api-reference/enum-localization-mode.md | 2 +- .../enum-qr-code-error-correction-level.md | 2 +- .../api-reference/extended-barcode-result.md | 2 +- programming/java/api-reference/index.md | 2 +- .../localized-barcode-element.md | 2 +- .../api-reference/localized-barcodes-unit.md | 2 +- .../java/api-reference/oned-code-details.md | 2 +- .../java/api-reference/pdf417-details.md | 2 +- .../java/api-reference/qr-code-details.md | 2 +- .../scaled-barcode-image-unit.md | 2 +- .../simplified-barcode-reader-settings.md | 2 +- programming/java/index.md | 2 +- programming/java/migrate-from-v9/index.md | 4 +- programming/java/release-notes/index.md | 2 +- programming/java/release-notes/java-11.md | 2 +- programming/java/release-notes/java-7.md | 2 +- programming/java/release-notes/java-8.md | 2 +- programming/java/release-notes/java-9.md | 2 +- programming/java/samples/index.md | 2 +- programming/java/upgrade-instruction.md | 2 +- programming/java/user-guide.md | 2 +- .../java/user-guide/explore-features/index.md | 2 +- programming/java/user-guide/index.md | 2 +- .../java/user-guide/use-cases/index.md | 2 +- .../python/api-reference/aztec-details.md | 2 +- .../python/api-reference/barcode-details.md | 2 +- .../api-reference/barcode-reader-module.md | 2 +- .../api-reference/barcode-result-item.md | 2 +- .../api-reference/candidate-barcode-zone.md | 2 +- .../candidate-barcode-zones-unit.md | 2 +- .../complemented-barcode-image-unit.md | 2 +- .../api-reference/datamatrix-details.md | 2 +- .../api-reference/decoded-barcode-element.md | 2 +- .../api-reference/decoded-barcodes-result.md | 2 +- .../api-reference/decoded-barcodes-unit.md | 2 +- ...deformation-resisted-barcode-image-unit.md | 2 +- .../deformation-resisted-barcode.md | 2 +- .../python/api-reference/eci-segment.md | 2 +- .../api-reference/enum-barcode-format.md | 2 +- .../python/api-reference/enum-deblur-mode.md | 2 +- .../enum-extended-barcode-result-type.md | 2 +- .../api-reference/enum-localization-mode.md | 2 +- .../enum-qr-code-error-correction-level.md | 2 +- .../api-reference/extended-barcode-result.md | 2 +- programming/python/api-reference/index.md | 2 +- .../localized-barcode-element.md | 2 +- .../api-reference/localized-barcodes-unit.md | 2 +- .../python/api-reference/oned-code-details.md | 2 +- .../python/api-reference/pdf417-details.md | 2 +- .../python/api-reference/qr-code-details.md | 2 +- .../scaled-barcode-image-unit.md | 2 +- .../scaled-up-barcode-image-unit.md | 62 --------------- .../simplified-barcode-reader-settings.md | 2 +- programming/python/index.md | 2 +- programming/python/migrate-from-v10/index.md | 2 +- programming/python/migrate-from-v9/index.md | 4 +- programming/python/release-notes/index.md | 2 +- programming/python/release-notes/python-10.md | 2 +- programming/python/release-notes/python-11.md | 2 +- programming/python/release-notes/python-7.md | 2 +- programming/python/release-notes/python-8.md | 2 +- programming/python/release-notes/python-9.md | 2 +- programming/python/samples/index.md | 2 +- programming/python/upgrade-instruction.md | 2 +- programming/python/user-guide.md | 2 +- .../user-guide/explore-features/index.md | 2 +- programming/python/user-guide/index.md | 2 +- .../python/user-guide/use-cases/index.md | 2 +- 173 files changed, 180 insertions(+), 320 deletions(-) diff --git a/programming/cplusplus/api-reference/aztec-details.md b/programming/cplusplus/api-reference/aztec-details.md index b356e34..189f5a0 100644 --- a/programming/cplusplus/api-reference/aztec-details.md +++ b/programming/cplusplus/api-reference/aztec-details.md @@ -1,7 +1,7 @@ --- layout: default-layout title: CAztecDetails Class - Dynamsoft Barcode Reader C++ Edition API Reference -description: This page shows CAztecDetails class definition of Dynamsoft Barcode Reader SDK C++ Edition. +description: API reference for the CAztecDetails class in Dynamsoft Barcode Reader C++ Edition, which stores the row count, column count, and layer number of a decoded Aztec barcode. keywords: rows, columns, layerNumber, CAztecDetails, api reference --- # CAztecDetails diff --git a/programming/cplusplus/api-reference/barcode-details.md b/programming/cplusplus/api-reference/barcode-details.md index 002ad4f..21a8272 100644 --- a/programming/cplusplus/api-reference/barcode-details.md +++ b/programming/cplusplus/api-reference/barcode-details.md @@ -1,7 +1,7 @@ --- layout: default-layout title: CBarcodeDetails Class - Dynamsoft Barcode Reader C++ Edition API Reference -description: This page shows CBarcodeDetails class definition of Dynamsoft Barcode Reader SDK C++ Edition. +description: API reference for the CBarcodeDetails abstract base class in Dynamsoft Barcode Reader C++ Edition, which is the parent class for all barcode-format-specific detail classes. keywords: CBarcodeDetails, api reference --- # CBarcodeDetails diff --git a/programming/cplusplus/api-reference/barcode-reader-module.md b/programming/cplusplus/api-reference/barcode-reader-module.md index bc84837..a8f840a 100644 --- a/programming/cplusplus/api-reference/barcode-reader-module.md +++ b/programming/cplusplus/api-reference/barcode-reader-module.md @@ -1,7 +1,7 @@ --- layout: default-layout title: CBarcodeReaderModule Class - Dynamsoft Barcode Reader C++ Edition API Reference -description: This page shows the C++ edition of the class CBarcodeReaderModule in Barcode Reader Module. +description: API reference for the CBarcodeReaderModule class in Dynamsoft Barcode Reader C++ Edition, providing module-level utilities such as version retrieval and factory methods for barcode elements. keywords: barcode reader module, c++ needAutoGenerateSidebar: true needGenerateH3Content: true diff --git a/programming/cplusplus/api-reference/barcode-result-item.md b/programming/cplusplus/api-reference/barcode-result-item.md index 29aeecc..dcc64f9 100644 --- a/programming/cplusplus/api-reference/barcode-result-item.md +++ b/programming/cplusplus/api-reference/barcode-result-item.md @@ -1,7 +1,7 @@ --- layout: default-layout title: CBarcodeResultItem Class - Dynamsoft Barcode Reader C++ Edition API Reference -description: This page shows CBarcodeResultItem class definition of Dynamsoft Barcode Reader SDK C++ Edition. +description: API reference for the CBarcodeResultItem class in Dynamsoft Barcode Reader C++ Edition, representing a single decoded barcode with methods to retrieve format, text, location, confidence, and module size. keywords: GetFormat, GetText, GetLocation, GetConfidence, GetModuleSize, CBarcodeResultItem, api reference --- diff --git a/programming/cplusplus/api-reference/candidate-barcode-zone.md b/programming/cplusplus/api-reference/candidate-barcode-zone.md index c4774a9..124e9d3 100644 --- a/programming/cplusplus/api-reference/candidate-barcode-zone.md +++ b/programming/cplusplus/api-reference/candidate-barcode-zone.md @@ -1,7 +1,7 @@ --- layout: default-layout title: CCandidateBarcodeZone Class - Dynamsoft Barcode Reader C++ Edition API Reference -description: This page shows CCandidateBarcodeZone class definition of Dynamsoft Barcode Reader SDK C++ Edition. +description: API reference for the CCandidateBarcodeZone class in Dynamsoft Barcode Reader C++ Edition, representing a candidate barcode region with location and possible format information. keywords: GetLocation, SetLocation, GetPossibleFormats, SetPossibleFormats, CCandidateBarcodeZone, api reference --- # CCandidateBarcodeZone Class diff --git a/programming/cplusplus/api-reference/candidate-barcode-zones-unit.md b/programming/cplusplus/api-reference/candidate-barcode-zones-unit.md index 998fa83..d5a8c25 100644 --- a/programming/cplusplus/api-reference/candidate-barcode-zones-unit.md +++ b/programming/cplusplus/api-reference/candidate-barcode-zones-unit.md @@ -1,7 +1,7 @@ --- layout: default-layout title: CCandidateBarcodeZonesUnit Class - Dynamsoft Barcode Reader C++ Edition API Reference -description: This page shows CCandidateBarcodeZonesUnit class definition of Dynamsoft Barcode Reader SDK C++ Edition. +description: API reference for the CCandidateBarcodeZonesUnit class in Dynamsoft Barcode Reader C++ Edition, an intermediate result unit that holds a collection of candidate barcode zones detected during processing. keywords: GetCount, GetCandidateBarcodeZone, AddCandidateBarcodeZone, RemoveAllCandidateBarcodeZones, RemoveCandidateBarcodeZone, SetCandidateBarcodeZone, CCandidateBarcodeZonesUnit, api reference --- # CCandidateBarcodeZonesUnit Class diff --git a/programming/cplusplus/api-reference/complemented-barcode-image-unit.md b/programming/cplusplus/api-reference/complemented-barcode-image-unit.md index 777f7cf..17240a1 100644 --- a/programming/cplusplus/api-reference/complemented-barcode-image-unit.md +++ b/programming/cplusplus/api-reference/complemented-barcode-image-unit.md @@ -1,7 +1,7 @@ --- layout: default-layout title: CComplementedBarcodeImageUnit Class - Dynamsoft Barcode Reader C++ Edition API Reference -description: This page shows CComplementedBarcodeImageUnit class definition of Dynamsoft Barcode Reader SDK C++ Edition. +description: API reference for the CComplementedBarcodeImageUnit class in Dynamsoft Barcode Reader C++ Edition, an intermediate result unit containing the complemented image data and location of a barcode. keywords: GetImageData, GetLocation, SetLocation, CComplementedBarcodeImageUnit, api reference --- # CComplementedBarcodeImageUnit Class diff --git a/programming/cplusplus/api-reference/datamatrix-details.md b/programming/cplusplus/api-reference/datamatrix-details.md index 5025473..21bffe8 100644 --- a/programming/cplusplus/api-reference/datamatrix-details.md +++ b/programming/cplusplus/api-reference/datamatrix-details.md @@ -1,7 +1,7 @@ --- layout: default-layout title: CDataMatrixDetails Class - Dynamsoft Barcode Reader C++ Edition API Reference -description: This page shows CDataMatrixDetails class definition of Dynamsoft Barcode Reader SDK C++ Edition. +description: API reference for the CDataMatrixDetails class in Dynamsoft Barcode Reader C++ Edition, storing the row count, column count, data region dimensions, and region number of a decoded DataMatrix barcode. keywords: rows, columns, CDataMatrixDetails, api reference --- # CDataMatrixDetails diff --git a/programming/cplusplus/api-reference/decoded-barcode-element.md b/programming/cplusplus/api-reference/decoded-barcode-element.md index 02304fd..936309c 100644 --- a/programming/cplusplus/api-reference/decoded-barcode-element.md +++ b/programming/cplusplus/api-reference/decoded-barcode-element.md @@ -1,7 +1,7 @@ --- layout: default-layout title: CDecodedBarcodeElement Class - Dynamsoft Barcode Reader C++ Edition API Reference -description: This page shows CDecodedBarcodeElement class definition of Dynamsoft Barcode Reader SDK C++ Edition. +description: API reference for the CDecodedBarcodeElement class in Dynamsoft Barcode Reader C++ Edition, an intermediate result element providing format, text, raw bytes, angle, confidence, DPM flag, and ECI segment data for a decoded barcode. keywords: GetFormat, GetText, GetBytes, GetAngle, GetConfidence, IsDPM, CDecodedBarcodeElement, api reference --- # CDecodedBarcodeElement Class diff --git a/programming/cplusplus/api-reference/decoded-barcodes-result.md b/programming/cplusplus/api-reference/decoded-barcodes-result.md index a1e4d88..b3853a4 100644 --- a/programming/cplusplus/api-reference/decoded-barcodes-result.md +++ b/programming/cplusplus/api-reference/decoded-barcodes-result.md @@ -1,7 +1,7 @@ --- layout: default-layout title: CDecodedBarcodesResult Class - Dynamsoft Barcode Reader C++ Edition API Reference -description: This page shows CDecodedBarcodesResult class definition of Dynamsoft Barcode Reader SDK C++ Edition. +description: API reference for the CDecodedBarcodesResult class in Dynamsoft Barcode Reader C++ Edition, which aggregates all decoded barcode items from a single capture, along with source image hash, error code, and error message. keywords: GetOriginalImageHashId, GetItemsCount, GetErrorCode, CDecodedBarcodesResult, api reference --- # CDecodedBarcodesResult Class diff --git a/programming/cplusplus/api-reference/decoded-barcodes-unit.md b/programming/cplusplus/api-reference/decoded-barcodes-unit.md index 63a8e80..81c9f33 100644 --- a/programming/cplusplus/api-reference/decoded-barcodes-unit.md +++ b/programming/cplusplus/api-reference/decoded-barcodes-unit.md @@ -1,7 +1,7 @@ --- layout: default-layout title: CDecodedBarcodesUnit Class - Dynamsoft Barcode Reader C++ Edition API Reference -description: This page shows CDecodedBarcodesUnit class definition of Dynamsoft Barcode Reader SDK C++ Edition. +description: API reference for the CDecodedBarcodesUnit class in Dynamsoft Barcode Reader C++ Edition, an intermediate result unit that holds the collection of successfully decoded barcode elements. keywords: GetCount, GetDecodedBarcode, RemoveAllDecodedBarcodes, SetDecodedBarcode, CDecodedBarcodesUnit, api reference --- # CDecodedBarcodesUnit Class diff --git a/programming/cplusplus/api-reference/deformation-resisted-barcode-image-unit.md b/programming/cplusplus/api-reference/deformation-resisted-barcode-image-unit.md index 638f6c4..0facc30 100644 --- a/programming/cplusplus/api-reference/deformation-resisted-barcode-image-unit.md +++ b/programming/cplusplus/api-reference/deformation-resisted-barcode-image-unit.md @@ -1,7 +1,7 @@ --- layout: default-layout title: CDeformationResistedBarcodeImageUnit Class - Dynamsoft Barcode Reader C++ Edition API Reference -description: This page shows CDeformationResistedBarcodeImageUnit class definition of Dynamsoft Barcode Reader SDK C++ Edition. +description: API reference for the CDeformationResistedBarcodeImageUnit class in Dynamsoft Barcode Reader C++ Edition, an intermediate result unit containing the deformation-resisted barcode image used during decoding. keywords: GetDeformationResistedBarcode, SetDeformationResistedBarcode, CDeformationResistedBarcodeImageUnit, api reference --- # CDeformationResistedBarcodeImageUnit Class diff --git a/programming/cplusplus/api-reference/deformation-resisted-barcode.md b/programming/cplusplus/api-reference/deformation-resisted-barcode.md index bd75a75..c4f4ffb 100644 --- a/programming/cplusplus/api-reference/deformation-resisted-barcode.md +++ b/programming/cplusplus/api-reference/deformation-resisted-barcode.md @@ -1,7 +1,7 @@ --- layout: default-layout title: CDeformationResistedBarcode Class - Dynamsoft Barcode Reader C++ Edition API Reference -description: This page shows CDeformationResistedBarcode class definition of Dynamsoft Barcode Reader SDK C++ Edition. +description: API reference for the CDeformationResistedBarcode class in Dynamsoft Barcode Reader C++ Edition, storing the location, format, and image data of a barcode after deformation resistance processing. keywords: GetLocation, SetLocation, GetFormat, SetFormat, GetImageData, SetImageData, CDeformationResistedBarcode, api reference --- # CDeformationResistedBarcode Class diff --git a/programming/cplusplus/api-reference/eci-segment.md b/programming/cplusplus/api-reference/eci-segment.md index eae51cb..2d08fd7 100644 --- a/programming/cplusplus/api-reference/eci-segment.md +++ b/programming/cplusplus/api-reference/eci-segment.md @@ -1,7 +1,7 @@ --- layout: default-layout title: CECISegment Class - Dynamsoft Barcode Reader C++ Edition API Reference -description: This page shows CECISegment class definition of Dynamsoft Barcode Reader SDK C++ Edition. +description: API reference for the CECISegment class in Dynamsoft Barcode Reader C++ Edition, representing an Extended Channel Interpretation (ECI) segment that specifies the character encoding for a portion of a decoded barcode's bytes. keywords: CECISegment, ECI, Extended Channel Interpretation, api reference --- diff --git a/programming/cplusplus/api-reference/enum-barcode-format.md b/programming/cplusplus/api-reference/enum-barcode-format.md index 2871078..c9c3ddf 100644 --- a/programming/cplusplus/api-reference/enum-barcode-format.md +++ b/programming/cplusplus/api-reference/enum-barcode-format.md @@ -1,7 +1,7 @@ --- layout: default-layout -title: BarcodeFormat - Dynamsoft Barcode Reader Enumerations -description: The enumeration BarcodeFormat of Dynamsoft Barcode Reader defines the supported barcode formats. +title: BarcodeFormat - Dynamsoft Barcode Reader C++ Enumerations +description: Reference for the BarcodeFormat enumeration in DBR C++ Edition, listing all supported barcode symbologies including 1D, QR Code, DataMatrix, PDF417, Aztec, and many others. keywords: Barcode formats codeAutoHeight: true --- diff --git a/programming/cplusplus/api-reference/enum-deblur-mode.md b/programming/cplusplus/api-reference/enum-deblur-mode.md index 3f2ed63..76e148a 100644 --- a/programming/cplusplus/api-reference/enum-deblur-mode.md +++ b/programming/cplusplus/api-reference/enum-deblur-mode.md @@ -1,7 +1,7 @@ --- layout: default-layout -title: DeblurMode - Dynamsoft Barcode Reader Enumerations -description: The enumeration DeblurMode of Dynamsoft Barcode Reader describes deblur modes that implemented on the localized barcodes. +title: DeblurMode - Dynamsoft Barcode Reader C++ Enumerations +description: Reference for the DeblurMode enumeration in DBR C++ Edition, listing image processing algorithms applied to localized barcode zones to generate a binary image for final barcode decoding. keywords: Deblur mode codeAutoHeight: true --- diff --git a/programming/cplusplus/api-reference/enum-extended-barcode-result-type.md b/programming/cplusplus/api-reference/enum-extended-barcode-result-type.md index 8fa2cbf..3289a83 100644 --- a/programming/cplusplus/api-reference/enum-extended-barcode-result-type.md +++ b/programming/cplusplus/api-reference/enum-extended-barcode-result-type.md @@ -1,7 +1,7 @@ --- layout: default-layout -title: ExtendedBarcodeResultType - Dynamsoft Barcode Reader Enumerations -description: The enumeration ExtendedBarcodeResultType of Dynamsoft Barcode Reader describes the type of the extended barcode result. +title: ExtendedBarcodeResultType - Dynamsoft Barcode Reader C++ Enumerations +description: Reference for the ExtendedBarcodeResultType enumeration in DBR C++ Edition, which classifies the type of text result returned from a barcode scan (e.g., standard, candidate, partial). keywords: Extended barcode result type codeAutoHeight: true --- diff --git a/programming/cplusplus/api-reference/enum-localization-mode.md b/programming/cplusplus/api-reference/enum-localization-mode.md index 6ad218c..7e078e1 100644 --- a/programming/cplusplus/api-reference/enum-localization-mode.md +++ b/programming/cplusplus/api-reference/enum-localization-mode.md @@ -1,7 +1,7 @@ --- layout: default-layout -title: LocalizationMode - Dynamsoft Barcode Reader Enumerations -description: The enumeration LocalizationMode of Dynamsoft Barcode Reader describes the localization modes of the barcodes. +title: LocalizationMode - Dynamsoft Barcode Reader C++ Enumerations +description: Reference for the LocalizationMode enumeration in DBR C++ Edition, listing the strategies used to identify barcode locations within an image, such as connected blocks, statistics, and scan-direct modes. keywords: Localization mode codeAutoHeight: true --- diff --git a/programming/cplusplus/api-reference/enum-qr-code-error-correction-level.md b/programming/cplusplus/api-reference/enum-qr-code-error-correction-level.md index f240711..46713b1 100644 --- a/programming/cplusplus/api-reference/enum-qr-code-error-correction-level.md +++ b/programming/cplusplus/api-reference/enum-qr-code-error-correction-level.md @@ -1,7 +1,7 @@ --- layout: default-layout -title: QRCodeErrorCorrectionLevel - Dynamsoft Barcode Reader Enumerations -description: The enumeration QRCodeErrorCorrectionLevel of Dynamsoft Barcode Reader describes the error correction level when processing the QR code. +title: QRCodeErrorCorrectionLevel - Dynamsoft Barcode Reader C++ Enumerations +description: Reference for the QRCodeErrorCorrectionLevel enumeration in DBR C++ Edition, defining the four error correction levels (L, M, Q, H) used when encoding or decoding QR codes. keywords: QR code error correction level codeAutoHeight: true --- diff --git a/programming/cplusplus/api-reference/extended-barcode-result.md b/programming/cplusplus/api-reference/extended-barcode-result.md index 2b5f5ad..52eba4a 100644 --- a/programming/cplusplus/api-reference/extended-barcode-result.md +++ b/programming/cplusplus/api-reference/extended-barcode-result.md @@ -1,7 +1,7 @@ --- layout: default-layout title: CExtendedBarcodeResult Class - Dynamsoft Barcode Reader C++ Edition API Reference -description: This page shows CExtendedBarcodeResult class definition of Dynamsoft Barcode Reader SDK C++ Edition. +description: API reference for the CExtendedBarcodeResult class in Dynamsoft Barcode Reader C++ Edition, providing additional decode details such as result type, deformation level, clarity score, and a sampling image. keywords: GetDeformation, GetClarity, GetSamplingImage, GetExtendedBarcodeResultType, CExtendedBarcodeResult, api reference --- # CExtendedBarcodeResult Class diff --git a/programming/cplusplus/api-reference/index.md b/programming/cplusplus/api-reference/index.md index fb9fe0d..45eebee 100644 --- a/programming/cplusplus/api-reference/index.md +++ b/programming/cplusplus/api-reference/index.md @@ -1,7 +1,7 @@ --- layout: default-layout title: Dynamsoft Barcode Reader C++ API Reference - Main Page -description: This is the main page of Dynamsoft Barcode Reader SDK API Reference for C++ Language. +description: Full API reference index for Dynamsoft Barcode Reader C++ Edition, listing all classes, structs, and enumerations across the DynamsoftBarcodeReader and DynamsoftCaptureVisionRouter modules. keywords: api reference, C++ needAutoGenerateSidebar: false --- diff --git a/programming/cplusplus/api-reference/localized-barcode-element.md b/programming/cplusplus/api-reference/localized-barcode-element.md index ffe1e83..85e4e08 100644 --- a/programming/cplusplus/api-reference/localized-barcode-element.md +++ b/programming/cplusplus/api-reference/localized-barcode-element.md @@ -1,7 +1,7 @@ --- layout: default-layout title: CLocalizedBarcodeElement Class - Dynamsoft Barcode Reader C++ Edition API Reference -description: This page shows CLocalizedBarcodeElement class definition of Dynamsoft Barcode Reader SDK C++ Edition. +description: API reference for the CLocalizedBarcodeElement class in Dynamsoft Barcode Reader C++ Edition, representing a detected but not yet decoded barcode region with angle, confidence, possible formats, and module size. keywords: GetAngle, GetConfidence, GetPossibleFormats, GetPossibleFormatsString, GetModuleSize, SetPossibleFormats, CLocalizedBarcodeElement, api reference --- # CLocalizedBarcodeElement Class diff --git a/programming/cplusplus/api-reference/localized-barcodes-unit.md b/programming/cplusplus/api-reference/localized-barcodes-unit.md index 85c52d9..ee9f5ec 100644 --- a/programming/cplusplus/api-reference/localized-barcodes-unit.md +++ b/programming/cplusplus/api-reference/localized-barcodes-unit.md @@ -1,7 +1,7 @@ --- layout: default-layout title: CLocalizedBarcodesUnit Class - Dynamsoft Barcode Reader C++ Edition API Reference -description: This page shows CLocalizedBarcodesUnit class definition of Dynamsoft Barcode Reader SDK C++ Edition. +description: API reference for the CLocalizedBarcodesUnit class in Dynamsoft Barcode Reader C++ Edition, an intermediate result unit that holds all localized (but not yet decoded) barcode elements found in an image. keywords: GetCount, GetLocalizedBarcode, AddLocalizedBarcode, RemoveAllLocalizedBarcodes, RemoveLocalizedBarcode, SetLocalizedBarcode, CLocalizedBarcodesUnit, api reference --- # CLocalizedBarcodesUnit Class diff --git a/programming/cplusplus/api-reference/oned-code-details.md b/programming/cplusplus/api-reference/oned-code-details.md index 9f68a37..872c9dd 100644 --- a/programming/cplusplus/api-reference/oned-code-details.md +++ b/programming/cplusplus/api-reference/oned-code-details.md @@ -1,7 +1,7 @@ --- layout: default-layout title: COneDCodeDetails Class - Dynamsoft Barcode Reader C++ Edition API Reference -description: This page shows COneDCodeDetails class definition of Dynamsoft Barcode Reader SDK C++ Edition. +description: API reference for the COneDCodeDetails class in Dynamsoft Barcode Reader C++ Edition, providing start characters, stop characters, and check digit bytes for a decoded 1D barcode. keywords: startchar, stopchars, COneDCodeDetails, api reference --- # COneDCodeDetails diff --git a/programming/cplusplus/api-reference/pdf417-details.md b/programming/cplusplus/api-reference/pdf417-details.md index 67aca54..2ed1e28 100644 --- a/programming/cplusplus/api-reference/pdf417-details.md +++ b/programming/cplusplus/api-reference/pdf417-details.md @@ -1,7 +1,7 @@ --- layout: default-layout title: CPDF417Details Class - Dynamsoft Barcode Reader C++ Edition API Reference -description: This page shows CPDF417Details class definition of Dynamsoft Barcode Reader SDK C++ Edition. +description: API reference for the CPDF417Details class in Dynamsoft Barcode Reader C++ Edition, storing the row count, column count, error correction level, and codeword data of a decoded PDF417 barcode. keywords: rows, columns, errorCorrectionLevel, CPDF417Details, api reference --- # CPDF417Details diff --git a/programming/cplusplus/api-reference/qr-code-details.md b/programming/cplusplus/api-reference/qr-code-details.md index 494a391..04f742d 100644 --- a/programming/cplusplus/api-reference/qr-code-details.md +++ b/programming/cplusplus/api-reference/qr-code-details.md @@ -1,7 +1,7 @@ --- layout: default-layout title: CQRCodeDetails Class - Dynamsoft Barcode Reader C++ Edition API Reference -description: This page shows CQRCodeDetails class definition of Dynamsoft Barcode Reader SDK C++ Edition. +description: API reference for the CQRCodeDetails class in Dynamsoft Barcode Reader C++ Edition, providing rows, columns, error correction level, version, model, and other QR Code structural attributes. keywords: rows, columns, errorCorrectionLevel, version, model, CQRCodeDetails, api reference --- # CQRCodeDetails diff --git a/programming/cplusplus/api-reference/scaled-barcode-image-unit.md b/programming/cplusplus/api-reference/scaled-barcode-image-unit.md index e1f79b4..528d172 100644 --- a/programming/cplusplus/api-reference/scaled-barcode-image-unit.md +++ b/programming/cplusplus/api-reference/scaled-barcode-image-unit.md @@ -1,7 +1,7 @@ --- layout: default-layout title: CScaledBarcodeImageUnit Class - Dynamsoft Barcode Reader C++ Edition API Reference -description: This page shows CScaledBarcodeImageUnit class definition of Dynamsoft Barcode Reader SDK C++ Edition. +description: API reference for the CScaledBarcodeImageUnit class in Dynamsoft Barcode Reader C++ Edition, an intermediate result unit containing a scaled barcode image used to improve decoding of small or low-resolution barcodes. keywords: GetImageData, SetImageData, CScaledBarcodeImageUnit, api reference --- # CScaledBarcodeImageUnit Class diff --git a/programming/cplusplus/api-reference/scaled-up-barcode-image-unit.md b/programming/cplusplus/api-reference/scaled-up-barcode-image-unit.md index 14c39ac..e69de29 100644 --- a/programming/cplusplus/api-reference/scaled-up-barcode-image-unit.md +++ b/programming/cplusplus/api-reference/scaled-up-barcode-image-unit.md @@ -1,78 +0,0 @@ ---- -layout: default-layout -title: CScaledUpBarcodeImageUnit Class - Dynamsoft Barcode Reader C++ Edition API Reference -description: This page shows CScaledUpBarcodeImageUnit class definition of Dynamsoft Barcode Reader SDK C++ Edition. -keywords: GetImageData, SetImageData, CScaledUpBarcodeImageUnit, api reference -ignore: true ---- -# CScaledUpBarcodeImageUnit Class - -The `CScaledUpBarcodeImageUnit` class represents a unit that contains scaled up barcode image. It inherits from the `CIntermediateResultUnit` class. - -## Definition - -*Namespace:* dynamsoft::dbr::intermediate_results - -*Assembly:* DynamsoftBarcodeReader - -*Inheritance:* [CIntermediateResultUnit]({{ site.dcvb_cpp_api }}core/intermediate-results/intermediate-result-unit.html) -> CScaledUpBarcodeImageUnit - -```cpp -class CScaledUpBarcodeImageUnit: public CIntermediateResultUnit -``` - -## Methods - -| Method | Description | -|-----------------------------------|-------------| -| [`GetImageData`](#getimagedata) | Gets the scaled up barcode image data.| -| [`SetImageData`](#setimagedata) | Sets the scaled up image data.| -| **Methods Inherited from [CIntermediateResultUnit]({{ site.dcvb_cpp_api }}core/intermediate-results/intermediate-result-unit.html):** | | -| [`GetHashId`]({{ site.dcvb_cpp_api }}core/intermediate-results/intermediate-result-unit.html#gethashid) | Gets the hash ID of the unit. | -| [`GetOriginalImageHashId`]({{ site.dcvb_cpp_api }}core/intermediate-results/intermediate-result-unit.html#getoriginalimagehashid) | Gets the hash ID of the original image. | -| [`GetOriginalImageTag`]({{ site.dcvb_cpp_api }}core/intermediate-results/intermediate-result-unit.html#getoriginalimagetag) | Gets the tag of the original image. | -| [`GetType`]({{ site.dcvb_cpp_api }}core/intermediate-results/intermediate-result-unit.html#gettype) | Gets the type of the intermediate result unit. | -| [`Clone`]({{ site.dcvb_cpp_api }}core/intermediate-results/intermediate-result-unit.html#clone) | Creates a copy of the intermediate result unit. | -| [`SetHashId`]({{ site.dcvb_cpp_api }}core/intermediate-results/intermediate-result-unit.html#sethashid) | Sets the hash ID of the unit. | -| [`SetOriginalImageHashId`]({{ site.dcvb_cpp_api }}core/intermediate-results/intermediate-result-unit.html#setoriginalimagehashid) | Sets the hash ID of the original image. | -| [`SetOriginalImageTag`]({{ site.dcvb_cpp_api }}core/intermediate-results/intermediate-result-unit.html#setoriginalimagetag) | Sets the tag of the original image. | -| [`Retain`]({{ site.dcvb_cpp_api }}core/intermediate-results/intermediate-result-unit.html#retain) | Increases the reference count of the unit. | -| [`Release`]({{ site.dcvb_cpp_api }}core/intermediate-results/intermediate-result-unit.html#release) | Decreases the reference count of the unit. | -| [`GetTransformMatrix`]({{ site.dcvb_cpp_api }}core/intermediate-results/intermediate-result-unit.html#gettransformmatrix) | Gets the transformation matrix via `CTransformMatrixType`. | -| [`SetTransformMatrix`]({{ site.dcvb_cpp_api }}core/intermediate-results/intermediate-result-unit.html#settransformmatrix) | Sets the transformation matrix via `CTransformMatrixType`. | - -### GetImageData - -Gets the scaled up barcode image data. - -```cpp -virtual const CImageData* GetImageData() const = 0; -``` - -**Return value** - -Returns a pointer to the scaled up image of the barcode. - -**See Also** - -[CImageData]({{ site.dcvb_cpp_api }}core/basic-structures/image-data.html) - -### SetImageData - -Sets the scaled up image data. - -```cpp -virtual int SetImageData(const CImageData* imgData) = 0; -``` - -**Parameters** - -`[in] imgData` The pointer to the scaled up image data. - -**Return value** - -Returns 0 if successful, otherwise returns a negative value. - -**See Also** - -[CImageData]({{ site.dcvb_cpp_api }}core/basic-structures/image-data.html) diff --git a/programming/cplusplus/api-reference/simplified-barcode-reader-settings.md b/programming/cplusplus/api-reference/simplified-barcode-reader-settings.md index 8b2ddb4..8258928 100644 --- a/programming/cplusplus/api-reference/simplified-barcode-reader-settings.md +++ b/programming/cplusplus/api-reference/simplified-barcode-reader-settings.md @@ -1,7 +1,7 @@ --- layout: default-layout title: SimplifiedBarcodeReaderSettings Struct - Dynamsoft Barcode Reader C++ Edition API Reference -description: This page shows the SimplifiedBarcodeReaderSettings struct of the CCaptureVisionRouter class of the Dynamsoft Barcode Reader C++ Edition. +description: API reference for the SimplifiedBarcodeReaderSettings struct in Dynamsoft Barcode Reader C++ Edition, covering configurable properties such as barcode formats, expected count, localization modes, deblur modes, and grayscale processing settings. keywords: struct, c++, SimplifiedBarcodeReaderSettings needAutoGenerateSidebar: true needGenerateH3Content: true diff --git a/programming/cplusplus/index.md b/programming/cplusplus/index.md index 5206416..66b8323 100644 --- a/programming/cplusplus/index.md +++ b/programming/cplusplus/index.md @@ -1,7 +1,7 @@ --- title: Introduction - Dynamsoft Barcode Reader C++ Edition keywords: c++, cplusplus, documentation -description: This page introduces the C++ edition of Dynamsoft Barcode Reader +description: Overview of Dynamsoft Barcode Reader C++ Edition, including feature highlights, system requirements, and links to the user guide, API reference, and migration guides. needAutoGenerateSidebar: false --- diff --git a/programming/cplusplus/migrate-from-v10/index.md b/programming/cplusplus/migrate-from-v10/index.md index 5d667b9..56fb816 100644 --- a/programming/cplusplus/migrate-from-v10/index.md +++ b/programming/cplusplus/migrate-from-v10/index.md @@ -1,7 +1,7 @@ --- title: Migrate from v10.x to v11.x - Dynamsoft Barcode Reader SDK C++ Edition keywords: c++, cplusplus, upgrade, migrate, v10, v11 -description: This page introduces how to migrate Dynamsoft Barcode Reader SDK C++ Edition from version 10.x to 11.x +description: Migration guide from Dynamsoft Barcode Reader C++ Edition v10.x to v11.x. Covers license key update, SDK file changes (directory rename, removed DLL), template upgrade, and project rebuild. needAutoGenerateSidebar: true needGenerateH3Content: true --- diff --git a/programming/cplusplus/migrate-from-v9/index.md b/programming/cplusplus/migrate-from-v9/index.md index 785f8d3..39cef32 100644 --- a/programming/cplusplus/migrate-from-v9/index.md +++ b/programming/cplusplus/migrate-from-v9/index.md @@ -1,7 +1,7 @@ --- title: Migrate from v9.x to v11.x - Dynamsoft Barcode Reader SDK C++ Edition keywords: c++, cplusplus, upgrade, migrate, v9, v11 -description: This page introduces how to migrate Dynamsoft Barcode Reader SDK C++ Edition from version 9.x to 11.x +description: Migration guide from Dynamsoft Barcode Reader C++ Edition v9.x to v11.x. Details API changes for license activation, single-image and video decoding, template handling, runtime settings, and removed properties under the DCV architecture. needAutoGenerateSidebar: true needGenerateH3Content: true --- @@ -10,7 +10,7 @@ needGenerateH3Content: true Dynamsoft Barcode Reader SDK has been refactored to integrate with the [`DynamsoftCaptureVision (DCV)`]({{ site.dcvb_architecture }}) architecture since version 10.0. This guide helps you upgrade from version 9.x by highlighting the key API changes and providing migration paths. -The actual migration effort depends on which APIs you currently use. In many cases, only the interfaces you actively use need to be updated — review the sections below to identify the changes that affect your integration. +The actual migration effort depends on which APIs you currently use. In many cases, only the interfaces you actively use need to be updated - review the sections below to identify the changes that affect your integration. > [!NOTE] > If you are new to the DCV architecture and prefer to start fresh, refer to the [User Guide]({{site.dbr_cpp}}user-guide.html) for a quick-start tutorial. diff --git a/programming/cplusplus/release-notes/cpp-10.md b/programming/cplusplus/release-notes/cpp-10.md index 7c06d1f..dd06a5a 100644 --- a/programming/cplusplus/release-notes/cpp-10.md +++ b/programming/cplusplus/release-notes/cpp-10.md @@ -1,7 +1,7 @@ --- layout: default-layout title: Release Notes v10.x - Dynamsoft Barcode Reader SDK C++ Edition -description: This is the release notes page of Dynamsoft Barcode Reader SDK C++ Edition v10.x. +description: Release notes for Dynamsoft Barcode Reader SDK C++ Edition v10.x, detailing new features, bug fixes, and API changes introduced across the v10 releases under the DCV architecture. keywords: release notes, c++ needGenerateH3Content: false --- diff --git a/programming/cplusplus/release-notes/cpp-11.md b/programming/cplusplus/release-notes/cpp-11.md index 47a8cdc..102f5c9 100644 --- a/programming/cplusplus/release-notes/cpp-11.md +++ b/programming/cplusplus/release-notes/cpp-11.md @@ -1,7 +1,7 @@ --- layout: default-layout title: Release Notes v11.x - Dynamsoft Barcode Reader SDK C++ Edition -description: This is the release notes page of Dynamsoft Barcode Reader SDK C++ Edition v11.x. +description: Release notes for Dynamsoft Barcode Reader SDK C++ Edition v11.x, highlighting AI-powered barcode detection models, ECI support, on-demand model loading, and performance improvements. keywords: release notes, c++ needGenerateH3Content: false --- diff --git a/programming/cplusplus/release-notes/cpp-7.md b/programming/cplusplus/release-notes/cpp-7.md index 68b15f9..43b33d6 100644 --- a/programming/cplusplus/release-notes/cpp-7.md +++ b/programming/cplusplus/release-notes/cpp-7.md @@ -1,7 +1,7 @@ --- layout: default-layout title: Release Notes v7.6.0 and below - Dynamsoft Barcode Reader SDK C++ Edition -description: This is the release notes page of Dynamsoft Barcode Reader SDK C++ Edition v7.6.0 and below. +description: Release notes for Dynamsoft Barcode Reader SDK C++ Edition v7.6.0 and earlier, including SIMD speed improvements, deblurring enhancements, and various bug fixes. keywords: release notes, cpp needAutoGenerateSidebar: true needGenerateH3Content: false diff --git a/programming/cplusplus/release-notes/cpp-8.md b/programming/cplusplus/release-notes/cpp-8.md index 7666c80..1ff3cdc 100644 --- a/programming/cplusplus/release-notes/cpp-8.md +++ b/programming/cplusplus/release-notes/cpp-8.md @@ -1,7 +1,7 @@ --- layout: default-layout title: Release Notes v8.x - Dynamsoft Barcode Reader SDK C++ Edition -description: This is the release notes page of Dynamsoft Barcode Reader SDK C++ Edition v8.x. +description: Release notes for Dynamsoft Barcode Reader SDK C++ Edition v8.x, covering new localization modes, confidence scoring improvements, ARM64 support, and other enhancements. keywords: release notes, cpp needAutoGenerateSidebar: true needGenerateH3Content: false diff --git a/programming/cplusplus/release-notes/cpp-9.md b/programming/cplusplus/release-notes/cpp-9.md index 0fa7f8b..01e30fc 100644 --- a/programming/cplusplus/release-notes/cpp-9.md +++ b/programming/cplusplus/release-notes/cpp-9.md @@ -1,7 +1,7 @@ --- layout: default-layout title: Release Notes v9.x - Dynamsoft Barcode Reader SDK C++ Edition -description: This is the release notes page of Dynamsoft Barcode Reader SDK C++ Edition v9.x. +description: Release notes for Dynamsoft Barcode Reader SDK C++ Edition v9.x, including security updates, decoding accuracy improvements, and bug fixes across the v9 releases. keywords: release notes, c++ needGenerateH3Content: false --- diff --git a/programming/cplusplus/release-notes/index.md b/programming/cplusplus/release-notes/index.md index 97beb5f..c29be47 100644 --- a/programming/cplusplus/release-notes/index.md +++ b/programming/cplusplus/release-notes/index.md @@ -1,7 +1,7 @@ --- layout: default-layout title: Release Notes - Dynamsoft Barcode Reader SDK C++ Edition -description: This is the release notes page of Dynamsoft Barcode Reader SDK C++ Edition. +description: Chronological release notes index for Dynamsoft Barcode Reader SDK C++ Edition, covering all versions from 5.x through 11.x. keywords: release notes, c++ needAutoGenerateSidebar: false --- diff --git a/programming/cplusplus/samples/index.md b/programming/cplusplus/samples/index.md index 3027570..fe0eecb 100644 --- a/programming/cplusplus/samples/index.md +++ b/programming/cplusplus/samples/index.md @@ -1,7 +1,7 @@ --- layout: default-layout title: Samples - Dynamsoft Barcode Reader SDK C++ Edition -description: Sample list page of Dynamsoft Barcode Reader C++ Edition. +description: A list of C++ code samples for Dynamsoft Barcode Reader, including hello-world, multi-thread decoding, video decoding, DPM barcode reading, and parameter tuning demos. keywords: c++ needAutoGenerateSidebar: false --- diff --git a/programming/cplusplus/upgrade-instruction.md b/programming/cplusplus/upgrade-instruction.md index 612ad50..409a921 100644 --- a/programming/cplusplus/upgrade-instruction.md +++ b/programming/cplusplus/upgrade-instruction.md @@ -1,7 +1,7 @@ --- title: Upgrade Instructions - Dynamsoft Barcode Reader SDK C++ Edition keywords: c++, cplusplus, upgrade -description: This page introduces how to upgrade Dynamsoft Barcode Reader SDK C++ Edition +description: Step-by-step instructions for upgrading Dynamsoft Barcode Reader SDK C++ Edition to version 11.x, covering license key update, SDK file replacement, template migration, and project rebuild. needAutoGenerateSidebar: true needGenerateH3Content: true --- diff --git a/programming/cplusplus/user-guide.md b/programming/cplusplus/user-guide.md index cb5b014..a59c7cd 100644 --- a/programming/cplusplus/user-guide.md +++ b/programming/cplusplus/user-guide.md @@ -1,7 +1,7 @@ --- layout: default-layout title: User Guide - Dynamsoft Barcode Reader SDK C++ Edition -description: This is the user guide of Dynamsoft Barcode Reader SDK C++ Edition. +description: A step-by-step guide to building your first barcode reading application with Dynamsoft Barcode Reader SDK C++ Edition, covering installation, single-image decoding, and multi-image processing with code samples. keywords: user guide, c++ needAutoGenerateSidebar: true needGenerateH3Content: true diff --git a/programming/cplusplus/user-guide/explore-features/index.md b/programming/cplusplus/user-guide/explore-features/index.md index 39bf228..16df50b 100644 --- a/programming/cplusplus/user-guide/explore-features/index.md +++ b/programming/cplusplus/user-guide/explore-features/index.md @@ -1,7 +1,7 @@ --- layout: default-layout title: Explore Features - Dynamsoft Barcode Reader SDK C++ Edition User Guide -description: This page lists the topics to explore the features of Dynamsoft Barcode Reader CPP Edition. +description: A curated list of feature topics for Dynamsoft Barcode Reader C++ Edition, covering barcode format control, difficult-scenario handling, result filtering, and advanced template usage. keywords: user guide, explore features, cpp noTitleIndex: false --- diff --git a/programming/cplusplus/user-guide/index.md b/programming/cplusplus/user-guide/index.md index 1098059..26c4a35 100644 --- a/programming/cplusplus/user-guide/index.md +++ b/programming/cplusplus/user-guide/index.md @@ -1,7 +1,7 @@ --- layout: default-layout title: CPP Edition User Guide Index -description: This is the user guide index page of Dynamsoft Barcode Reader CPP Edition. +description: Index page for the Dynamsoft Barcode Reader C++ Edition user guide, linking to Getting Started, Explore Features, and Use Cases articles. keywords: user guide index, CPP --- diff --git a/programming/cplusplus/user-guide/use-cases/index.md b/programming/cplusplus/user-guide/use-cases/index.md index f262d03..2367fd0 100644 --- a/programming/cplusplus/user-guide/use-cases/index.md +++ b/programming/cplusplus/user-guide/use-cases/index.md @@ -1,7 +1,7 @@ --- layout: default-layout title: Use Cases - Dynamsoft Barcode Reader SDK C++ Edition User Guide -description: This page explores the use cases of Dynamsoft Barcode Reader CPP Edition. +description: Use case articles for Dynamsoft Barcode Reader C++ Edition, including how to read DPM codes and postal codes. keywords: user guide, use cases, cpp breadcrumbText: Use Cases --- diff --git a/programming/dotnet/api-reference/aztec-details.md b/programming/dotnet/api-reference/aztec-details.md index 77f3c06..9acd776 100644 --- a/programming/dotnet/api-reference/aztec-details.md +++ b/programming/dotnet/api-reference/aztec-details.md @@ -1,7 +1,7 @@ --- layout: default-layout title: AztecDetails Class - Dynamsoft Barcode Reader Module .NET Edition API Reference -description: Definition of AztecDetails class in Dynamsoft Barcode Reader Module .NET Edition. +description: API reference for the AztecDetails class in Dynamsoft Barcode Reader .NET Edition, which stores the row count, column count, and layer number of a decoded Aztec barcode. keywords: rows, columns, layerNumber, AztecDetails, api reference --- diff --git a/programming/dotnet/api-reference/barcode-details.md b/programming/dotnet/api-reference/barcode-details.md index 4a22364..d31e742 100644 --- a/programming/dotnet/api-reference/barcode-details.md +++ b/programming/dotnet/api-reference/barcode-details.md @@ -1,7 +1,7 @@ --- layout: default-layout title: BarcodeDetails Class - Dynamsoft Barcode Reader Module .NET Edition API Reference -description: Definition of BarcodeDetails class in Dynamsoft Barcode Reader Module .NET Edition. +description: API reference for the BarcodeDetails abstract base class in Dynamsoft Barcode Reader .NET Edition, which is the parent class for all barcode-format-specific detail classes. keywords: BarcodeDetails, api reference --- diff --git a/programming/dotnet/api-reference/barcode-reader-module.md b/programming/dotnet/api-reference/barcode-reader-module.md index cdd3b63..1b04959 100644 --- a/programming/dotnet/api-reference/barcode-reader-module.md +++ b/programming/dotnet/api-reference/barcode-reader-module.md @@ -1,7 +1,7 @@ --- layout: default-layout title: BarcodeReaderModule Class - Dynamsoft Barcode Reader Module .NET Edition API Reference -description: This page shows the .NET Edition of the class BarcodeReaderModule in Barcode Reader Module. +description: API reference for the BarcodeReaderModule class in Dynamsoft Barcode Reader .NET Edition, providing module-level utilities such as version retrieval and factory methods for barcode elements. keywords: barcode reader module, .NET needAutoGenerateSidebar: true needGenerateH3Content: true diff --git a/programming/dotnet/api-reference/barcode-result-item.md b/programming/dotnet/api-reference/barcode-result-item.md index fd7fd83..7dc0507 100644 --- a/programming/dotnet/api-reference/barcode-result-item.md +++ b/programming/dotnet/api-reference/barcode-result-item.md @@ -1,7 +1,7 @@ --- layout: default-layout title: BarcodeResultItem Class - Dynamsoft Barcode Reader Module .NET Edition API Reference -description: Definition of BarcodeResultItem class in Dynamsoft Barcode Reader Module .NET Edition. +description: API reference for the BarcodeResultItem class in Dynamsoft Barcode Reader .NET Edition, representing a single decoded barcode with methods to retrieve format, text, location, confidence, and module size. keywords: GetFormat, GetText, GetLocation, GetConfidence, GetModuleSize, BarcodeResultItem, api reference --- diff --git a/programming/dotnet/api-reference/candidate-barcode-zone.md b/programming/dotnet/api-reference/candidate-barcode-zone.md index 9bfae13..25851c9 100644 --- a/programming/dotnet/api-reference/candidate-barcode-zone.md +++ b/programming/dotnet/api-reference/candidate-barcode-zone.md @@ -1,7 +1,7 @@ --- layout: default-layout title: CandidateBarcodeZone Class - Dynamsoft Barcode Reader .NET Edition API Reference -description: This page shows CandidateBarcodeZone class definition of Dynamsoft Barcode Reader SDK .NET Edition. +description: API reference for the CandidateBarcodeZone class in Dynamsoft Barcode Reader .NET Edition, representing a candidate barcode region with location and possible format information. keywords: GetLocation, SetLocation, GetPossibleFormats, SetPossibleFormats, CandidateBarcodeZone, api reference --- # CandidateBarcodeZone Class diff --git a/programming/dotnet/api-reference/candidate-barcode-zones-unit.md b/programming/dotnet/api-reference/candidate-barcode-zones-unit.md index e5dd776..90c7820 100644 --- a/programming/dotnet/api-reference/candidate-barcode-zones-unit.md +++ b/programming/dotnet/api-reference/candidate-barcode-zones-unit.md @@ -1,7 +1,7 @@ --- layout: default-layout title: CandidateBarcodeZonesUnit Class - Dynamsoft Barcode Reader .NET Edition API Reference -description: This page shows CandidateBarcodeZonesUnit class definition of Dynamsoft Barcode Reader SDK .NET Edition. +description: API reference for the CandidateBarcodeZonesUnit class in Dynamsoft Barcode Reader .NET Edition, an intermediate result unit that holds a collection of candidate barcode zones detected during processing. keywords: GetCount, GetCandidateBarcodeZone, AddCandidateBarcodeZone, RemoveAllCandidateBarcodeZones, RemoveCandidateBarcodeZone, SetCandidateBarcodeZone, CandidateBarcodeZonesUnit, api reference --- # CandidateBarcodeZonesUnit Class diff --git a/programming/dotnet/api-reference/complemented-barcode-image-unit.md b/programming/dotnet/api-reference/complemented-barcode-image-unit.md index a7aa880..4b39f90 100644 --- a/programming/dotnet/api-reference/complemented-barcode-image-unit.md +++ b/programming/dotnet/api-reference/complemented-barcode-image-unit.md @@ -1,7 +1,7 @@ --- layout: default-layout title: ComplementedBarcodeImageUnit Class - Dynamsoft Barcode Reader .NET Edition API Reference -description: This page shows ComplementedBarcodeImageUnit class definition of Dynamsoft Barcode Reader SDK .NET Edition. +description: API reference for the ComplementedBarcodeImageUnit class in Dynamsoft Barcode Reader .NET Edition, an intermediate result unit containing the complemented image data and location of a barcode. keywords: GetImageData, GetLocation, SetLocation, ComplementedBarcodeImageUnit, api reference --- # ComplementedBarcodeImageUnit Class diff --git a/programming/dotnet/api-reference/datamatrix-details.md b/programming/dotnet/api-reference/datamatrix-details.md index cb75683..ecd5032 100644 --- a/programming/dotnet/api-reference/datamatrix-details.md +++ b/programming/dotnet/api-reference/datamatrix-details.md @@ -1,7 +1,7 @@ --- layout: default-layout title: DataMatrixDetails Class - Dynamsoft Barcode Reader Module .NET Edition API Reference -description: Definition of DataMatrixDetails class in Dynamsoft Barcode Reader Module .NET Edition. +description: API reference for the DataMatrixDetails class in Dynamsoft Barcode Reader .NET Edition, storing the row count, column count, data region dimensions, and region number of a decoded DataMatrix barcode. keywords: rows, columns, dataRegionRows, dataRegionColumns, dataRegionNumber, DataMatrixDetails, api reference --- # DataMatrixDetails diff --git a/programming/dotnet/api-reference/decoded-barcode-element.md b/programming/dotnet/api-reference/decoded-barcode-element.md index 6023ca7..fba3af4 100644 --- a/programming/dotnet/api-reference/decoded-barcode-element.md +++ b/programming/dotnet/api-reference/decoded-barcode-element.md @@ -1,7 +1,7 @@ --- layout: default-layout title: DecodedBarcodeElement Class - Dynamsoft Barcode Reader .NET Edition API Reference -description: This page shows DecodedBarcodeElement class definition of Dynamsoft Barcode Reader SDK .NET Edition. +description: API reference for the DecodedBarcodeElement class in Dynamsoft Barcode Reader .NET Edition, providing format, text, raw bytes, angle, confidence, DPM flag, and ECI segment data for a decoded barcode. keywords: GetFormat, GetText, GetBytes, GetAngle, GetConfidence, IsDPM, DecodedBarcodeElement, api reference --- # DecodedBarcodeElement Class diff --git a/programming/dotnet/api-reference/decoded-barcodes-result.md b/programming/dotnet/api-reference/decoded-barcodes-result.md index 7298170..2fec12e 100644 --- a/programming/dotnet/api-reference/decoded-barcodes-result.md +++ b/programming/dotnet/api-reference/decoded-barcodes-result.md @@ -1,7 +1,7 @@ --- layout: default-layout title: DecodedBarcodesResult Class - Dynamsoft Barcode Reader Module .NET Edition API Reference -description: Definition of DecodedBarcodesResult class in Dynamsoft Barcode Reader Module .NET Edition. +description: API reference for the DecodedBarcodesResult class in Dynamsoft Barcode Reader .NET Edition, which aggregates all decoded barcode items from a single capture along with source image hash, error code, and error message. keywords: GetOriginalImageHashId, GetItemsCount, GetErrorCode, DecodedBarcodesResult, api reference --- # DecodedBarcodesResult Class diff --git a/programming/dotnet/api-reference/decoded-barcodes-unit.md b/programming/dotnet/api-reference/decoded-barcodes-unit.md index 005f1b8..8c38109 100644 --- a/programming/dotnet/api-reference/decoded-barcodes-unit.md +++ b/programming/dotnet/api-reference/decoded-barcodes-unit.md @@ -1,7 +1,7 @@ --- layout: default-layout title: DecodedBarcodesUnit Class - Dynamsoft Barcode Reader .NET Edition API Reference -description: This page shows DecodedBarcodesUnit class definition of Dynamsoft Barcode Reader SDK .NET Edition. +description: API reference for the DecodedBarcodesUnit class in Dynamsoft Barcode Reader .NET Edition, an intermediate result unit that holds the collection of successfully decoded barcode elements. keywords: GetCount, GetDecodedBarcode, RemoveAllDecodedBarcodes, SetDecodedBarcode, DecodedBarcodesUnit, api reference --- # DecodedBarcodesUnit Class diff --git a/programming/dotnet/api-reference/deformation-resisted-barcode-image-unit.md b/programming/dotnet/api-reference/deformation-resisted-barcode-image-unit.md index 909470b..b2a30c0 100644 --- a/programming/dotnet/api-reference/deformation-resisted-barcode-image-unit.md +++ b/programming/dotnet/api-reference/deformation-resisted-barcode-image-unit.md @@ -1,7 +1,7 @@ --- layout: default-layout title: DeformationResistedBarcodeImageUnit Class - Dynamsoft Barcode Reader .NET Edition API Reference -description: This page shows DeformationResistedBarcodeImageUnit class definition of Dynamsoft Barcode Reader SDK .NET Edition. +description: API reference for the DeformationResistedBarcodeImageUnit class in Dynamsoft Barcode Reader .NET Edition, an intermediate result unit containing the deformation-resisted barcode image used during decoding. keywords: GetDeformationResistedBarcode, SetDeformationResistedBarcode, DeformationResistedBarcodeImageUnit, api reference --- # DeformationResistedBarcodeImageUnit Class diff --git a/programming/dotnet/api-reference/deformation-resisted-barcode.md b/programming/dotnet/api-reference/deformation-resisted-barcode.md index 26d9228..4035e69 100644 --- a/programming/dotnet/api-reference/deformation-resisted-barcode.md +++ b/programming/dotnet/api-reference/deformation-resisted-barcode.md @@ -1,7 +1,7 @@ --- layout: default-layout title: DeformationResistedBarcode Class - Dynamsoft Barcode Reader .NET Edition API Reference -description: This page shows DeformationResistedBarcode class definition of Dynamsoft Barcode Reader SDK .NET Edition. +description: API reference for the DeformationResistedBarcode class in Dynamsoft Barcode Reader .NET Edition, storing the location, format, and image data of a barcode after deformation resistance processing. keywords: GetLocation, SetLocation, GetFormat, SetFormat, GetImageData, SetImageData, DeformationResistedBarcode, api reference --- # DeformationResistedBarcode Class diff --git a/programming/dotnet/api-reference/eci-segment.md b/programming/dotnet/api-reference/eci-segment.md index ccd4fe8..82fe00f 100644 --- a/programming/dotnet/api-reference/eci-segment.md +++ b/programming/dotnet/api-reference/eci-segment.md @@ -1,7 +1,7 @@ --- layout: default-layout title: ECISegment Class - Dynamsoft Barcode Reader Module .NET Edition API Reference -description: This page shows ECISegment class definition of Dynamsoft Barcode Reader Module .NET Edition. +description: API reference for the ECISegment class in Dynamsoft Barcode Reader .NET Edition, representing an Extended Channel Interpretation (ECI) segment that specifies the character encoding for a portion of a decoded barcode's bytes. keywords: ECISegment, ECI, Extended Channel Interpretation, api reference --- diff --git a/programming/dotnet/api-reference/enum-barcode-format.md b/programming/dotnet/api-reference/enum-barcode-format.md index 1da75fe..f05c90b 100644 --- a/programming/dotnet/api-reference/enum-barcode-format.md +++ b/programming/dotnet/api-reference/enum-barcode-format.md @@ -1,7 +1,7 @@ --- layout: default-layout title: BarcodeFormat - Dynamsoft Barcode Reader .NET Enumerations -description: The enumeration BarcodeFormat defines the supported barcode formats for .NET Edition. +description: Reference for the BarcodeFormat enumeration in DBR .NET Edition, listing all supported barcode symbologies including 1D, QR Code, DataMatrix, PDF417, Aztec, and many others. keywords: Barcode formats codeAutoHeight: true --- diff --git a/programming/dotnet/api-reference/enum-deblur-mode.md b/programming/dotnet/api-reference/enum-deblur-mode.md index 657f7e6..0e345cc 100644 --- a/programming/dotnet/api-reference/enum-deblur-mode.md +++ b/programming/dotnet/api-reference/enum-deblur-mode.md @@ -1,7 +1,7 @@ --- layout: default-layout title: DeblurMode - Dynamsoft Barcode Reader .NET Enumerations -description: The enumeration DeblurMode describes deblur modes that implemented on the localized barcodes for .NET Edition. +description: Reference for the DeblurMode enumeration in DBR .NET Edition, listing image processing algorithms applied to localized barcode zones to generate a binary image for final barcode decoding. keywords: Deblur mode codeAutoHeight: true --- diff --git a/programming/dotnet/api-reference/enum-extended-barcode-result-type.md b/programming/dotnet/api-reference/enum-extended-barcode-result-type.md index d883d47..388808a 100644 --- a/programming/dotnet/api-reference/enum-extended-barcode-result-type.md +++ b/programming/dotnet/api-reference/enum-extended-barcode-result-type.md @@ -1,7 +1,7 @@ --- layout: default-layout title: ExtendedBarcodeResultType - Dynamsoft Barcode Reader .NET Enumerations -description: The enumeration ExtendedBarcodeResultType describes the type of the extended barcode result for .NET Edition. +description: Reference for the ExtendedBarcodeResultType enumeration in DBR .NET Edition, which classifies the type of text result returned from a barcode scan (e.g., standard, candidate, partial). keywords: Extended barcode result type codeAutoHeight: true --- diff --git a/programming/dotnet/api-reference/enum-localization-mode.md b/programming/dotnet/api-reference/enum-localization-mode.md index d31cd16..5937005 100644 --- a/programming/dotnet/api-reference/enum-localization-mode.md +++ b/programming/dotnet/api-reference/enum-localization-mode.md @@ -1,7 +1,7 @@ --- layout: default-layout title: LocalizationMode - Dynamsoft Barcode Reader .NET Enumerations -description: The enumeration LocalizationMode describes the localization modes of the barcodes for .NET Edition. +description: Reference for the LocalizationMode enumeration in DBR .NET Edition, listing the strategies used to identify barcode locations within an image, such as connected blocks, statistics, and scan-direct modes. keywords: Localization mode codeAutoHeight: true --- diff --git a/programming/dotnet/api-reference/enum-qr-code-error-correction-level.md b/programming/dotnet/api-reference/enum-qr-code-error-correction-level.md index c5c6eab..1c2a9e6 100644 --- a/programming/dotnet/api-reference/enum-qr-code-error-correction-level.md +++ b/programming/dotnet/api-reference/enum-qr-code-error-correction-level.md @@ -1,7 +1,7 @@ --- layout: default-layout title: QRCodeErrorCorrectionLevel - Dynamsoft Barcode Reader .NET Enumerations -description: The enumeration QRCodeErrorCorrectionLevel describes the error correction level when processing the QR code for .NET Edition. +description: Reference for the QRCodeErrorCorrectionLevel enumeration in DBR .NET Edition, defining the four error correction levels (L, M, Q, H) used when encoding or decoding QR codes. keywords: QR code error correction level codeAutoHeight: true --- diff --git a/programming/dotnet/api-reference/extended-barcode-result.md b/programming/dotnet/api-reference/extended-barcode-result.md index a462b1d..83d774a 100644 --- a/programming/dotnet/api-reference/extended-barcode-result.md +++ b/programming/dotnet/api-reference/extended-barcode-result.md @@ -1,7 +1,7 @@ --- layout: default-layout title: ExtendedBarcodeResult Class - Dynamsoft Barcode Reader .NET Edition API Reference -description: This page shows ExtendedBarcodeResult class definition of Dynamsoft Barcode Reader SDK .NET Edition. +description: API reference for the ExtendedBarcodeResult class in Dynamsoft Barcode Reader .NET Edition, providing additional decode details such as result type, deformation level, clarity score, and a sampling image. keywords: GetDeformation, GetClarity, GetSamplingImage, GetExtendedBarcodeResultType, ExtendedBarcodeResult, api reference --- # ExtendedBarcodeResult Class diff --git a/programming/dotnet/api-reference/index.md b/programming/dotnet/api-reference/index.md index eaa6442..9760e2e 100644 --- a/programming/dotnet/api-reference/index.md +++ b/programming/dotnet/api-reference/index.md @@ -1,7 +1,7 @@ --- layout: default-layout title: Dynamsoft Barcode Reader .NET API Reference - Main Page -description: This is the main page of Dynamsoft Barcode Reader SDK API Reference for .NET Language. +description: Full API reference index for Dynamsoft Barcode Reader .NET Edition, listing all classes, structs, and enumerations across the DynamsoftBarcodeReader and DynamsoftCaptureVisionRouter modules. keywords: api reference, .NET needAutoGenerateSidebar: false --- diff --git a/programming/dotnet/api-reference/localized-barcode-element.md b/programming/dotnet/api-reference/localized-barcode-element.md index 1b178af..5ee1c69 100644 --- a/programming/dotnet/api-reference/localized-barcode-element.md +++ b/programming/dotnet/api-reference/localized-barcode-element.md @@ -1,7 +1,7 @@ --- layout: default-layout title: LocalizedBarcodeElement Class - Dynamsoft Barcode Reader .NET Edition API Reference -description: This page shows LocalizedBarcodeElement class definition of Dynamsoft Barcode Reader SDK .NET Edition. +description: API reference for the LocalizedBarcodeElement class in Dynamsoft Barcode Reader .NET Edition, representing a detected but not yet decoded barcode region with angle, confidence, possible formats, and module size. keywords: GetAngle, GetConfidence, GetPossibleFormats, GetPossibleFormatsString, GetModuleSize, SetPossibleFormats, LocalizedBarcodeElement, api reference --- # LocalizedBarcodeElement Class diff --git a/programming/dotnet/api-reference/localized-barcodes-unit.md b/programming/dotnet/api-reference/localized-barcodes-unit.md index 406b323..ef09904 100644 --- a/programming/dotnet/api-reference/localized-barcodes-unit.md +++ b/programming/dotnet/api-reference/localized-barcodes-unit.md @@ -1,7 +1,7 @@ --- layout: default-layout title: LocalizedBarcodesUnit Class - Dynamsoft Barcode Reader .NET Edition API Reference -description: This page shows LocalizedBarcodesUnit class definition of Dynamsoft Barcode Reader SDK .NET Edition. +description: API reference for the LocalizedBarcodesUnit class in Dynamsoft Barcode Reader .NET Edition, an intermediate result unit that holds all localized (but not yet decoded) barcode elements found in an image. keywords: GetCount, GetLocalizedBarcode, AddLocalizedBarcode, RemoveAllLocalizedBarcodes, RemoveLocalizedBarcode, SetLocalizedBarcode, LocalizedBarcodesUnit, api reference --- # LocalizedBarcodesUnit Class diff --git a/programming/dotnet/api-reference/oned-code-details.md b/programming/dotnet/api-reference/oned-code-details.md index 0212a4b..b42c735 100644 --- a/programming/dotnet/api-reference/oned-code-details.md +++ b/programming/dotnet/api-reference/oned-code-details.md @@ -1,7 +1,7 @@ --- layout: default-layout title: OneDCodeDetails Class - Dynamsoft Barcode Reader Module .NET Edition API Reference -description: Definition of OneDCodeDetails class in Dynamsoft Barcode Reader Module .NET Edition. +description: API reference for the OneDCodeDetails class in Dynamsoft Barcode Reader .NET Edition, providing start characters, stop characters, and check digit bytes for a decoded 1D barcode. keywords: startchar, stopchars, OneDCodeDetails, api reference --- # OneDCodeDetails diff --git a/programming/dotnet/api-reference/pdf417-details.md b/programming/dotnet/api-reference/pdf417-details.md index 7a6e855..b019340 100644 --- a/programming/dotnet/api-reference/pdf417-details.md +++ b/programming/dotnet/api-reference/pdf417-details.md @@ -1,7 +1,7 @@ --- layout: default-layout title: PDF417Details Class - Dynamsoft Barcode Reader Module .NET Edition API Reference -description: Definition of PDF417Details class in Dynamsoft Barcode Reader Module .NET Edition. +description: API reference for the PDF417Details class in Dynamsoft Barcode Reader .NET Edition, storing the row count, column count, error correction level, and codeword data of a decoded PDF417 barcode. keywords: rows, columns, errorCorrectionLevel, PDF417Details, api reference --- # PDF417Details diff --git a/programming/dotnet/api-reference/qr-code-details.md b/programming/dotnet/api-reference/qr-code-details.md index 5ec3106..1430384 100644 --- a/programming/dotnet/api-reference/qr-code-details.md +++ b/programming/dotnet/api-reference/qr-code-details.md @@ -1,7 +1,7 @@ --- layout: default-layout title: QRCodeDetails Class - Dynamsoft Barcode Reader Module .NET Edition API Reference -description: Definition of QRCodeDetails class in Dynamsoft Barcode Reader Module .NET Edition. +description: API reference for the QRCodeDetails class in Dynamsoft Barcode Reader .NET Edition, providing rows, columns, error correction level, version, model, and other QR Code structural attributes. keywords: rows, columns, errorCorrectionLevel, version, model, mode, page, totalPage, parityData, QRCodeDetails, api reference --- # QRCodeDetails diff --git a/programming/dotnet/api-reference/scaled-barcode-image-unit.md b/programming/dotnet/api-reference/scaled-barcode-image-unit.md index 8eb9bd5..a6d6164 100644 --- a/programming/dotnet/api-reference/scaled-barcode-image-unit.md +++ b/programming/dotnet/api-reference/scaled-barcode-image-unit.md @@ -1,7 +1,7 @@ --- layout: default-layout title: ScaledBarcodeImageUnit Class - Dynamsoft Barcode Reader .NET Edition API Reference -description: This page shows ScaledBarcodeImageUnit class definition of Dynamsoft Barcode Reader SDK .NET Edition. +description: API reference for the ScaledBarcodeImageUnit class in Dynamsoft Barcode Reader .NET Edition, an intermediate result unit containing a scaled barcode image used to improve decoding of small or low-resolution barcodes. keywords: GetImageData, SetImageData, ScaledBarcodeImageUnit, api reference --- # ScaledBarcodeImageUnit Class diff --git a/programming/dotnet/api-reference/simplified-barcode-reader-settings.md b/programming/dotnet/api-reference/simplified-barcode-reader-settings.md index ce2d200..4fb5598 100644 --- a/programming/dotnet/api-reference/simplified-barcode-reader-settings.md +++ b/programming/dotnet/api-reference/simplified-barcode-reader-settings.md @@ -1,7 +1,7 @@ --- layout: default-layout title: SimplifiedBarcodeReaderSettings Class - Dynamsoft Barcode Reader Module .NET Edition API Reference -description: Definition of the SimplifiedBarcodeReaderSettings class of the CaptureVisionRouter class in Dynamsoft Barcode Reader Module .NET Edition. +description: API reference for the SimplifiedBarcodeReaderSettings class in Dynamsoft Barcode Reader .NET Edition, covering configurable properties such as barcode formats, expected count, localization modes, deblur modes, and grayscale processing settings. keywords: class, .NET, SimplifiedBarcodeReaderSettings needAutoGenerateSidebar: true needGenerateH3Content: true diff --git a/programming/dotnet/index.md b/programming/dotnet/index.md index e549929..4d95e73 100644 --- a/programming/dotnet/index.md +++ b/programming/dotnet/index.md @@ -1,7 +1,7 @@ --- title: Introduction - Dynamsoft Barcode Reader .NET Edition keywords: .NET, documentation -description: This page introduces the .NET Edition of Dynamsoft Barcode Reader +description: Overview of Dynamsoft Barcode Reader .NET Edition, including feature highlights, system requirements, and links to the user guide, API reference, and migration guides. needAutoGenerateSidebar: false --- diff --git a/programming/dotnet/migrate-from-v10/index.md b/programming/dotnet/migrate-from-v10/index.md index 99da8b6..f4ea969 100644 --- a/programming/dotnet/migrate-from-v10/index.md +++ b/programming/dotnet/migrate-from-v10/index.md @@ -1,7 +1,7 @@ --- title: Migrate from v10.x to v11.x - Dynamsoft Barcode Reader SDK .NET Edition keywords: .NET, upgrade, migrate, v10, v11 -description: This page introduces how to migrate Dynamsoft Barcode Reader SDK .NET Edition from version 10.x to 11.x +description: Migration guide from Dynamsoft Barcode Reader .NET Edition v10.x to v11.x. Covers license key update, NuGet package update, and template upgrade steps. needAutoGenerateSidebar: true needGenerateH3Content: true --- diff --git a/programming/dotnet/migrate-from-v9/index.md b/programming/dotnet/migrate-from-v9/index.md index 0ce4fb6..cff5a07 100644 --- a/programming/dotnet/migrate-from-v9/index.md +++ b/programming/dotnet/migrate-from-v9/index.md @@ -1,7 +1,7 @@ --- title: Migrate from v9.x to v11.x - Dynamsoft Barcode Reader SDK .NET Edition keywords: .NET, upgrade, migrate, v9, v11 -description: This page introduces how to migrate Dynamsoft Barcode Reader SDK .NET Edition from version 9.x to 11.x +description: Migration guide from Dynamsoft Barcode Reader .NET Edition v9.x to v11.x. Details API changes for license activation, single-image and video decoding, template handling, runtime settings, and removed properties under the DCV architecture. needAutoGenerateSidebar: true needGenerateH3Content: true --- @@ -10,7 +10,7 @@ needGenerateH3Content: true Dynamsoft Barcode Reader SDK has been refactored to integrate with the [`DynamsoftCaptureVision (DCV)`]({{ site.dcvb_architecture }}) architecture since version 10.0. This guide helps you upgrade from version 9.x by highlighting the key API changes and providing migration paths. -The actual migration effort depends on which APIs you currently use. In many cases, only the interfaces you actively use need to be updated — review the sections below to identify the changes that affect your integration. +The actual migration effort depends on which APIs you currently use. In many cases, only the interfaces you actively use need to be updated - review the sections below to identify the changes that affect your integration. > [!NOTE] > If you are new to the DCV architecture and prefer to start fresh, refer to the [User Guide]({{ site.dbr_dotnet}}user-guide.html) for a quick-start tutorial. diff --git a/programming/dotnet/release-notes/dotnet-10.md b/programming/dotnet/release-notes/dotnet-10.md index c395900..666f7ff 100644 --- a/programming/dotnet/release-notes/dotnet-10.md +++ b/programming/dotnet/release-notes/dotnet-10.md @@ -1,7 +1,7 @@ --- layout: default-layout title: Release Notes v10.x - Dynamsoft Barcode Reader SDK .NET Edition -description: This is the release notes page of Dynamsoft Barcode Reader SDK .NET Edition v10.x. +description: Release notes for Dynamsoft Barcode Reader SDK .NET Edition v10.x, detailing new features, bug fixes, and API changes introduced across the v10 releases under the DCV architecture. keywords: release notes, .NET needGenerateH3Content: false --- diff --git a/programming/dotnet/release-notes/dotnet-11.md b/programming/dotnet/release-notes/dotnet-11.md index 0514d84..737181b 100644 --- a/programming/dotnet/release-notes/dotnet-11.md +++ b/programming/dotnet/release-notes/dotnet-11.md @@ -1,7 +1,7 @@ --- layout: default-layout title: Release Notes v11.x - Dynamsoft Barcode Reader SDK .NET Edition -description: This is the release notes page of Dynamsoft Barcode Reader SDK .NET Edition v11.x. +description: Release notes for Dynamsoft Barcode Reader SDK .NET Edition v11.x, highlighting AI-powered barcode detection models, ECI support, on-demand model loading, and performance improvements. keywords: release notes, .NET needGenerateH3Content: false --- diff --git a/programming/dotnet/release-notes/dotnet-7.md b/programming/dotnet/release-notes/dotnet-7.md index 040eac1..a460b3e 100644 --- a/programming/dotnet/release-notes/dotnet-7.md +++ b/programming/dotnet/release-notes/dotnet-7.md @@ -1,7 +1,7 @@ --- layout: default-layout title: Release Notes v7.6.0 and below - Dynamsoft Barcode Reader SDK .NET Edition -description: This is the release notes page of Dynamsoft Barcode Reader SDK .NET Edition v7.6.0 and below. +description: Release notes for Dynamsoft Barcode Reader SDK .NET Edition v7.6.0 and earlier, including speed and deblurring improvements, and various bug fixes. keywords: release notes, .net needAutoGenerateSidebar: true needGenerateH3Content: false diff --git a/programming/dotnet/release-notes/dotnet-8.md b/programming/dotnet/release-notes/dotnet-8.md index 6c1d43c..a50a0ca 100644 --- a/programming/dotnet/release-notes/dotnet-8.md +++ b/programming/dotnet/release-notes/dotnet-8.md @@ -1,7 +1,7 @@ --- layout: default-layout title: Release Notes v8.x - Dynamsoft Barcode Reader SDK .NET Edition -description: This is the release notes page of Dynamsoft Barcode Reader SDK .NET Edition v8.x. +description: Release notes for Dynamsoft Barcode Reader SDK .NET Edition v8.x, covering new localization modes, confidence scoring improvements, and other enhancements. keywords: release notes, .net needAutoGenerateSidebar: true needGenerateH3Content: false diff --git a/programming/dotnet/release-notes/dotnet-9.md b/programming/dotnet/release-notes/dotnet-9.md index e6c6999..803f758 100644 --- a/programming/dotnet/release-notes/dotnet-9.md +++ b/programming/dotnet/release-notes/dotnet-9.md @@ -1,7 +1,7 @@ --- layout: default-layout title: Release Notes v9.x - Dynamsoft Barcode Reader SDK .NET Edition -description: This is the release notes page of Dynamsoft Barcode Reader SDK .NET Edition v9.x. +description: Release notes for Dynamsoft Barcode Reader SDK .NET Edition v9.x, including security updates, decoding accuracy improvements, and bug fixes across the v9 releases. keywords: release notes, .net needGenerateH3Content: false --- diff --git a/programming/dotnet/release-notes/index.md b/programming/dotnet/release-notes/index.md index e1f0dfd..77ce4e5 100644 --- a/programming/dotnet/release-notes/index.md +++ b/programming/dotnet/release-notes/index.md @@ -1,7 +1,7 @@ --- layout: default-layout title: Release Notes - Dynamsoft Barcode Reader SDK .NET Edition -description: This is the release notes page of Dynamsoft Barcode Reader SDK .NET Edition. +description: Chronological release notes index for Dynamsoft Barcode Reader SDK .NET Edition, covering all versions from 7.x through 11.x. keywords: release notes, .NET, dotnet needAutoGenerateSidebar: false --- diff --git a/programming/dotnet/samples/index.md b/programming/dotnet/samples/index.md index f762862..1a7a623 100644 --- a/programming/dotnet/samples/index.md +++ b/programming/dotnet/samples/index.md @@ -1,7 +1,7 @@ --- layout: default-layout title: Samples - Dynamsoft Barcode Reader SDK .NET Edition -description: Sample list page of Dynamsoft Barcode Reader .NET Edition. +description: A list of .NET code samples for Dynamsoft Barcode Reader, including hello-world, general settings, DPM barcode reading, and other usage demos. keywords: .net needAutoGenerateSidebar: false --- diff --git a/programming/dotnet/upgrade-instruction.md b/programming/dotnet/upgrade-instruction.md index 0a494e9..6c3abbb 100644 --- a/programming/dotnet/upgrade-instruction.md +++ b/programming/dotnet/upgrade-instruction.md @@ -1,7 +1,7 @@ --- title: Upgrade Instructions - Dynamsoft Barcode Reader SDK .NET Edition keywords: .NET, upgrade -description: This page introduces how to upgrade Dynamsoft Barcode Reader SDK .NET Edition +description: Step-by-step instructions for upgrading Dynamsoft Barcode Reader SDK .NET Edition to version 11.x, covering license key update, NuGet package update, template migration, and project rebuild. needAutoGenerateSidebar: true needGenerateH3Content: true --- diff --git a/programming/dotnet/user-guide.md b/programming/dotnet/user-guide.md index 000742a..76d40e8 100644 --- a/programming/dotnet/user-guide.md +++ b/programming/dotnet/user-guide.md @@ -1,7 +1,7 @@ --- layout: default-layout title: User Guide - Dynamsoft Barcode Reader SDK .NET Edition -description: This is the user guide of Dynamsoft Barcode Reader SDK .NET Edition. +description: A step-by-step guide to building your first barcode reading application with Dynamsoft Barcode Reader SDK .NET Edition using C#, covering NuGet installation, single-image decoding, and multi-image processing. keywords: user guide, .NET needAutoGenerateSidebar: true needGenerateH3Content: true diff --git a/programming/dotnet/user-guide/explore-features/index.md b/programming/dotnet/user-guide/explore-features/index.md index b2f928e..2f43c68 100644 --- a/programming/dotnet/user-guide/explore-features/index.md +++ b/programming/dotnet/user-guide/explore-features/index.md @@ -1,7 +1,7 @@ --- layout: default-layout title: Explore Features - Dynamsoft Barcode Reader SDK .NET Edition User Guide -description: This page lists the topics to explore the features of Dynamsoft Barcode Reader .NET Edition. +description: A curated list of feature topics for Dynamsoft Barcode Reader .NET Edition, covering barcode format control, difficult-scenario handling, result filtering, and advanced template usage. keywords: user guide, explore features, .NET noTitleIndex: false --- diff --git a/programming/dotnet/user-guide/index.md b/programming/dotnet/user-guide/index.md index a82c282..a23508d 100644 --- a/programming/dotnet/user-guide/index.md +++ b/programming/dotnet/user-guide/index.md @@ -1,7 +1,7 @@ --- layout: default-layout title: .NET Edition User Guide Index -description: This is the user guide index page of Dynamsoft Barcode Reader .NET Edition. +description: Index page for the Dynamsoft Barcode Reader .NET Edition user guide, linking to Getting Started, Explore Features, and Use Cases articles. keywords: user guide index, .NET --- diff --git a/programming/dotnet/user-guide/use-cases/index.md b/programming/dotnet/user-guide/use-cases/index.md index 3ca67a0..255d3bd 100644 --- a/programming/dotnet/user-guide/use-cases/index.md +++ b/programming/dotnet/user-guide/use-cases/index.md @@ -1,7 +1,7 @@ --- layout: default-layout title: Use Cases - Dynamsoft Barcode Reader SDK .NET Edition User Guide -description: This page explores the use cases of Dynamsoft Barcode Reader .NET Edition. +description: Use case articles for Dynamsoft Barcode Reader .NET Edition, including how to read DPM codes and postal codes. keywords: user guide, use cases, .NET --- diff --git a/programming/java/api-reference/aztec-details.md b/programming/java/api-reference/aztec-details.md index f5a55aa..e7e0aa6 100644 --- a/programming/java/api-reference/aztec-details.md +++ b/programming/java/api-reference/aztec-details.md @@ -1,7 +1,7 @@ --- layout: default-layout title: AztecDetails Class - Dynamsoft Barcode Reader Java Edition API Reference -description: Definition of AztecDetails class in Dynamsoft Barcode Reader Java Edition. +description: API reference for the AztecDetails class in Dynamsoft Barcode Reader Java Edition, which stores the row count, column count, and layer number of a decoded Aztec barcode. keywords: rows, columns, layerNumber, AztecDetails, api reference --- diff --git a/programming/java/api-reference/barcode-details.md b/programming/java/api-reference/barcode-details.md index 44aecd4..2836b38 100644 --- a/programming/java/api-reference/barcode-details.md +++ b/programming/java/api-reference/barcode-details.md @@ -1,7 +1,7 @@ --- layout: default-layout title: BarcodeDetails Class - Dynamsoft Barcode Reader Java Edition API Reference -description: Definition of BarcodeDetails class in Dynamsoft Barcode Reader Java Edition. +description: API reference for the BarcodeDetails class in Dynamsoft Barcode Reader Java Edition, an abstract base class that is the parent class for all barcode-format-specific detail classes. keywords: BarcodeDetails, api reference --- diff --git a/programming/java/api-reference/barcode-reader-exception.md b/programming/java/api-reference/barcode-reader-exception.md index 368b8fe..bdf1254 100644 --- a/programming/java/api-reference/barcode-reader-exception.md +++ b/programming/java/api-reference/barcode-reader-exception.md @@ -1,7 +1,7 @@ --- layout: default-layout title: BarcodeReaderException Class - Dynamsoft Barcode Reader Module Java Edition API Reference -description: Definition of BarcodeReaderException class in Dynamsoft Barcode Reader Module Java Edition. +description: API reference for the BarcodeReaderException class in Dynamsoft Barcode Reader Java Edition, which extends CoreException and provides specific error handling for barcode reader operations. keywords: barcode reader module, java needAutoGenerateSidebar: true needGenerateH3Content: true diff --git a/programming/java/api-reference/barcode-reader-module.md b/programming/java/api-reference/barcode-reader-module.md index d3beb07..1b4b1d5 100644 --- a/programming/java/api-reference/barcode-reader-module.md +++ b/programming/java/api-reference/barcode-reader-module.md @@ -1,7 +1,7 @@ --- layout: default-layout title: BarcodeReaderModule Class - Dynamsoft Barcode Reader Java Edition API Reference -description: This page shows the Java Edition of the class BarcodeReaderModule in Barcode Reader Module. +description: API reference for the BarcodeReaderModule class in Dynamsoft Barcode Reader Java Edition, providing module-level utilities such as version retrieval and factory methods for barcode elements. keywords: barcode reader module, java needAutoGenerateSidebar: true needGenerateH3Content: true diff --git a/programming/java/api-reference/barcode-result-item.md b/programming/java/api-reference/barcode-result-item.md index d247fbe..64bd64f 100644 --- a/programming/java/api-reference/barcode-result-item.md +++ b/programming/java/api-reference/barcode-result-item.md @@ -1,7 +1,7 @@ --- layout: default-layout title: BarcodeResultItem Class - Dynamsoft Barcode Reader Java Edition API Reference -description: Definition of BarcodeResultItem class in Dynamsoft Barcode Reader Java Edition. +description: API reference for the BarcodeResultItem class in Dynamsoft Barcode Reader Java Edition, representing a single decoded barcode with methods to retrieve format, text, location, confidence, and module size. keywords: getFormat, getText, getLocation, getConfidence, getModuleSize, BarcodeResultItem, api reference --- diff --git a/programming/java/api-reference/candidate-barcode-zone.md b/programming/java/api-reference/candidate-barcode-zone.md index 18533f1..d0e2c59 100644 --- a/programming/java/api-reference/candidate-barcode-zone.md +++ b/programming/java/api-reference/candidate-barcode-zone.md @@ -1,7 +1,7 @@ --- layout: default-layout title: CandidateBarcodeZone Class - Dynamsoft Barcode Reader Java Edition API Reference -description: This page shows CandidateBarcodeZone class definition of Dynamsoft Barcode Reader SDK Java Edition. +description: API reference for the CandidateBarcodeZone class in Dynamsoft Barcode Reader Java Edition, representing a candidate barcode region with location and possible format information. keywords: getLocation, setLocation, getPossibleFormats, setPossibleFormats, CandidateBarcodeZone, api reference --- # CandidateBarcodeZone Class diff --git a/programming/java/api-reference/candidate-barcode-zones-unit.md b/programming/java/api-reference/candidate-barcode-zones-unit.md index e8e9bda..b7a68bc 100644 --- a/programming/java/api-reference/candidate-barcode-zones-unit.md +++ b/programming/java/api-reference/candidate-barcode-zones-unit.md @@ -1,7 +1,7 @@ --- layout: default-layout title: CandidateBarcodeZonesUnit Class - Dynamsoft Barcode Reader Java Edition API Reference -description: This page shows CandidateBarcodeZonesUnit class definition of Dynamsoft Barcode Reader SDK Java Edition. +description: API reference for the CandidateBarcodeZonesUnit class in Dynamsoft Barcode Reader Java Edition, an intermediate result unit that holds a collection of candidate barcode zones detected during processing. keywords: getCount, getCandidateBarcodeZone, addCandidateBarcodeZone, removeAllCandidateBarcodeZones, removeCandidateBarcodeZone, CandidateBarcodeZonesUnit, api reference --- # CandidateBarcodeZonesUnit Class diff --git a/programming/java/api-reference/complemented-barcode-image-unit.md b/programming/java/api-reference/complemented-barcode-image-unit.md index b200772..439edc5 100644 --- a/programming/java/api-reference/complemented-barcode-image-unit.md +++ b/programming/java/api-reference/complemented-barcode-image-unit.md @@ -1,7 +1,7 @@ --- layout: default-layout title: ComplementedBarcodeImageUnit Class - Dynamsoft Barcode Reader Java Edition API Reference -description: This page shows ComplementedBarcodeImageUnit class definition of Dynamsoft Barcode Reader SDK Java Edition. +description: API reference for the ComplementedBarcodeImageUnit class in Dynamsoft Barcode Reader Java Edition, an intermediate result unit containing the complemented image data and location of a barcode. keywords: getImageData, getLocation, setLocation, ComplementedBarcodeImageUnit, api reference --- # ComplementedBarcodeImageUnit Class diff --git a/programming/java/api-reference/datamatrix-details.md b/programming/java/api-reference/datamatrix-details.md index d959a06..492a945 100644 --- a/programming/java/api-reference/datamatrix-details.md +++ b/programming/java/api-reference/datamatrix-details.md @@ -1,7 +1,7 @@ --- layout: default-layout title: DataMatrixDetails Class - Dynamsoft Barcode Reader Java Edition API Reference -description: Definition of DataMatrixDetails class in Dynamsoft Barcode Reader Java Edition. +description: API reference for the DataMatrixDetails class in Dynamsoft Barcode Reader Java Edition, storing the row count, column count, data region dimensions, and region number of a decoded DataMatrix barcode. keywords: rows, columns, dataRegionRows, dataRegionColumns, dataRegionNumber, DataMatrixDetails, api reference --- # DataMatrixDetails diff --git a/programming/java/api-reference/decoded-barcode-element.md b/programming/java/api-reference/decoded-barcode-element.md index 64fcc1b..7ef553f 100644 --- a/programming/java/api-reference/decoded-barcode-element.md +++ b/programming/java/api-reference/decoded-barcode-element.md @@ -1,7 +1,7 @@ --- layout: default-layout title: DecodedBarcodeElement Class - Dynamsoft Barcode Reader Java Edition API Reference -description: This page shows DecodedBarcodeElement class definition of Dynamsoft Barcode Reader SDK Java Edition. +description: API reference for the DecodedBarcodeElement class in Dynamsoft Barcode Reader Java Edition, providing format, text, raw bytes, angle, confidence, DPM flag, and ECI segment data for a decoded barcode. keywords: getFormat, getText, getBytes, getAngle, getConfidence, isDPM, DecodedBarcodeElement, api reference --- # DecodedBarcodeElement Class diff --git a/programming/java/api-reference/decoded-barcodes-result.md b/programming/java/api-reference/decoded-barcodes-result.md index d8bd6a3..fa48c45 100644 --- a/programming/java/api-reference/decoded-barcodes-result.md +++ b/programming/java/api-reference/decoded-barcodes-result.md @@ -1,7 +1,7 @@ --- layout: default-layout title: DecodedBarcodesResult Class - Dynamsoft Barcode Reader Java Edition API Reference -description: Definition of DecodedBarcodesResult class in Dynamsoft Barcode Reader Java Edition. +description: API reference for the DecodedBarcodesResult class in Dynamsoft Barcode Reader Java Edition, which aggregates all decoded barcode items from a single capture along with source image hash, error code, and error message. keywords: getItemsCount, getItem, getItems, DecodedBarcodesResult, api reference --- # DecodedBarcodesResult Class diff --git a/programming/java/api-reference/decoded-barcodes-unit.md b/programming/java/api-reference/decoded-barcodes-unit.md index 7cd294d..78d126f 100644 --- a/programming/java/api-reference/decoded-barcodes-unit.md +++ b/programming/java/api-reference/decoded-barcodes-unit.md @@ -1,7 +1,7 @@ --- layout: default-layout title: DecodedBarcodesUnit Class - Dynamsoft Barcode Reader Java Edition API Reference -description: This page shows DecodedBarcodesUnit class definition of Dynamsoft Barcode Reader SDK Java Edition. +description: API reference for the DecodedBarcodesUnit class in Dynamsoft Barcode Reader Java Edition, an intermediate result unit that holds the collection of successfully decoded barcode elements. keywords: getCount, getDecodedBarcode, removeAllDecodedBarcodes, setDecodedBarcode, DecodedBarcodesUnit, api reference --- # DecodedBarcodesUnit Class diff --git a/programming/java/api-reference/deformation-resisted-barcode-image-unit.md b/programming/java/api-reference/deformation-resisted-barcode-image-unit.md index 9dc7a63..940925e 100644 --- a/programming/java/api-reference/deformation-resisted-barcode-image-unit.md +++ b/programming/java/api-reference/deformation-resisted-barcode-image-unit.md @@ -1,7 +1,7 @@ --- layout: default-layout title: DeformationResistedBarcodeImageUnit Class - Dynamsoft Barcode Reader Java Edition API Reference -description: This page shows DeformationResistedBarcodeImageUnit class definition of Dynamsoft Barcode Reader SDK Java Edition. +description: API reference for the DeformationResistedBarcodeImageUnit class in Dynamsoft Barcode Reader Java Edition, an intermediate result unit containing the deformation-resisted barcode image used during decoding. keywords: getDeformationResistedBarcode, setDeformationResistedBarcode, DeformationResistedBarcodeImageUnit, api reference --- # DeformationResistedBarcodeImageUnit Class diff --git a/programming/java/api-reference/deformation-resisted-barcode.md b/programming/java/api-reference/deformation-resisted-barcode.md index dade711..038c9f7 100644 --- a/programming/java/api-reference/deformation-resisted-barcode.md +++ b/programming/java/api-reference/deformation-resisted-barcode.md @@ -1,7 +1,7 @@ --- layout: default-layout title: DeformationResistedBarcode Class - Dynamsoft Barcode Reader Java Edition API Reference -description: This page shows DeformationResistedBarcode class definition of Dynamsoft Barcode Reader SDK Java Edition. +description: API reference for the DeformationResistedBarcode class in Dynamsoft Barcode Reader Java Edition, storing the location, format, and image data of a barcode after deformation resistance processing. keywords: getLocation, setLocation, getFormat, setFormat, getImageData, setImageData, DeformationResistedBarcode, api reference --- # DeformationResistedBarcode Class diff --git a/programming/java/api-reference/eci-segment.md b/programming/java/api-reference/eci-segment.md index 3ea89a9..26aafc9 100644 --- a/programming/java/api-reference/eci-segment.md +++ b/programming/java/api-reference/eci-segment.md @@ -1,7 +1,7 @@ --- layout: default-layout title: ECISegment Class - Dynamsoft Barcode Reader Java Edition API Reference -description: This page shows ECISegment class definition of Dynamsoft Barcode Reader SDK Java Edition. +description: API reference for the ECISegment class in Dynamsoft Barcode Reader Java Edition, representing an Extended Channel Interpretation (ECI) segment that specifies the character encoding for a portion of a decoded barcode's bytes. keywords: ECISegment, ECI, Extended Channel Interpretation, api reference --- diff --git a/programming/java/api-reference/enum-barcode-format.md b/programming/java/api-reference/enum-barcode-format.md index 6cc3e31..2a1b8c0 100644 --- a/programming/java/api-reference/enum-barcode-format.md +++ b/programming/java/api-reference/enum-barcode-format.md @@ -1,7 +1,7 @@ --- layout: default-layout title: BarcodeFormat - Dynamsoft Barcode Reader Java Enumerations -description: The enumeration BarcodeFormat of Dynamsoft Barcode Reader defines the supported barcode formats. +description: Reference for the BarcodeFormat enumeration in DBR Java Edition, listing all supported barcode symbologies including 1D, QR Code, DataMatrix, PDF417, Aztec, and many others. keywords: Barcode formats codeAutoHeight: true --- diff --git a/programming/java/api-reference/enum-deblur-mode.md b/programming/java/api-reference/enum-deblur-mode.md index 81590a3..1b5feed 100644 --- a/programming/java/api-reference/enum-deblur-mode.md +++ b/programming/java/api-reference/enum-deblur-mode.md @@ -1,7 +1,7 @@ --- layout: default-layout title: DeblurMode - Dynamsoft Barcode Reader Java Enumerations -description: The enumeration DeblurMode of Dynamsoft Barcode Reader describes deblur modes that implemented on the localized barcodes. +description: Reference for the DeblurMode enumeration in DBR Java Edition, listing image processing algorithms applied to localized barcode zones to generate a binary image for final barcode decoding. keywords: Deblur mode codeAutoHeight: true --- diff --git a/programming/java/api-reference/enum-extended-barcode-result-type.md b/programming/java/api-reference/enum-extended-barcode-result-type.md index 4188fe5..0d78ba7 100644 --- a/programming/java/api-reference/enum-extended-barcode-result-type.md +++ b/programming/java/api-reference/enum-extended-barcode-result-type.md @@ -1,7 +1,7 @@ --- layout: default-layout title: ExtendedBarcodeResultType - Dynamsoft Barcode Reader Java Enumerations -description: The enumeration ExtendedBarcodeResultType of Dynamsoft Barcode Reader describes the type of the extended barcode result. +description: Reference for the ExtendedBarcodeResultType enumeration in DBR Java Edition, which classifies the type of text result returned from a barcode scan (e.g., standard, candidate, partial). keywords: Extended barcode result type codeAutoHeight: true --- diff --git a/programming/java/api-reference/enum-localization-mode.md b/programming/java/api-reference/enum-localization-mode.md index e792b47..5d89804 100644 --- a/programming/java/api-reference/enum-localization-mode.md +++ b/programming/java/api-reference/enum-localization-mode.md @@ -1,7 +1,7 @@ --- layout: default-layout title: LocalizationMode - Dynamsoft Barcode Reader Java Enumerations -description: The enumeration LocalizationMode of Dynamsoft Barcode Reader describes the localization modes of the barcodes. +description: Reference for the LocalizationMode enumeration in DBR Java Edition, listing the strategies used to identify barcode locations within an image, such as connected blocks, statistics, and scan-direct modes. keywords: Localization mode codeAutoHeight: true --- diff --git a/programming/java/api-reference/enum-qr-code-error-correction-level.md b/programming/java/api-reference/enum-qr-code-error-correction-level.md index 9c71e4c..6c5aa3a 100644 --- a/programming/java/api-reference/enum-qr-code-error-correction-level.md +++ b/programming/java/api-reference/enum-qr-code-error-correction-level.md @@ -1,7 +1,7 @@ --- layout: default-layout title: QRCodeErrorCorrectionLevel - Dynamsoft Barcode Reader Java Enumerations -description: The enumeration QRCodeErrorCorrectionLevel of Dynamsoft Barcode Reader describes the error correction level when processing the QR code. +description: Reference for the QRCodeErrorCorrectionLevel enumeration in DBR Java Edition, defining the four error correction levels (L, M, Q, H) used when encoding or decoding QR codes. keywords: QR code error correction level codeAutoHeight: true --- diff --git a/programming/java/api-reference/extended-barcode-result.md b/programming/java/api-reference/extended-barcode-result.md index 21cded2..4608b2a 100644 --- a/programming/java/api-reference/extended-barcode-result.md +++ b/programming/java/api-reference/extended-barcode-result.md @@ -1,7 +1,7 @@ --- layout: default-layout title: ExtendedBarcodeResult Class - Dynamsoft Barcode Reader Java Edition API Reference -description: This page shows ExtendedBarcodeResult class definition of Dynamsoft Barcode Reader SDK Java Edition. +description: API reference for the ExtendedBarcodeResult class in Dynamsoft Barcode Reader Java Edition, providing additional decode details such as result type, deformation level, clarity score, and a sampling image. keywords: getDeformation, getClarity, getSamplingImage, getExtendedBarcodeResultType, ExtendedBarcodeResult, api reference --- # ExtendedBarcodeResult Class diff --git a/programming/java/api-reference/index.md b/programming/java/api-reference/index.md index b5105e4..f247bd4 100644 --- a/programming/java/api-reference/index.md +++ b/programming/java/api-reference/index.md @@ -1,7 +1,7 @@ --- layout: default-layout title: Dynamsoft Barcode Reader Java Edition API Reference - Main Page -description: This is the main page of Dynamsoft Barcode Reader SDK API Reference for Java Edition. +description: Full API reference index for DBR Java Edition, listing all classes, structs, and enumerations across the DynamsoftBarcodeReader and DynamsoftCaptureVisionRouter modules. keywords: api reference, java needAutoGenerateSidebar: false --- diff --git a/programming/java/api-reference/localized-barcode-element.md b/programming/java/api-reference/localized-barcode-element.md index f72e9aa..053e615 100644 --- a/programming/java/api-reference/localized-barcode-element.md +++ b/programming/java/api-reference/localized-barcode-element.md @@ -1,7 +1,7 @@ --- layout: default-layout title: LocalizedBarcodeElement Class - Dynamsoft Barcode Reader Java Edition API Reference -description: This page shows LocalizedBarcodeElement class definition of Dynamsoft Barcode Reader SDK Java Edition. +description: API reference for the LocalizedBarcodeElement class in Dynamsoft Barcode Reader Java Edition, representing a detected but not yet decoded barcode region with angle, confidence, possible formats, and module size. keywords: getAngle, getConfidence, getPossibleFormats, getPossibleFormatsString, getModuleSize, setPossibleFormats, LocalizedBarcodeElement, api reference --- # LocalizedBarcodeElement Class diff --git a/programming/java/api-reference/localized-barcodes-unit.md b/programming/java/api-reference/localized-barcodes-unit.md index 887fa5f..dbcfc7c 100644 --- a/programming/java/api-reference/localized-barcodes-unit.md +++ b/programming/java/api-reference/localized-barcodes-unit.md @@ -1,7 +1,7 @@ --- layout: default-layout title: LocalizedBarcodesUnit Class - Dynamsoft Barcode Reader Java Edition API Reference -description: This page shows LocalizedBarcodesUnit class definition of Dynamsoft Barcode Reader SDK Java Edition. +description: API reference for the LocalizedBarcodesUnit class in Dynamsoft Barcode Reader Java Edition, an intermediate result unit that holds all localized (but not yet decoded) barcode elements found in an image. keywords: getCount, getLocalizedBarcode, addLocalizedBarcode, removeAllLocalizedBarcodes, removeLocalizedBarcode, setLocalizedBarcode, LocalizedBarcodesUnit, api reference --- # LocalizedBarcodesUnit Class diff --git a/programming/java/api-reference/oned-code-details.md b/programming/java/api-reference/oned-code-details.md index f59b50d..a6e984b 100644 --- a/programming/java/api-reference/oned-code-details.md +++ b/programming/java/api-reference/oned-code-details.md @@ -1,7 +1,7 @@ --- layout: default-layout title: OneDCodeDetails Class - Dynamsoft Barcode Reader Java Edition API Reference -description: Definition of OneDCodeDetails class in Dynamsoft Barcode Reader Java Edition. +description: API reference for the OneDCodeDetails class in Dynamsoft Barcode Reader Java Edition, providing start characters, stop characters, and check digit bytes for a decoded 1D barcode. keywords: startCharsBytes, stopCharsBytes, OneDCodeDetails, api reference --- # OneDCodeDetails diff --git a/programming/java/api-reference/pdf417-details.md b/programming/java/api-reference/pdf417-details.md index 0707332..006b80a 100644 --- a/programming/java/api-reference/pdf417-details.md +++ b/programming/java/api-reference/pdf417-details.md @@ -1,7 +1,7 @@ --- layout: default-layout title: PDF417Details Class - Dynamsoft Barcode Reader Java Edition API Reference -description: Definition of PDF417Details class in Dynamsoft Barcode Reader Java Edition. +description: API reference for the PDF417Details class in Dynamsoft Barcode Reader Java Edition, storing the row count, column count, error correction level, and codeword data of a decoded PDF417 barcode. keywords: rows, columns, errorCorrectionLevel, PDF417Details, api reference --- # PDF417Details diff --git a/programming/java/api-reference/qr-code-details.md b/programming/java/api-reference/qr-code-details.md index 35ce008..f7ccaa4 100644 --- a/programming/java/api-reference/qr-code-details.md +++ b/programming/java/api-reference/qr-code-details.md @@ -1,7 +1,7 @@ --- layout: default-layout title: QRCodeDetails Class - Dynamsoft Barcode Reader Java Edition API Reference -description: Definition of QRCodeDetails class in Dynamsoft Barcode Reader Java Edition. +description: API reference for the QRCodeDetails class in Dynamsoft Barcode Reader Java Edition, providing rows, columns, error correction level, version, model, and other QR Code structural attributes. keywords: rows, columns, errorCorrectionLevel, version, model, mode, page, totalPage, parityData, QRCodeDetails, api reference --- # QRCodeDetails diff --git a/programming/java/api-reference/scaled-barcode-image-unit.md b/programming/java/api-reference/scaled-barcode-image-unit.md index 2766db5..c61c620 100644 --- a/programming/java/api-reference/scaled-barcode-image-unit.md +++ b/programming/java/api-reference/scaled-barcode-image-unit.md @@ -1,7 +1,7 @@ --- layout: default-layout title: ScaledBarcodeImageUnit Class - Dynamsoft Barcode Reader Java Edition API Reference -description: This page shows ScaledBarcodeImageUnit class definition of Dynamsoft Barcode Reader SDK Java Edition. +description: API reference for the ScaledBarcodeImageUnit class in Dynamsoft Barcode Reader Java Edition, an intermediate result unit containing a scaled barcode image used to improve decoding of small or low-resolution barcodes. keywords: getImageData, setImageData, ScaledBarcodeImageUnit, api reference --- # ScaledBarcodeImageUnit Class diff --git a/programming/java/api-reference/simplified-barcode-reader-settings.md b/programming/java/api-reference/simplified-barcode-reader-settings.md index 69c0e6d..2e5ea26 100644 --- a/programming/java/api-reference/simplified-barcode-reader-settings.md +++ b/programming/java/api-reference/simplified-barcode-reader-settings.md @@ -1,7 +1,7 @@ --- layout: default-layout title: SimplifiedBarcodeReaderSettings Class - Dynamsoft Barcode Reader Java Edition API Reference -description: Definition of the SimplifiedBarcodeReaderSettings class in Dynamsoft Barcode Reader Java Edition. +description: API reference for the SimplifiedBarcodeReaderSettings class in Dynamsoft Barcode Reader Java Edition, covering configurable properties such as barcode formats, expected count, localization modes, deblur modes, and grayscale processing settings. keywords: class, java, SimplifiedBarcodeReaderSettings needAutoGenerateSidebar: true needGenerateH3Content: true diff --git a/programming/java/index.md b/programming/java/index.md index 7b99975..e2943d4 100644 --- a/programming/java/index.md +++ b/programming/java/index.md @@ -1,7 +1,7 @@ --- title: Introduction - Dynamsoft Barcode Reader Java Edition keywords: java, documentation -description: This page introduces the Java Edition of Dynamsoft Barcode Reader +description: Overview of DBR Java Edition, including feature highlights, system requirements, and links to the user guide, API reference, and migration guides. needAutoGenerateSidebar: false --- diff --git a/programming/java/migrate-from-v9/index.md b/programming/java/migrate-from-v9/index.md index d5e7b42..3fc25af 100644 --- a/programming/java/migrate-from-v9/index.md +++ b/programming/java/migrate-from-v9/index.md @@ -1,7 +1,7 @@ --- title: Migrate from v9.x to v11.x - Dynamsoft Barcode Reader SDK Java Edition keywords: java, upgrade, migrate, v9, v11 -description: This page introduces how to migrate Dynamsoft Barcode Reader SDK Java Edition from version 9.x to 11.x +description: Migration guide from DBR Java Edition v9.x to v11.x. Details API changes for license, decoding, template, runtime settings, and removed properties under DCV architecture. needAutoGenerateSidebar: true needGenerateH3Content: true --- @@ -10,7 +10,7 @@ needGenerateH3Content: true Dynamsoft Barcode Reader SDK has been refactored to integrate with the [`DynamsoftCaptureVision (DCV)`]({{ site.dcvb_architecture }}) architecture since version 10.0. This guide helps you upgrade from version 9.x by highlighting the key API changes and providing migration paths. -The actual migration effort depends on which APIs you currently use. In many cases, only the interfaces you actively use need to be updated — review the sections below to identify the changes that affect your integration. +The actual migration effort depends on which APIs you currently use. In many cases, only the interfaces you actively use need to be updated - review the sections below to identify the changes that affect your integration. > [!NOTE] > If you are new to the DCV architecture and prefer to start fresh, refer to the [User Guide]({{ site.dbr_java }}user-guide.html) for a quick-start tutorial. diff --git a/programming/java/release-notes/index.md b/programming/java/release-notes/index.md index bb37ba9..cc803a5 100644 --- a/programming/java/release-notes/index.md +++ b/programming/java/release-notes/index.md @@ -1,7 +1,7 @@ --- layout: default-layout title: Release Notes - Dynamsoft Barcode Reader SDK Java Edition -description: This is the release notes page of Dynamsoft Barcode Reader SDK Java Edition. +description: Chronological release notes index for DBR SDK Java Edition, covering all versions from 7.x through 11.x. keywords: release notes, java needAutoGenerateSidebar: false --- diff --git a/programming/java/release-notes/java-11.md b/programming/java/release-notes/java-11.md index 506cbce..1d6b5f2 100644 --- a/programming/java/release-notes/java-11.md +++ b/programming/java/release-notes/java-11.md @@ -1,7 +1,7 @@ --- layout: default-layout title: Release Notes v11.x - Dynamsoft Barcode Reader SDK Java Edition -description: This is the release notes page of Dynamsoft Barcode Reader SDK Java Edition v11.x. +description: Release notes for DBR SDK Java Edition v11.x, highlighting AI-powered barcode detection models, ECI support, on-demand model loading, and performance improvements. keywords: release notes, java needGenerateH3Content: false --- diff --git a/programming/java/release-notes/java-7.md b/programming/java/release-notes/java-7.md index 5903e6d..e846634 100644 --- a/programming/java/release-notes/java-7.md +++ b/programming/java/release-notes/java-7.md @@ -1,7 +1,7 @@ --- layout: default-layout title: Release Notes v7.6.0 and below - Dynamsoft Barcode Reader SDK Java Edition -description: This is the release notes page of Dynamsoft Barcode Reader SDK Java Edition v7.6.0 and below. +description: Release notes for DBR SDK Java Edition v7.6.0 and earlier, including speed and deblurring improvements, and various bug fixes. keywords: release notes, java needAutoGenerateSidebar: true needGenerateH3Content: false diff --git a/programming/java/release-notes/java-8.md b/programming/java/release-notes/java-8.md index ade07c7..8501813 100644 --- a/programming/java/release-notes/java-8.md +++ b/programming/java/release-notes/java-8.md @@ -1,7 +1,7 @@ --- layout: default-layout title: Release Notes v8.x - Dynamsoft Barcode Reader SDK Java Edition -description: This is the release notes page of Dynamsoft Barcode Reader SDK Java Edition v8.x. +description: Release notes for DBR SDK Java Edition v8.x, covering new localization modes, confidence scoring improvements, and other enhancements. keywords: release notes, java needAutoGenerateSidebar: true needGenerateH3Content: false diff --git a/programming/java/release-notes/java-9.md b/programming/java/release-notes/java-9.md index 6b5b256..f64a0a6 100644 --- a/programming/java/release-notes/java-9.md +++ b/programming/java/release-notes/java-9.md @@ -1,7 +1,7 @@ --- layout: default-layout title: Release Notes v9.x - Dynamsoft Barcode Reader SDK Java Edition -description: This is the release notes page of Dynamsoft Barcode Reader SDK Java Edition v9.x. +description: Release notes for DBR SDK Java Edition v9.x, including security updates, decoding accuracy improvements, and bug fixes across the v9 releases. keywords: release notes, java needGenerateH3Content: false --- diff --git a/programming/java/samples/index.md b/programming/java/samples/index.md index 1ba9283..d741bee 100644 --- a/programming/java/samples/index.md +++ b/programming/java/samples/index.md @@ -1,7 +1,7 @@ --- layout: default-layout title: Samples - Dynamsoft Barcode Reader SDK Java Edition -description: Sample list page of Dynamsoft Barcode Reader Java Edition. +description: A list of Java code samples for DBR, including hello-world and various feature demonstration samples. keywords: java needAutoGenerateSidebar: false --- diff --git a/programming/java/upgrade-instruction.md b/programming/java/upgrade-instruction.md index 9f34575..7a8dc25 100644 --- a/programming/java/upgrade-instruction.md +++ b/programming/java/upgrade-instruction.md @@ -1,7 +1,7 @@ --- title: Upgrade Instructions - Dynamsoft Barcode Reader SDK Java Edition keywords: java, upgrade -description: This page introduces how to upgrade Dynamsoft Barcode Reader SDK Java Edition +description: Step-by-step instructions for upgrading DBR SDK Java Edition to version 11.x, covering license key update, Maven dependency update, template migration, and project rebuild. needAutoGenerateSidebar: true needGenerateH3Content: true --- diff --git a/programming/java/user-guide.md b/programming/java/user-guide.md index 03a15c8..b1506d5 100644 --- a/programming/java/user-guide.md +++ b/programming/java/user-guide.md @@ -1,7 +1,7 @@ --- layout: default-layout title: User Guide - Dynamsoft Barcode Reader SDK Java Edition -description: This is the user guide of Dynamsoft Barcode Reader SDK Java Edition. +description: A step-by-step guide to building your first barcode reading application with DBR Java Edition, covering installation, single-image decoding, and multi-image processing with code samples. keywords: user guide, java needAutoGenerateSidebar: true needGenerateH3Content: true diff --git a/programming/java/user-guide/explore-features/index.md b/programming/java/user-guide/explore-features/index.md index c051b85..1947feb 100644 --- a/programming/java/user-guide/explore-features/index.md +++ b/programming/java/user-guide/explore-features/index.md @@ -1,7 +1,7 @@ --- layout: default-layout title: Explore Features - Dynamsoft Barcode Reader SDK Java Edition User Guide -description: This page lists the topics to explore the features of Dynamsoft Barcode Reader Java Edition. +description: A curated list of feature topics for DBR Java Edition, covering barcode format control, difficult-scenario handling, result filtering, and advanced template usage. keywords: user guide, explore features, java noTitleIndex: false --- diff --git a/programming/java/user-guide/index.md b/programming/java/user-guide/index.md index 15e27c0..4743143 100644 --- a/programming/java/user-guide/index.md +++ b/programming/java/user-guide/index.md @@ -1,7 +1,7 @@ --- layout: default-layout title: Java Edition User Guide Index -description: This is the user guide index page of Dynamsoft Barcode Reader Java Edition. +description: Index page for DBR Java Edition user guide, linking to Getting Started, Explore Features, and Use Cases articles. keywords: user guide index, java --- diff --git a/programming/java/user-guide/use-cases/index.md b/programming/java/user-guide/use-cases/index.md index 8d0bc87..a14b5a8 100644 --- a/programming/java/user-guide/use-cases/index.md +++ b/programming/java/user-guide/use-cases/index.md @@ -1,7 +1,7 @@ --- layout: default-layout title: Use Cases - Dynamsoft Barcode Reader SDK Java Edition User Guide -description: This page explores the use cases of Dynamsoft Barcode Reader Java Edition. +description: Use case articles for DBR Java Edition, including how to read DPM codes and postal codes. keywords: user guide, use cases, java --- diff --git a/programming/python/api-reference/aztec-details.md b/programming/python/api-reference/aztec-details.md index aaf683f..6a6ac4e 100644 --- a/programming/python/api-reference/aztec-details.md +++ b/programming/python/api-reference/aztec-details.md @@ -1,7 +1,7 @@ --- layout: default-layout title: AztecDetails Class - Dynamsoft Barcode Reader Module Python Edition API Reference -description: Definition of AztecDetails class in Dynamsoft Barcode Reader Module Python Edition. +description: API reference for the AztecDetails class in Dynamsoft Barcode Reader Python Edition, which stores the row count, column count, and layer number of a decoded Aztec barcode. keywords: rows, columns, layer_number, AztecDetails, api reference --- diff --git a/programming/python/api-reference/barcode-details.md b/programming/python/api-reference/barcode-details.md index fa1538c..7976e4b 100644 --- a/programming/python/api-reference/barcode-details.md +++ b/programming/python/api-reference/barcode-details.md @@ -1,7 +1,7 @@ --- layout: default-layout title: BarcodeDetails Class - Dynamsoft Barcode Reader Module Python Edition API Reference -description: Definition of BarcodeDetails class in Dynamsoft Barcode Reader Module Python Edition. +description: API reference for the BarcodeDetails class in Dynamsoft Barcode Reader Python Edition, an abstract base class that is the parent class for all barcode-format-specific detail classes. keywords: BarcodeDetails, api reference --- diff --git a/programming/python/api-reference/barcode-reader-module.md b/programming/python/api-reference/barcode-reader-module.md index 3e6dad5..1acdd04 100644 --- a/programming/python/api-reference/barcode-reader-module.md +++ b/programming/python/api-reference/barcode-reader-module.md @@ -1,7 +1,7 @@ --- layout: default-layout title: BarcodeReaderModule Class - Dynamsoft Barcode Reader Module Python Edition API Reference -description: This page shows the Python Edition of the class BarcodeReaderModule in Barcode Reader Module. +description: API reference for the BarcodeReaderModule class in Dynamsoft Barcode Reader Python Edition, providing module-level utilities such as version retrieval and factory methods for barcode elements. keywords: barcode reader module, python needAutoGenerateSidebar: true needGenerateH3Content: true diff --git a/programming/python/api-reference/barcode-result-item.md b/programming/python/api-reference/barcode-result-item.md index 16d29b0..db3f281 100644 --- a/programming/python/api-reference/barcode-result-item.md +++ b/programming/python/api-reference/barcode-result-item.md @@ -1,7 +1,7 @@ --- layout: default-layout title: BarcodeResultItem Class - Dynamsoft Barcode Reader Module Python Edition API Reference -description: Definition of BarcodeResultItem class in Dynamsoft Barcode Reader Module Python Edition. +description: API reference for the BarcodeResultItem class in Dynamsoft Barcode Reader Python Edition, representing a single decoded barcode with methods to retrieve format, text, location, confidence, and module size. keywords: get_format, get_text, get_location, get_confidence, get_module_size, BarcodeResultItem, api reference --- diff --git a/programming/python/api-reference/candidate-barcode-zone.md b/programming/python/api-reference/candidate-barcode-zone.md index 7943594..ef4c379 100644 --- a/programming/python/api-reference/candidate-barcode-zone.md +++ b/programming/python/api-reference/candidate-barcode-zone.md @@ -1,7 +1,7 @@ --- layout: default-layout title: CandidateBarcodeZone Class - Dynamsoft Barcode Reader Python Edition API Reference -description: This page shows CandidateBarcodeZone class definition of Dynamsoft Barcode Reader SDK Python Edition. +description: API reference for the CandidateBarcodeZone class in Dynamsoft Barcode Reader Python Edition, representing a candidate barcode region with location and possible format information. keywords: get_location, set_location, get_possible_formats, set_possible_formats, CandidateBarcodeZone, api reference --- # CandidateBarcodeZone Class diff --git a/programming/python/api-reference/candidate-barcode-zones-unit.md b/programming/python/api-reference/candidate-barcode-zones-unit.md index dbb5926..161a80e 100644 --- a/programming/python/api-reference/candidate-barcode-zones-unit.md +++ b/programming/python/api-reference/candidate-barcode-zones-unit.md @@ -1,7 +1,7 @@ --- layout: default-layout title: CandidateBarcodeZonesUnit Class - Dynamsoft Barcode Reader Python Edition API Reference -description: This page shows CandidateBarcodeZonesUnit class definition of Dynamsoft Barcode Reader SDK Python Edition. +description: API reference for the CandidateBarcodeZonesUnit class in Dynamsoft Barcode Reader Python Edition, an intermediate result unit that holds a collection of candidate barcode zones detected during processing. keywords: get_count, get_candidate_barcode_zone, add_candidate_barcode_zone, remove_all_candidate_barcode_zones, remove_candidate_barcode_zone, set_candidate_barcode_zone, CandidateBarcodeZonesUnit, api reference --- # CandidateBarcodeZonesUnit Class diff --git a/programming/python/api-reference/complemented-barcode-image-unit.md b/programming/python/api-reference/complemented-barcode-image-unit.md index 8b950e8..94e33b1 100644 --- a/programming/python/api-reference/complemented-barcode-image-unit.md +++ b/programming/python/api-reference/complemented-barcode-image-unit.md @@ -1,7 +1,7 @@ --- layout: default-layout title: ComplementedBarcodeImageUnit Class - Dynamsoft Barcode Reader Python Edition API Reference -description: This page shows ComplementedBarcodeImageUnit class definition of Dynamsoft Barcode Reader SDK Python Edition. +description: API reference for the ComplementedBarcodeImageUnit class in Dynamsoft Barcode Reader Python Edition, an intermediate result unit containing the complemented image data and location of a barcode. keywords: get_image_data, get_location, set_location, ComplementedBarcodeImageUnit, api reference --- # ComplementedBarcodeImageUnit Class diff --git a/programming/python/api-reference/datamatrix-details.md b/programming/python/api-reference/datamatrix-details.md index 2c18213..22d5ea7 100644 --- a/programming/python/api-reference/datamatrix-details.md +++ b/programming/python/api-reference/datamatrix-details.md @@ -1,7 +1,7 @@ --- layout: default-layout title: DataMatrixDetails Class - Dynamsoft Barcode Reader Module Python Edition API Reference -description: Definition of DataMatrixDetails class in Dynamsoft Barcode Reader Module Python Edition. +description: API reference for the DataMatrixDetails class in Dynamsoft Barcode Reader Python Edition, storing the row count, column count, data region dimensions, and region number of a decoded DataMatrix barcode. keywords: rows, columns, data_region_rows, data_region_columns, data_region_number, DataMatrixDetails, api reference --- # DataMatrixDetails diff --git a/programming/python/api-reference/decoded-barcode-element.md b/programming/python/api-reference/decoded-barcode-element.md index 8ba9d4b..fd586d1 100644 --- a/programming/python/api-reference/decoded-barcode-element.md +++ b/programming/python/api-reference/decoded-barcode-element.md @@ -1,7 +1,7 @@ --- layout: default-layout title: DecodedBarcodeElement Class - Dynamsoft Barcode Reader Python Edition API Reference -description: This page shows DecodedBarcodeElement class definition of Dynamsoft Barcode Reader SDK Python Edition. +description: API reference for the DecodedBarcodeElement class in Dynamsoft Barcode Reader Python Edition, providing format, text, raw bytes, angle, confidence, DPM flag, and ECI segment data for a decoded barcode. keywords: get_format, get_text, get_bytes, get_angle, get_confidence, is_dpm, DecodedBarcodeElement, api reference --- # DecodedBarcodeElement Class diff --git a/programming/python/api-reference/decoded-barcodes-result.md b/programming/python/api-reference/decoded-barcodes-result.md index bb8e7e9..371f7e6 100644 --- a/programming/python/api-reference/decoded-barcodes-result.md +++ b/programming/python/api-reference/decoded-barcodes-result.md @@ -1,7 +1,7 @@ --- layout: default-layout title: DecodedBarcodesResult Class - Dynamsoft Barcode Reader Module Python Edition API Reference -description: Definition of DecodedBarcodesResult class in Dynamsoft Barcode Reader Module Python Edition. +description: API reference for the DecodedBarcodesResult class in Dynamsoft Barcode Reader Python Edition, which aggregates all decoded barcode items from a single capture along with source image hash, error code, and error message. keywords: get_original_image_hash_id, get_items, get_error_code, DecodedBarcodesResult, api reference --- # DecodedBarcodesResult Class diff --git a/programming/python/api-reference/decoded-barcodes-unit.md b/programming/python/api-reference/decoded-barcodes-unit.md index 9d24286..a10dbb7 100644 --- a/programming/python/api-reference/decoded-barcodes-unit.md +++ b/programming/python/api-reference/decoded-barcodes-unit.md @@ -1,7 +1,7 @@ --- layout: default-layout title: DecodedBarcodesUnit Class - Dynamsoft Barcode Reader Python Edition API Reference -description: This page shows DecodedBarcodesUnit class definition of Dynamsoft Barcode Reader SDK Python Edition. +description: API reference for the DecodedBarcodesUnit class in Dynamsoft Barcode Reader Python Edition, an intermediate result unit that holds the collection of successfully decoded barcode elements. keywords: get_count, get_decoded_barcode, remove_all_decoded_barcodes, set_decoded_barcode, DecodedBarcodesUnit, api reference --- # DecodedBarcodesUnit Class diff --git a/programming/python/api-reference/deformation-resisted-barcode-image-unit.md b/programming/python/api-reference/deformation-resisted-barcode-image-unit.md index 83fb9c1..e5acbcf 100644 --- a/programming/python/api-reference/deformation-resisted-barcode-image-unit.md +++ b/programming/python/api-reference/deformation-resisted-barcode-image-unit.md @@ -1,7 +1,7 @@ --- layout: default-layout title: DeformationResistedBarcodeImageUnit Class - Dynamsoft Barcode Reader Python Edition API Reference -description: This page shows DeformationResistedBarcodeImageUnit class definition of Dynamsoft Barcode Reader SDK Python Edition. +description: API reference for the DeformationResistedBarcodeImageUnit class in Dynamsoft Barcode Reader Python Edition, an intermediate result unit containing the deformation-resisted barcode image used during decoding. keywords: get_deformation_resisted_barcode, set_deformation_resisted_barcode, DeformationResistedBarcodeImageUnit, api reference --- # DeformationResistedBarcodeImageUnit Class diff --git a/programming/python/api-reference/deformation-resisted-barcode.md b/programming/python/api-reference/deformation-resisted-barcode.md index ae065d2..fa255ab 100644 --- a/programming/python/api-reference/deformation-resisted-barcode.md +++ b/programming/python/api-reference/deformation-resisted-barcode.md @@ -1,7 +1,7 @@ --- layout: default-layout title: DeformationResistedBarcode Class - Dynamsoft Barcode Reader Python Edition API Reference -description: This page shows DeformationResistedBarcode class definition of Dynamsoft Barcode Reader SDK Python Edition. +description: API reference for the DeformationResistedBarcode class in Dynamsoft Barcode Reader Python Edition, storing the location, format, and image data of a barcode after deformation resistance processing. keywords: get_location, set_location, get_format, set_format, get_image_data, set_image_data, DeformationResistedBarcode, api reference --- # DeformationResistedBarcode Class diff --git a/programming/python/api-reference/eci-segment.md b/programming/python/api-reference/eci-segment.md index 22374a1..55149eb 100644 --- a/programming/python/api-reference/eci-segment.md +++ b/programming/python/api-reference/eci-segment.md @@ -1,7 +1,7 @@ --- layout: default-layout title: ECISegment Class - Dynamsoft Barcode Reader Module Python Edition API Reference -description: This page shows ECISegment class definition of Dynamsoft Barcode Reader Module Python Edition. +description: API reference for the ECISegment class in Dynamsoft Barcode Reader Python Edition, representing an Extended Channel Interpretation (ECI) segment that specifies the character encoding for a portion of a decoded barcode's bytes. keywords: ECISegment, ECI, Extended Channel Interpretation, api reference --- diff --git a/programming/python/api-reference/enum-barcode-format.md b/programming/python/api-reference/enum-barcode-format.md index aae3157..d191c23 100644 --- a/programming/python/api-reference/enum-barcode-format.md +++ b/programming/python/api-reference/enum-barcode-format.md @@ -1,7 +1,7 @@ --- layout: default-layout title: BarcodeFormat - Dynamsoft Barcode Reader Python Enumerations -description: The enumeration BarcodeFormat of Dynamsoft Barcode Reader defines the supported barcode formats. +description: Reference for the BarcodeFormat enumeration in DBR Python Edition, listing all supported barcode symbologies including 1D, QR Code, DataMatrix, PDF417, Aztec, and many others. keywords: Barcode formats codeAutoHeight: true --- diff --git a/programming/python/api-reference/enum-deblur-mode.md b/programming/python/api-reference/enum-deblur-mode.md index 66a5cf0..c5fbdb8 100644 --- a/programming/python/api-reference/enum-deblur-mode.md +++ b/programming/python/api-reference/enum-deblur-mode.md @@ -1,7 +1,7 @@ --- layout: default-layout title: DeblurMode - Dynamsoft Barcode Reader Python Enumerations -description: The enumeration DeblurMode of Dynamsoft Barcode Reader describes deblur modes that implemented on the localized barcodes. +description: Reference for the DeblurMode enumeration in DBR Python Edition, listing image processing algorithms applied to localized barcode zones to generate a binary image for final barcode decoding. keywords: Deblur mode codeAutoHeight: true --- diff --git a/programming/python/api-reference/enum-extended-barcode-result-type.md b/programming/python/api-reference/enum-extended-barcode-result-type.md index b51f9e2..fa0c93b 100644 --- a/programming/python/api-reference/enum-extended-barcode-result-type.md +++ b/programming/python/api-reference/enum-extended-barcode-result-type.md @@ -1,7 +1,7 @@ --- layout: default-layout title: ExtendedBarcodeResultType - Dynamsoft Barcode Reader Python Enumerations -description: The enumeration ExtendedBarcodeResultType of Dynamsoft Barcode Reader describes the type of the extended barcode result. +description: Reference for the ExtendedBarcodeResultType enumeration in DBR Python Edition, which classifies the type of text result returned from a barcode scan (e.g., standard, candidate, partial). keywords: Extended barcode result type codeAutoHeight: true --- diff --git a/programming/python/api-reference/enum-localization-mode.md b/programming/python/api-reference/enum-localization-mode.md index 4952ae1..c193813 100644 --- a/programming/python/api-reference/enum-localization-mode.md +++ b/programming/python/api-reference/enum-localization-mode.md @@ -1,7 +1,7 @@ --- layout: default-layout title: LocalizationMode - Dynamsoft Barcode Reader Python Enumerations -description: The enumeration LocalizationMode of Dynamsoft Barcode Reader describes the localization modes of the barcodes. +description: Reference for the LocalizationMode enumeration in DBR Python Edition, listing the strategies used to identify barcode locations within an image, such as connected blocks, statistics, and scan-direct modes. keywords: Localization mode codeAutoHeight: true --- diff --git a/programming/python/api-reference/enum-qr-code-error-correction-level.md b/programming/python/api-reference/enum-qr-code-error-correction-level.md index b7cfe96..c634a4d 100644 --- a/programming/python/api-reference/enum-qr-code-error-correction-level.md +++ b/programming/python/api-reference/enum-qr-code-error-correction-level.md @@ -1,7 +1,7 @@ --- layout: default-layout title: QRCodeErrorCorrectionLevel - Dynamsoft Barcode Reader Python Enumerations -description: The enumeration QRCodeErrorCorrectionLevel of Dynamsoft Barcode Reader describes the error correction level when processing the QR code. +description: Reference for the QRCodeErrorCorrectionLevel enumeration in DBR Python Edition, defining the four error correction levels (L, M, Q, H) used when encoding or decoding QR codes. keywords: QR code error correction level codeAutoHeight: true --- diff --git a/programming/python/api-reference/extended-barcode-result.md b/programming/python/api-reference/extended-barcode-result.md index 2936774..cb9fd27 100644 --- a/programming/python/api-reference/extended-barcode-result.md +++ b/programming/python/api-reference/extended-barcode-result.md @@ -1,7 +1,7 @@ --- layout: default-layout title: ExtendedBarcodeResult Class - Dynamsoft Barcode Reader C++ Edition API Reference -description: This page shows ExtendedBarcodeResult class definition of Dynamsoft Barcode Reader SDK C++ Edition. +description: API reference for the ExtendedBarcodeResult class in Dynamsoft Barcode Reader Python Edition, providing additional decode details such as result type, deformation level, clarity score, and a sampling image. keywords: get_deformation, get_clarity, get_sampling_image, get_extended_barcode_result_type, ExtendedBarcodeResult, api reference --- # ExtendedBarcodeResult Class diff --git a/programming/python/api-reference/index.md b/programming/python/api-reference/index.md index 724768b..b9734ac 100644 --- a/programming/python/api-reference/index.md +++ b/programming/python/api-reference/index.md @@ -1,7 +1,7 @@ --- layout: default-layout title: Dynamsoft Barcode Reader Python Edition API Reference - Main Page -description: This is the main page of Dynamsoft Barcode Reader SDK API Reference for Python Edition. +description: Full API reference index for DBR Python Edition, listing all classes, structs, and enumerations across the DynamsoftBarcodeReader and DynamsoftCaptureVisionRouter modules. keywords: api reference, python needAutoGenerateSidebar: false --- diff --git a/programming/python/api-reference/localized-barcode-element.md b/programming/python/api-reference/localized-barcode-element.md index ec94853..8d6f943 100644 --- a/programming/python/api-reference/localized-barcode-element.md +++ b/programming/python/api-reference/localized-barcode-element.md @@ -1,7 +1,7 @@ --- layout: default-layout title: LocalizedBarcodeElement Class - Dynamsoft Barcode Reader Python Edition API Reference -description: This page shows LocalizedBarcodeElement class definition of Dynamsoft Barcode Reader SDK Python Edition. +description: API reference for the LocalizedBarcodeElement class in Dynamsoft Barcode Reader Python Edition, representing a detected but not yet decoded barcode region with angle, confidence, possible formats, and module size. keywords: get_angle, get_confidence, get_possible_formats, get_possible_formats_string, get_module_size, set_possible_formats, LocalizedBarcodeElement, api reference --- # LocalizedBarcodeElement Class diff --git a/programming/python/api-reference/localized-barcodes-unit.md b/programming/python/api-reference/localized-barcodes-unit.md index a2a29cd..171e771 100644 --- a/programming/python/api-reference/localized-barcodes-unit.md +++ b/programming/python/api-reference/localized-barcodes-unit.md @@ -1,7 +1,7 @@ --- layout: default-layout title: LocalizedBarcodesUnit Class - Dynamsoft Barcode Reader Python Edition API Reference -description: This page shows LocalizedBarcodesUnit class definition of Dynamsoft Barcode Reader SDK Python Edition. +description: API reference for the LocalizedBarcodesUnit class in Dynamsoft Barcode Reader Python Edition, an intermediate result unit that holds all localized (but not yet decoded) barcode elements found in an image. keywords: get_count, get_localized_barcode, add_localized_barcode, remove_all_localized_barcodes, remove_localized_barcode, set_localized_barcode, LocalizedBarcodesUnit, api reference --- # LocalizedBarcodesUnit Class diff --git a/programming/python/api-reference/oned-code-details.md b/programming/python/api-reference/oned-code-details.md index 0394eeb..10d91f9 100644 --- a/programming/python/api-reference/oned-code-details.md +++ b/programming/python/api-reference/oned-code-details.md @@ -1,7 +1,7 @@ --- layout: default-layout title: OneDCodeDetails Class - Dynamsoft Barcode Reader Module Python Edition API Reference -description: Definition of OneDCodeDetails class in Dynamsoft Barcode Reader Module Python Edition. +description: API reference for the OneDCodeDetails class in Dynamsoft Barcode Reader Python Edition, providing start characters, stop characters, and check digit bytes for a decoded 1D barcode. keywords: startchar, stopchars, OneDCodeDetails, api reference --- # OneDCodeDetails diff --git a/programming/python/api-reference/pdf417-details.md b/programming/python/api-reference/pdf417-details.md index bf73e61..c394614 100644 --- a/programming/python/api-reference/pdf417-details.md +++ b/programming/python/api-reference/pdf417-details.md @@ -1,7 +1,7 @@ --- layout: default-layout title: PDF417Details Class - Dynamsoft Barcode Reader Module Python Edition API Reference -description: Definition of PDF417Details class in Dynamsoft Barcode Reader Module Python Edition. +description: API reference for the PDF417Details class in Dynamsoft Barcode Reader Python Edition, storing the row count, column count, error correction level, and codeword data of a decoded PDF417 barcode. keywords: rows, columns, error_correction_level, PDF417Details, api reference --- # PDF417Details diff --git a/programming/python/api-reference/qr-code-details.md b/programming/python/api-reference/qr-code-details.md index 6540bdf..405a9a8 100644 --- a/programming/python/api-reference/qr-code-details.md +++ b/programming/python/api-reference/qr-code-details.md @@ -1,7 +1,7 @@ --- layout: default-layout title: QRCodeDetails Class - Dynamsoft Barcode Reader Module Python Edition API Reference -description: Definition of QRCodeDetails class in Dynamsoft Barcode Reader Module Python Edition. +description: API reference for the QRCodeDetails class in Dynamsoft Barcode Reader Python Edition, providing rows, columns, error correction level, version, model, and other QR Code structural attributes. keywords: rows, columns, error_correction_level, version, model, mode, page, total_page, parity_data, QRCodeDetails, api reference --- # QRCodeDetails diff --git a/programming/python/api-reference/scaled-barcode-image-unit.md b/programming/python/api-reference/scaled-barcode-image-unit.md index 43620a9..454814d 100644 --- a/programming/python/api-reference/scaled-barcode-image-unit.md +++ b/programming/python/api-reference/scaled-barcode-image-unit.md @@ -1,7 +1,7 @@ --- layout: default-layout title: ScaledBarcodeImageUnit Class - Dynamsoft Barcode Reader Python Edition API Reference -description: This page shows ScaledBarcodeImageUnit class definition of Dynamsoft Barcode Reader SDK Python Edition. +description: API reference for the ScaledBarcodeImageUnit class in Dynamsoft Barcode Reader Python Edition, an intermediate result unit containing a scaled barcode image used to improve decoding of small or low-resolution barcodes. keywords: get_image_data, set_image_data, ScaledBarcodeImageUnit, api reference --- # ScaledBarcodeImageUnit Class diff --git a/programming/python/api-reference/scaled-up-barcode-image-unit.md b/programming/python/api-reference/scaled-up-barcode-image-unit.md index b9bfd4f..e69de29 100644 --- a/programming/python/api-reference/scaled-up-barcode-image-unit.md +++ b/programming/python/api-reference/scaled-up-barcode-image-unit.md @@ -1,62 +0,0 @@ ---- -layout: default-layout -title: ScaledUpBarcodeImageUnit Class - Dynamsoft Barcode Reader Python Edition API Reference -description: This page shows ScaledUpBarcodeImageUnit class definition of Dynamsoft Barcode Reader SDK Python Edition. -keywords: get_image_data, set_image_data, ScaledUpBarcodeImageUnit, api reference ---- -# ScaledUpBarcodeImageUnit Class - -The `ScaledUpBarcodeImageUnit` class represents a unit that contains scaled up barcode image. It inherits from the `IntermediateResultUnit` class. - -## Definition - -*Module:* dbr - -*Inheritance:* [IntermediateResultUnit]({{ site.dcvb_python_api }}core/intermediate-results/intermediate-result-unit.html) -> ScaledUpBarcodeImageUnit - -```python -class ScaledUpBarcodeImageUnit(IntermediateResultUnit) -``` - -## Methods - -| Method | Description | -|-----------------------------------|-------------| -| [`get_image_data`](#get_image_data) | Gets the scaled up barcode image data.| -| [`set_image_data`](#set_image_data) | Sets the scaled up image data.| - -### get_image_data - -Gets the scaled up barcode image data. - -```python -def get_image_data(self) -> ImageData: -``` - -**Return value** - -Returns the scaled up image of the barcode. - -**See Also** - -[ImageData]({{ site.dcvb_python_api }}core/basic-classes/image-data.html) - -### set_image_data - -Sets the scaled up image data. - -```python -def set_image_data(self, image_data: ImageData) -> int: -``` - -**Parameters** - -`image_data` The scaled up image data. - -**Return value** - -Returns 0 if successful, otherwise returns a negative value. - -**See Also** - -[ImageData]({{ site.dcvb_python_api }}core/basic-classes/image-data.html) diff --git a/programming/python/api-reference/simplified-barcode-reader-settings.md b/programming/python/api-reference/simplified-barcode-reader-settings.md index a03c156..ccd1ac3 100644 --- a/programming/python/api-reference/simplified-barcode-reader-settings.md +++ b/programming/python/api-reference/simplified-barcode-reader-settings.md @@ -1,7 +1,7 @@ --- layout: default-layout title: SimplifiedBarcodeReaderSettings Class - Dynamsoft Barcode Reader Module Python Edition API Reference -description: Definition of the SimplifiedBarcodeReaderSettings class in Dynamsoft Barcode Reader Module Python Edition. +description: API reference for the SimplifiedBarcodeReaderSettings class in Dynamsoft Barcode Reader Python Edition, covering configurable properties such as barcode formats, expected count, localization modes, deblur modes, and grayscale processing settings. keywords: class, python, SimplifiedBarcodeReaderSettings needAutoGenerateSidebar: true needGenerateH3Content: true diff --git a/programming/python/index.md b/programming/python/index.md index 35ecd05..b24879e 100644 --- a/programming/python/index.md +++ b/programming/python/index.md @@ -1,7 +1,7 @@ --- title: Introduction - Dynamsoft Barcode Reader Python Edition keywords: python, documentation -description: This page introduces the Python Edition of Dynamsoft Barcode Reader +description: Overview of DBR Python Edition, including feature highlights, system requirements, and links to the user guide, API reference, and migration guides. needAutoGenerateSidebar: false --- diff --git a/programming/python/migrate-from-v10/index.md b/programming/python/migrate-from-v10/index.md index a9f26cb..62b11cd 100644 --- a/programming/python/migrate-from-v10/index.md +++ b/programming/python/migrate-from-v10/index.md @@ -1,7 +1,7 @@ --- title: Migrate from v10.x to v11.x - Dynamsoft Barcode Reader SDK Python Edition keywords: python, upgrade, migrate, v10, v11 -description: This page introduces how to migrate Dynamsoft Barcode Reader SDK Python Edition from version 10.x to 11.x +description: Migration guide from DBR Python Edition v10.x to v11.x. Covers license key update, pip package update, and template upgrade steps. needAutoGenerateSidebar: true needGenerateH3Content: true --- diff --git a/programming/python/migrate-from-v9/index.md b/programming/python/migrate-from-v9/index.md index 71f6a90..e9d1806 100644 --- a/programming/python/migrate-from-v9/index.md +++ b/programming/python/migrate-from-v9/index.md @@ -1,7 +1,7 @@ --- title: Migrate from v9.x to v11.x - Dynamsoft Barcode Reader SDK Python Edition keywords: python, upgrade, migrate, v9, v11 -description: This page introduces how to migrate Dynamsoft Barcode Reader SDK Python Edition from version 9.x to 11.x +description: Migration guide from DBR Python Edition v9.x to v11.x. Details API changes for license, decoding, template, runtime settings, and removed properties under DCV architecture. needAutoGenerateSidebar: true needGenerateH3Content: true --- @@ -10,7 +10,7 @@ needGenerateH3Content: true Dynamsoft Barcode Reader SDK has been refactored to integrate with the [`DynamsoftCaptureVision (DCV)`]({{ site.dcvb_architecture }}) architecture since version 10.0. This guide helps you upgrade from version 9.x by highlighting the key API changes and providing migration paths. -The actual migration effort depends on which APIs you currently use. In many cases, only the interfaces you actively use need to be updated — review the sections below to identify the changes that affect your integration. +The actual migration effort depends on which APIs you currently use. In many cases, only the interfaces you actively use need to be updated - review the sections below to identify the changes that affect your integration. > [!NOTE] > If you are new to the DCV architecture and prefer to start fresh, refer to the [User Guide]({{ site.dbr_python }}user-guide.html) for a quick-start tutorial. diff --git a/programming/python/release-notes/index.md b/programming/python/release-notes/index.md index 14f2d26..49ce047 100644 --- a/programming/python/release-notes/index.md +++ b/programming/python/release-notes/index.md @@ -1,7 +1,7 @@ --- layout: default-layout title: Release Notes - Dynamsoft Barcode Reader SDK Python Edition -description: This is the release notes page of Dynamsoft Barcode Reader SDK Python Edition. +description: Chronological release notes index for DBR SDK Python Edition, covering all versions from 7.x through 11.x. keywords: release notes, python needAutoGenerateSidebar: false --- diff --git a/programming/python/release-notes/python-10.md b/programming/python/release-notes/python-10.md index 2c6fef2..ad9c0ba 100644 --- a/programming/python/release-notes/python-10.md +++ b/programming/python/release-notes/python-10.md @@ -1,7 +1,7 @@ --- layout: default-layout title: Release Notes v10.x - Dynamsoft Barcode Reader SDK Python Edition -description: This is the release notes page of Dynamsoft Barcode Reader SDK Python Edition v10.x. +description: Release notes for DBR SDK Python Edition v10.x, detailing new features, bug fixes, and API changes introduced across the v10 releases under the DCV architecture. keywords: release notes, python needGenerateH3Content: false --- diff --git a/programming/python/release-notes/python-11.md b/programming/python/release-notes/python-11.md index b87d5ff..d50ec07 100644 --- a/programming/python/release-notes/python-11.md +++ b/programming/python/release-notes/python-11.md @@ -1,7 +1,7 @@ --- layout: default-layout title: Release Notes v11.x - Dynamsoft Barcode Reader SDK Python Edition -description: This is the release notes page of Dynamsoft Barcode Reader SDK Python Edition v11.x. +description: Release notes for DBR SDK Python Edition v11.x, highlighting AI-powered barcode detection models, ECI support, on-demand model loading, and performance improvements. keywords: release notes, python needGenerateH3Content: false --- diff --git a/programming/python/release-notes/python-7.md b/programming/python/release-notes/python-7.md index 1654e44..c644c7e 100644 --- a/programming/python/release-notes/python-7.md +++ b/programming/python/release-notes/python-7.md @@ -1,7 +1,7 @@ --- layout: default-layout title: Release Notes v7.x - Dynamsoft Barcode Reader SDK Python Edition -description: This is the release notes page of Dynamsoft Barcode Reader SDK Python Edition v7.x. +description: Release notes for DBR SDK Python Edition v7.x and earlier, including speed and deblurring improvements, and various bug fixes. keywords: release notes, python needAutoGenerateSidebar: true needGenerateH3Content: false diff --git a/programming/python/release-notes/python-8.md b/programming/python/release-notes/python-8.md index 39f7d2b..9df4d5c 100644 --- a/programming/python/release-notes/python-8.md +++ b/programming/python/release-notes/python-8.md @@ -1,7 +1,7 @@ --- layout: default-layout title: Release Notes v8.x - Dynamsoft Barcode Reader SDK Python Edition -description: This is the release notes page of Dynamsoft Barcode Reader SDK Python Edition v8.x. +description: Release notes for DBR SDK Python Edition v8.x, covering new localization modes, confidence scoring improvements, and other enhancements. keywords: release notes, python needAutoGenerateSidebar: true needGenerateH3Content: false diff --git a/programming/python/release-notes/python-9.md b/programming/python/release-notes/python-9.md index b6aa157..dbff9ea 100644 --- a/programming/python/release-notes/python-9.md +++ b/programming/python/release-notes/python-9.md @@ -1,7 +1,7 @@ --- layout: default-layout title: Release Notes v9.x - Dynamsoft Barcode Reader SDK Python Edition -description: This is the release notes page of Dynamsoft Barcode Reader SDK Python Edition v9.x. +description: Release notes for DBR SDK Python Edition v9.x, including security updates, decoding accuracy improvements, and bug fixes across the v9 releases. keywords: release notes, python needGenerateH3Content: false --- diff --git a/programming/python/samples/index.md b/programming/python/samples/index.md index 8ba5d81..63f17b0 100644 --- a/programming/python/samples/index.md +++ b/programming/python/samples/index.md @@ -1,7 +1,7 @@ --- layout: default-layout title: Samples - Dynamsoft Barcode Reader SDK Python Edition -description: Sample list page of Dynamsoft Barcode Reader Python Edition. +description: A list of Python code samples for DBR, including hello-world and various feature demonstration samples. keywords: python needAutoGenerateSidebar: false --- diff --git a/programming/python/upgrade-instruction.md b/programming/python/upgrade-instruction.md index 2c409d0..255750b 100644 --- a/programming/python/upgrade-instruction.md +++ b/programming/python/upgrade-instruction.md @@ -1,7 +1,7 @@ --- title: Upgrade Instructions - Dynamsoft Barcode Reader SDK Python Edition keywords: python, upgrade -description: This page introduces how to upgrade Dynamsoft Barcode Reader SDK Python Edition +description: Step-by-step instructions for upgrading DBR SDK Python Edition to version 11.x, covering license key update, pip package update, template migration, and project rebuild. needAutoGenerateSidebar: true needGenerateH3Content: true --- diff --git a/programming/python/user-guide.md b/programming/python/user-guide.md index 1151250..e0ed5ee 100644 --- a/programming/python/user-guide.md +++ b/programming/python/user-guide.md @@ -1,7 +1,7 @@ --- layout: default-layout title: User Guide - Dynamsoft Barcode Reader SDK Python Edition -description: This is the user guide of Dynamsoft Barcode Reader SDK Python Edition. +description: A step-by-step guide to building your first barcode reading application with DBR Python Edition, covering installation, single-image decoding, and multi-image processing with code samples. keywords: user guide, python needAutoGenerateSidebar: true needGenerateH3Content: true diff --git a/programming/python/user-guide/explore-features/index.md b/programming/python/user-guide/explore-features/index.md index 8c4e4c3..f8ea13b 100644 --- a/programming/python/user-guide/explore-features/index.md +++ b/programming/python/user-guide/explore-features/index.md @@ -1,7 +1,7 @@ --- layout: default-layout title: Explore Features - Dynamsoft Barcode Reader SDK Python Edition User Guide -description: This page lists the topics to explore the features of Dynamsoft Barcode Reader Python Edition. +description: A curated list of feature topics for DBR Python Edition, covering barcode format control, difficult-scenario handling, result filtering, and advanced template usage. keywords: user guide, explore features, python noTitleIndex: false --- diff --git a/programming/python/user-guide/index.md b/programming/python/user-guide/index.md index f7e34aa..960eb7e 100644 --- a/programming/python/user-guide/index.md +++ b/programming/python/user-guide/index.md @@ -1,7 +1,7 @@ --- layout: default-layout title: Python Edition User Guide Index -description: This is the user guide index page of Dynamsoft Barcode Reader Python Edition. +description: Index page for DBR Python Edition user guide, linking to Getting Started, Explore Features, and Use Cases articles. keywords: user guide index, python --- diff --git a/programming/python/user-guide/use-cases/index.md b/programming/python/user-guide/use-cases/index.md index d165925..4c008ac 100644 --- a/programming/python/user-guide/use-cases/index.md +++ b/programming/python/user-guide/use-cases/index.md @@ -1,7 +1,7 @@ --- layout: default-layout title: Use Cases - Dynamsoft Barcode Reader SDK Python Edition User Guide -description: This page explores the use cases of Dynamsoft Barcode Reader Python Edition. +description: Use case articles for DBR Python Edition, including how to read DPM codes and postal codes. keywords: user guide, use cases, python ---