diff --git a/architecture/image-processing/index.md b/architecture/image-processing/index.md
index 2040b19..cb910e4 100644
--- a/architecture/image-processing/index.md
+++ b/architecture/image-processing/index.md
@@ -1,7 +1,7 @@
---
layout: default-layout
title: Image-Processing Tasks - Dynamsoft Capture Vision Architecture
-description: This article introduces all image-processing tasks in the Dynamsoft Capture Vision architecture.
+description: An overview of image-processing tasks in the Dynamsoft Capture Vision architecture, describing the three supported tasks (read barcodes, recognize text lines, normalize document) and how each is organized into sections and stages.
needAutoGenerateSidebar: true
needGenerateH3Content: true
noTitleIndex: false
diff --git a/architecture/index.md b/architecture/index.md
index f0522bd..84e2461 100644
--- a/architecture/index.md
+++ b/architecture/index.md
@@ -1,7 +1,7 @@
---
layout: default-layout
title: Dynamsoft Capture Vision Architecture
-description: This is the main page of Dynamsoft Capture Vision Architecture.
+description: An in-depth look at the Dynamsoft Capture Vision architecture, explaining the role of the Capture Vision Router (CVR) as the active coordinator that retrieves images from an ImageSource and dispatches tasks to passive functional products (DBR, DLR, DDN, DCP).
needAutoGenerateSidebar: true
needGenerateH3Content: true
noTitleIndex: false
diff --git a/architecture/input.md b/architecture/input.md
index 9d50be9..0066870 100644
--- a/architecture/input.md
+++ b/architecture/input.md
@@ -1,7 +1,7 @@
---
layout: default-layout
title: Standard Input - Dynamsoft Capture Vision Architecture
-description: This article is about the standard input in the Dynamsoft Capture Vision architecture.
+description: An explanation of the image input mechanism in the Dynamsoft Capture Vision architecture, detailing the Image Source Adapter (ISA) interface - its image-request methods, buffer management, and built-in implementations such as DirectoryFetcher and Camera Enhancer.
needAutoGenerateSidebar: true
needGenerateH3Content: true
noTitleIndex: false
diff --git a/architecture/output.md b/architecture/output.md
index 13c0833..1350079 100644
--- a/architecture/output.md
+++ b/architecture/output.md
@@ -1,7 +1,7 @@
---
layout: default-layout
title: Standard Output - Dynamsoft Capture Vision Architecture
-description: This article is about the standard output in the Dynamsoft Capture Vision architecture.
+description: An explanation of the output mechanism in the Dynamsoft Capture Vision architecture, covering the Captured Result Receiver (CRR) interface for final results (barcodes, text lines, document boundaries, normalized images, parsed tables) and the Intermediate Result Receiver (IRR) interface for in-process data.
needAutoGenerateSidebar: true
needGenerateH3Content: true
noTitleIndex: false
diff --git a/architecture/semantic-processing.md b/architecture/semantic-processing.md
index fb85a97..41972b1 100644
--- a/architecture/semantic-processing.md
+++ b/architecture/semantic-processing.md
@@ -1,7 +1,7 @@
---
layout: default-layout
title: Semantic Processing - Dynamsoft Capture Vision Architecture
-description: This article introduces Semantic Processing Section in the Dynamsoft Capture Vision architecture.
+description: An explanation of Semantic Processing in the Dynamsoft Capture Vision architecture, which parses raw barcode or text line results into structured, human-readable fields - for example, extracting passport number, name, and date of birth from an MRZ text result.
needAutoGenerateSidebar: true
needGenerateH3Content: true
noTitleIndex: true
diff --git a/introduction/index.md b/introduction/index.md
index 479f7cb..9a3259d 100644
--- a/introduction/index.md
+++ b/introduction/index.md
@@ -1,7 +1,7 @@
---
layout: default-layout
title: Dynamsoft Capture Vision Introduction - Main Page
-description: This is the main page of Dynamsoft Capture Vision Introduction.
+description: An introduction to Dynamsoft Capture Vision (DCV), explaining how it aggregates Dynamsoft Barcode Reader, Label Recognizer, Document Normalizer, Code Parser, and Camera Enhancer into a unified SDK with shared computation and flexible workflow configuration.
needAutoGenerateSidebar: true
needGenerateH3Content: true
noTitleIndex: true
diff --git a/license/index.md b/license/index.md
index 8e6b06a..eb72ffb 100644
--- a/license/index.md
+++ b/license/index.md
@@ -2,7 +2,7 @@
layout: default-layout
title: License Initialization - Dynamsoft SDKs
keywords: license
-description: License Initialization Page
+description: A guide to license initialization for Dynamsoft SDKs, covering how to obtain a trial or full license and how to activate it by calling initLicense() in JavaScript, C++, Android, iOS, C#, and Python.
---
# License Initialization
diff --git a/parameters/file/auxiliary/barcode-format-specification.md b/parameters/file/auxiliary/barcode-format-specification.md
index 7696987..eb8b8f2 100644
--- a/parameters/file/auxiliary/barcode-format-specification.md
+++ b/parameters/file/auxiliary/barcode-format-specification.md
@@ -1,7 +1,7 @@
---
layout: default-layout
title: BarcodeFormatSpecification - Dynamsoft Capture Vision Parameter File
-description: The BarcodeFormatSpecification object in the Dynamsoft Capture Vision Parameter File defines how barcodes will be processed.
+description: Reference for the BarcodeFormatSpecification object in Dynamsoft Capture Vision, which sets format-specific barcode reading configurations such as angle range, size filters, check digit verification, quiet zone requirements, and decoding options for a specified set of barcode formats.
keywords: Barcode format specification, binarization, grayscale enhancement, character normalization
needAutoGenerateSidebar: true
noTitleIndex: true
diff --git a/parameters/file/auxiliary/capture-vision-model.md b/parameters/file/auxiliary/capture-vision-model.md
index 0603444..6adaafa 100644
--- a/parameters/file/auxiliary/capture-vision-model.md
+++ b/parameters/file/auxiliary/capture-vision-model.md
@@ -1,7 +1,7 @@
---
layout: default-layout
title: CaptureVisionModel - Dynamsoft Capture Vision Parameter File
-description: The CaptureVisionModel object in the Dynamsoft Capture Vision Parameter File defines how the models are found and works.
+description: Reference for the CaptureVisionModel object in Dynamsoft Capture Vision, which tells the library where to find CNN model files (for barcode decoding, character recognition, and text line recognition) and how many model instances to run concurrently.
keywords: CaptureVisionModel
needAutoGenerateSidebar: true
noTitleIndex: true
diff --git a/parameters/file/auxiliary/char-set.md b/parameters/file/auxiliary/char-set.md
index 57c34af..6bbf1a8 100644
--- a/parameters/file/auxiliary/char-set.md
+++ b/parameters/file/auxiliary/char-set.md
@@ -1,7 +1,7 @@
---
layout: default-layout
title: CharSet - CharacterModel - Dynamsoft Capture Vision Parameters
-description: The parameter CharSet defines a path of character models.
+description: Reference for the CharSet parameter in Dynamsoft Capture Vision, which configures character recognition scope for a CharacterModel by specifying additional special characters to include and characters to exclude.
keywords: Directory path
needAutoGenerateSidebar: true
noTitleIndex: true
diff --git a/parameters/file/auxiliary/global-parameter.md b/parameters/file/auxiliary/global-parameter.md
index 4e50c75..5b8bea0 100644
--- a/parameters/file/auxiliary/global-parameter.md
+++ b/parameters/file/auxiliary/global-parameter.md
@@ -1,7 +1,7 @@
---
layout: default-layout
title: GlobalParameters - Dynamsoft Capture Vision Parameter File
-description: The GlobalParameters object in the Dynamsoft Capture Vision Parameter File defines the global parameters.
+description: Reference for the GlobalParameter object in Dynamsoft Capture Vision, which sets SDK-wide constraints including the maximum total image dimension that can be processed concurrently and the number of threads used for model execution (IntraOpNumThreads).
keywords: image dimension, global parameters
needAutoGenerateSidebar: true
noTitleIndex: true
diff --git a/parameters/file/auxiliary/textline-specification.md b/parameters/file/auxiliary/textline-specification.md
index 8dd387a..d7d941a 100644
--- a/parameters/file/auxiliary/textline-specification.md
+++ b/parameters/file/auxiliary/textline-specification.md
@@ -1,7 +1,7 @@
---
layout: default-layout
title: TextLineSpecification - Dynamsoft Capture Vision Parameter File
-description: The TextLineSpecification object in the Dynamsoft Capture Vision Parameter File defines how text lines will be processed.
+description: Reference for the TextLineSpecification object in Dynamsoft Capture Vision, which configures how individual text lines are recognized - including character model, text line recognition model, height range, string regex, binarization, grayscale enhancement, character normalization, and result concatenation settings.
keywords: Text line specification, binarization, grayscale enhancement, character normalization
needAutoGenerateSidebar: true
noTitleIndex: true
diff --git a/parameters/file/capture-vision-template.md b/parameters/file/capture-vision-template.md
index edeb2f7..6bbd083 100644
--- a/parameters/file/capture-vision-template.md
+++ b/parameters/file/capture-vision-template.md
@@ -1,7 +1,7 @@
---
layout: default-layout
title: CaptureVisionTemplate - Dynamsoft Capture Vision Parameters
-description: The CaptureVisionTemplate object in the Dynamsoft Capture Vision.
+description: Reference for the CaptureVisionTemplate object in Dynamsoft Capture Vision, which is the entry point of a parameter template and links an ImageSource, one or more TargetROIDef objects, and optional SemanticProcessing objects into a complete capture workflow.
keywords: CaptureVisionTemplate
---
diff --git a/parameters/file/image-parameter.md b/parameters/file/image-parameter.md
index 79ec26e..12ca891 100644
--- a/parameters/file/image-parameter.md
+++ b/parameters/file/image-parameter.md
@@ -1,7 +1,7 @@
---
layout: default-layout
title: ImageParameter - Dynamsoft Capture Vision Parameter File
-description: ImageParameter in the Dynamsoft Capture Vision Parameter File is an object for configuring common image processing steps.
+description: Reference for the ImageParameter object in Dynamsoft Capture Vision, which groups image processing stage parameters - including color-to-grayscale conversion, grayscale enhancement, binarization, texture detection, and text zone detection - applied during capture tasks.
keywords: image parameter, image processing, setting
---
diff --git a/parameters/file/image-source.md b/parameters/file/image-source.md
index eee3117..f593de1 100644
--- a/parameters/file/image-source.md
+++ b/parameters/file/image-source.md
@@ -1,7 +1,7 @@
---
layout: default-layout
title: ImageSource - Dynamsoft Capture Vision Parameters
-description: The ImageSource object in the Dynamsoft Capture Vision Settings File.
+description: Reference for the ImageSource object in Dynamsoft Capture Vision, which defines the image source to be created and managed by the Capture Vision Router - including its type (DirectoryFetcher, Camera Enhancer, or Scanner), directory path, file filter, recursion, PDF reading mode, and page selection.
keywords: ImageSource
needAutoGenerateSidebar: true
noTitleIndex: true
diff --git a/parameters/file/index.md b/parameters/file/index.md
index 9cc472d..89b17d7 100644
--- a/parameters/file/index.md
+++ b/parameters/file/index.md
@@ -1,7 +1,7 @@
---
layout: default-layout
title: Overview of Dynamsoft Capture Vision Parameters
-description: Introduce the overview parameters design of Dynamsoft Capture Vision.
+description: An overview of the Dynamsoft Capture Vision parameter file, explaining key terms (parameter, template, template file) and listing all top-level objects such as CaptureVisionTemplates, TargetROIDefOptions, and task setting arrays.
keywords: Parameter, Parameter Template, Parameter Template File
needAutoGenerateSidebar: true
noTitleIndex: true
diff --git a/parameters/file/semantic-processing/index.md b/parameters/file/semantic-processing/index.md
index 50c3be3..e7abe5b 100644
--- a/parameters/file/semantic-processing/index.md
+++ b/parameters/file/semantic-processing/index.md
@@ -1,7 +1,7 @@
---
layout: default-layout
title: SemanticProcessing - Dynamsoft Capture Vision Parameter File
-description: This page shows the SemanticProcessing object in the Dynamsoft Capture Vision Parameter File.
+description: Reference for the SemanticProcessing object in the Dynamsoft Capture Vision parameter file, which specifies code-parsing tasks to run against image ROI processing results such as decoded barcodes or recognized text lines.
---
# SemanticProcessing Object
diff --git a/parameters/file/target-roi-definition/index.md b/parameters/file/target-roi-definition/index.md
index f28875e..1e5f8b1 100644
--- a/parameters/file/target-roi-definition/index.md
+++ b/parameters/file/target-roi-definition/index.md
@@ -1,7 +1,7 @@
---
layout: default-layout
title: TargetROIDef Object Introduction
-description: Introduced the TargetROIDef definition for Dynamsoft Capture Vision.
+description: Reference for the TargetROIDef object in the Dynamsoft Capture Vision parameter file, which specifies one or more recognition tasks (barcode, text line, document) to perform on defined regions of interest within an image.
keywords: TargetROIDef
---
diff --git a/parameters/file/task-settings/barcode-reader-task-settings.md b/parameters/file/task-settings/barcode-reader-task-settings.md
index 6639f70..b8794e1 100644
--- a/parameters/file/task-settings/barcode-reader-task-settings.md
+++ b/parameters/file/task-settings/barcode-reader-task-settings.md
@@ -1,7 +1,7 @@
---
layout: default-layout
title: Barcode Reader Task Setting - Dynamsoft Capture Vision Parameter File
-description: Barcode Reader Task Setting object in the Dynamsoft Capture Vision Parameter File is an object for configuring and organizing the process of barcode reading task.
+description: Reference for the BarcodeReaderTaskSetting object in Dynamsoft Capture Vision, which configures a barcode reading task including expected barcode count, barcode format IDs, DPM reading modes, deblur modes, deformation-resisting modes, and region pre-detection, localization, and decoding sections.
keywords: barcode reader,task, setting
needAutoGenerateSidebar: false
---
diff --git a/parameters/file/task-settings/code-parser-task-settings.md b/parameters/file/task-settings/code-parser-task-settings.md
index 602bc93..bf2c62d 100644
--- a/parameters/file/task-settings/code-parser-task-settings.md
+++ b/parameters/file/task-settings/code-parser-task-settings.md
@@ -1,7 +1,7 @@
---
layout: default-layout
title: CodeParserTaskSetting - Dynamsoft Capture Vision Parameter File
-description: The CodeParserTaskSetting object in the Dynamsoft Capture Vision Parameter File.
+description: Reference for the CodeParserTaskSetting object in Dynamsoft Capture Vision, which configures a code parsing task by specifying the CodeSpecification files to apply (e.g. VIN, MRTD_TD1_ID) and the directory path to the required parsing resources.
needAutoGenerateSidebar: false
---
diff --git a/parameters/file/task-settings/document-normalizer-task-settings.md b/parameters/file/task-settings/document-normalizer-task-settings.md
index 514d33a..dcedcf3 100644
--- a/parameters/file/task-settings/document-normalizer-task-settings.md
+++ b/parameters/file/task-settings/document-normalizer-task-settings.md
@@ -1,7 +1,7 @@
---
layout: default-layout
title: DocumentNormalizerTaskSetting - Dynamsoft Capture Vision Parameter File
-description: The DocumentNormalizerTaskSetting object in the Dynamsoft Capture Vision Parameter File.
+description: Reference for the DocumentNormalizerTaskSetting object in Dynamsoft Capture Vision, which configures a document normalization task including region pre-detection, document detection (edge/corner/quad detection), and image enhancement (deskewing, brightness, colour mode, page size) sections.
needAutoGenerateSidebar: false
---
diff --git a/parameters/file/task-settings/label-recognizer-task-settings.md b/parameters/file/task-settings/label-recognizer-task-settings.md
index 8bf0849..89b738b 100644
--- a/parameters/file/task-settings/label-recognizer-task-settings.md
+++ b/parameters/file/task-settings/label-recognizer-task-settings.md
@@ -1,7 +1,7 @@
---
layout: default-layout
title: LabelRecognizerTaskSetting - Dynamsoft Capture Vision Parameter File
-description: The LabelRecognizerTaskSetting object in the Dynamsoft Capture Vision Parameter File.
+description: Reference for the LabelRecognizerTaskSetting object in Dynamsoft Capture Vision, which configures a label recognition task including region pre-detection, text line localization, and text line recognition sections, along with TextLineSpecification references.
keywords: label recognition, task, setting
needAutoGenerateSidebar: false
---
diff --git a/parameters/file/task-settings/output-task-setting.md b/parameters/file/task-settings/output-task-setting.md
index e261f9b..73c2d88 100644
--- a/parameters/file/task-settings/output-task-setting.md
+++ b/parameters/file/task-settings/output-task-setting.md
@@ -1,7 +1,7 @@
---
layout: default-layout
title: OutputTaskSetting - Dynamsoft Capture Vision Parameter File
-description: The OutputTaskSetting object in the Dynamsoft Capture Vision Parameter File.
+description: Reference for the OutputTaskSetting object in Dynamsoft Capture Vision, which filters and outputs results from an ancestor TargetROIDef based on conditions applied to descendant TargetROIDef results, supporting AND/OR operators and backward reference output.
needAutoGenerateSidebar: false
---
diff --git a/parameters/reference/barcode-format-specification/barcode-angle-range-array.md b/parameters/reference/barcode-format-specification/barcode-angle-range-array.md
index cf12577..9954e6c 100644
--- a/parameters/reference/barcode-format-specification/barcode-angle-range-array.md
+++ b/parameters/reference/barcode-format-specification/barcode-angle-range-array.md
@@ -1,7 +1,7 @@
---
layout: default-layout
title: BarcodeAngleRangeArray - Dynamsoft Barcode Reader Parameters
-description: The parameter BarcodeAngleRangeArray of Dynamsoft Barcode Reader helps specify the encoding table used to code the Customer Information Field of Australian Post Customer Barcode.
+description: Reference for the BarcodeAngleRangeArray parameter in Dynamsoft Barcode Reader, which defines one or more min/max rotation angle ranges (in degrees) to filter barcodes during searching and result output.
keywords: BarcodeAngleRangeArray , parameter reference, parameter
---
diff --git a/parameters/reference/barcode-format-specification/find-uneven-module-barcode.md b/parameters/reference/barcode-format-specification/find-uneven-module-barcode.md
index fdae872..84e1985 100644
--- a/parameters/reference/barcode-format-specification/find-uneven-module-barcode.md
+++ b/parameters/reference/barcode-format-specification/find-uneven-module-barcode.md
@@ -1,7 +1,7 @@
---
layout: default-layout
title: FindUnevenModuleBarcode - Dynamsoft Barcode Reader Parameters
-description: The parameter Code128Subset of Dynamsoft Barcode Reader defines whether to find barcodes with uneven barcode modules.
+description: Reference for the FindUnevenModuleBarcode parameter in Dynamsoft Barcode Reader, which controls whether the SDK attempts to decode barcodes whose bar/module widths are not uniform (0 = disabled, 1 = enabled, default).
keywords: FindUnevenModuleBarcode , parameter reference, parameter
---
diff --git a/parameters/reference/barcode-format-specification/has-vertical-quietzone.md b/parameters/reference/barcode-format-specification/has-vertical-quietzone.md
index 75661e3..18b1385 100644
--- a/parameters/reference/barcode-format-specification/has-vertical-quietzone.md
+++ b/parameters/reference/barcode-format-specification/has-vertical-quietzone.md
@@ -1,7 +1,7 @@
---
layout: default-layout
title: HasVerticalQuietZone - Dynamsoft Barcode Reader Parameters
-description: The parameter Code128Subset of Dynamsoft Barcode Reader defines whether there is a sufficient vertical quiet zone above and below the barcode.
+description: Reference for the HasVerticalQuietZone parameter in Dynamsoft Barcode Reader (introduced in v11.2.1000), which specifies whether a sufficient vertical quiet zone above and below the barcode is required for decoding (0 = not required, 1 = required, default).
keywords: HasVerticalQuietZone , parameter reference, parameter
---
@@ -52,3 +52,4 @@ The structure of the `HasVerticalQuietZone` is shown as follow:
- 0: Do not require a sufficient vertical quiet zone above and below the barcode.
- 1: Require a sufficient vertical quiet zone above and below the barcode.
+- Valid for linear barcodes.
\ No newline at end of file
diff --git a/parameters/reference/barcode-format-specification/min-ratio-of-barcode-zone-width-to-height.md b/parameters/reference/barcode-format-specification/min-ratio-of-barcode-zone-width-to-height.md
index 1cbcc50..f9e823e 100644
--- a/parameters/reference/barcode-format-specification/min-ratio-of-barcode-zone-width-to-height.md
+++ b/parameters/reference/barcode-format-specification/min-ratio-of-barcode-zone-width-to-height.md
@@ -1,7 +1,7 @@
---
layout: default-layout
title: MinRatioOfBarcodeZoneWidthToHeight - Dynamsoft Barcode Reader Parameters
-description: The parameter MinQuietZoneWidth of Dynamsoft Barcode Reader defines the minimum ratio (width/height as a percentage) of the barcode zone.
+description: The parameter MinRatioOfBarcodeZoneWidthToHeight was removed in Dynamsoft Barcode Reader v11.4.1000. Use BarcodeZoneWidthToHeightRatioRangeArray instead.
keywords: MinRatioOfBarcodeZoneWidthToHeight , parameter reference, parameter
---
diff --git a/parameters/reference/barcode-format-specification/msi-code-check-digit-calculation.md b/parameters/reference/barcode-format-specification/msi-code-check-digit-calculation.md
index d29c0fa..517578b 100644
--- a/parameters/reference/barcode-format-specification/msi-code-check-digit-calculation.md
+++ b/parameters/reference/barcode-format-specification/msi-code-check-digit-calculation.md
@@ -1,7 +1,7 @@
---
layout: default-layout
title: MSICodeCheckDigitCalculation - Dynamsoft Barcode Reader Parameters
-description: The parameter ModuleSizeRangeArray of Dynamsoft Barcode Reader defines the scheme used for calculating a check digit of an MSI barcode.
+description: Reference for the MSICodeCheckDigitCalculation parameter in Dynamsoft Barcode Reader, which selects the check digit calculation scheme for MSI barcodes (MOD_10, MOD_11, MOD_1110, MOD_1010, or none).
keywords: MSICodeCheckDigitCalculation , parameter reference, parameter
---
diff --git a/parameters/reference/barcode-reader-task-settings/localization-modes.md b/parameters/reference/barcode-reader-task-settings/localization-modes.md
index daf8f5b..081dcfa 100644
--- a/parameters/reference/barcode-reader-task-settings/localization-modes.md
+++ b/parameters/reference/barcode-reader-task-settings/localization-modes.md
@@ -89,8 +89,8 @@ The mode arguments of the localization mode object are shown as follows:
- ScanStride (Optional) |
- Description Sets the stride in pixels between scans when searching for barcodes.
+ | ScanStride (Optional) |
+ Description Sets the interval (in pixels) between adjacent scan lines when searching for barcodes.
|
@@ -105,6 +105,10 @@ The mode arguments of the localization mode object are shown as follows:
Default Value 0
|
+
+ Remarks 0: Let the library automatically calculates the interval. The smaller the value is, the more likely it is to locate the code area, but it will also increase the time.
+ |
+
Valid For
LM_SCAN_DIRECTLY
@@ -263,7 +267,7 @@ If you specify a localization mode object with the Mode Argument "Mode" only, th
### LM_CONNECTED_BLOCKS
-Localizes barcodes by searching for connected blocks. This algorithm usually gives best result and it is recommended to set ConnectedBlocks to the highest priority. This mode has the following arguments for further cuztomization.
+Localizes barcodes by searching for connected blocks. It is optimized for clear images with obvious connected blocks. This algorithm usually gives best result and it is recommended to set as highest priority.
**Available Mode Arguments:**
@@ -271,7 +275,7 @@ Localizes barcodes by searching for connected blocks. This algorithm usually giv
### LM_STATISTICS
-Localizes barcodes by groups of contiguous black-white regions. This is optimized for QRCode and DataMatrix. This mode has the following arguments for further cuztomization.
+Localizes barcodes by groups of contiguous black-white regions. This is optimized for QRCode and DataMatrix.
**Available Mode Arguments:**
@@ -279,7 +283,7 @@ Localizes barcodes by groups of contiguous black-white regions. This is optimize
### LM_LINES
-Localizes barcodes by searching for groups of lines. This is optimized for 1D and PDF417 barcodes. This mode has the following arguments for further cuztomization.
+Localizes barcodes by searching for groups of lines. It is optimized for 1D and PDF417 barcodes which are with obvious straight lines. Compared with the LM_CONNECTED_BLOCKS mode, it can handle the situation where some bars (or lines) of the barcode stick to each other.
**Available Mode Arguments:**
@@ -287,7 +291,7 @@ Localizes barcodes by searching for groups of lines. This is optimized for 1D an
### LM_SCAN_DIRECTLY
-Localizes barcodes quickly. This mode is recommended in interactive scenario. This mode has the following arguments for further cuztomization.
+Localizes barcodes based on the direct scanning mode. It is the fastest among all localization modes, but it requires high barcode image quality, and the direction of the barcode must be horizontal or vertical. This mode is recommended in the real-time video scanning scenarios.
**Available Mode Arguments:**
@@ -298,7 +302,7 @@ Localizes barcodes quickly. This mode is recommended in interactive scenario. Th
### LM_STATISTICS_MARKS
-Localizes barcodes by groups of marks. This is optimized for DPM codes. This mode has the following arguments for further cuztomization.
+Localizes barcodes by dot matrix information. This mode is only applicable to DPM Code and DotCode.
**Available Mode Arguments:**
@@ -306,7 +310,7 @@ Localizes barcodes by groups of marks. This is optimized for DPM codes. This mod
### LM_STATISTICS_POSTAL_CODE
-Localizes barcodes by groups of connected blocks and lines.This is optimized for postal codes. This mode has the following arguments for further cuztomization.
+Localizes barcodes by statistics, connected blocks and straight lines. This is optimized for postal codes.
**Available Mode Arguments:**
@@ -314,7 +318,7 @@ Localizes barcodes by groups of connected blocks and lines.This is optimized for
### LM_CENTRE
-Localizes barcodes from the centre of the image. This mode has the following arguments for further cuztomization.
+Localizes barcodes from the centre of the image. This mode uses the central area of the image as the suspected code area and then try to localize and decode.
**Available Mode Arguments:**
@@ -323,7 +327,7 @@ Localizes barcodes from the centre of the image. This mode has the following arg
### LM_ONED_FAST_SCAN
-Localizes 1D barcodes in a fast mode. This mode is designed for reading 1D barcodes in a very fast mode. This mode has the following arguments for further cuztomization.
+Localizes 1D barcodes in a fast mode. This mode is designed for reading 1D barcodes in a very fast mode.
**Available Mode Arguments:**
@@ -334,7 +338,7 @@ Localizes 1D barcodes in a fast mode. This mode is designed for reading 1D barco
### LM_NEURAL_NETWORK
-Localizes barcodes by utilizing a neural network model. This mode has the following arguments for further cuztomization.
+Localizes barcodes by utilizing a neural network model.
**Available Mode Arguments:**
diff --git a/parameters/reference/barcode-reader-task-settings/text-result-order-modes.md b/parameters/reference/barcode-reader-task-settings/text-result-order-modes.md
index db71d2b..ea2e367 100644
--- a/parameters/reference/barcode-reader-task-settings/text-result-order-modes.md
+++ b/parameters/reference/barcode-reader-task-settings/text-result-order-modes.md
@@ -1,7 +1,7 @@
---
layout: default-layout
title: TextResultOrderModes - Dynamsoft Barcode Reader Parameters
-description: The parameter TextResultOrderModes of Dynamsoft Barcode Reader defines the order of the returned text results.
+description: Reference for the TextResultOrderModes parameter in Dynamsoft Barcode Reader, which defines the ordering priority of returned barcode results - supporting ordering by confidence (TROM_CONFIDENCE), position (TROM_POSITION), or barcode format (TROM_FORMAT).
keywords: Text result order modes
needGenerateH3Content: true
needAutoGenerateSidebar: true
diff --git a/parameters/reference/capture-vision-template/image-roi-processing-name-array.md b/parameters/reference/capture-vision-template/image-roi-processing-name-array.md
index ba56c40..a462c93 100644
--- a/parameters/reference/capture-vision-template/image-roi-processing-name-array.md
+++ b/parameters/reference/capture-vision-template/image-roi-processing-name-array.md
@@ -1,7 +1,7 @@
---
layout: default-layout
title: ImageROIProcessingNameArray - Dynamsoft Capture Vision Parameters
-description: The parameter ImageROIProcessingNameArray of Dynamsoft Capture Vision defines the collection of image ROI processing object names.
+description: Reference for the ImageROIProcessingNameArray parameter in the Dynamsoft Capture Vision CaptureVisionTemplate object, which lists the names of TargetROIDef objects that define the recognition tasks (barcode reading, label recognition, document detection) to run on image regions of interest.
keywords: image ROI processing, TargetROIDef, CaptureVisionTemplate
permalink: /parameters/reference/capture-vision-template/image-roi-processing-name-array.html
---
diff --git a/parameters/reference/capture-vision-template/semantic-processing-name-array.md b/parameters/reference/capture-vision-template/semantic-processing-name-array.md
index 32b84c7..4118653 100644
--- a/parameters/reference/capture-vision-template/semantic-processing-name-array.md
+++ b/parameters/reference/capture-vision-template/semantic-processing-name-array.md
@@ -1,7 +1,7 @@
---
layout: default-layout
title: SemanticProcessingNameArray - Dynamsoft Capture Vision Parameters
-description: The parameter SemanticProcessingNameArray of Dynamsoft Capture Vision defines the collection of semantic-processing object names.
+description: Reference for the SemanticProcessingNameArray parameter in the Dynamsoft Capture Vision CaptureVisionTemplate object, which lists the names of SemanticProcessing objects to execute - enabling post-processing code parsing tasks (e.g. VIN or MRZ parsing) after image ROI processing.
keywords: sematic processing, CaptureVisionTemplate
permalink: /parameters/reference/capture-vision-template/semantic-processing-name-array.html
---
diff --git a/parameters/reference/code-parser-task-settings/code-specifications.md b/parameters/reference/code-parser-task-settings/code-specifications.md
index 25ff4c7..87f1cb3 100644
--- a/parameters/reference/code-parser-task-settings/code-specifications.md
+++ b/parameters/reference/code-parser-task-settings/code-specifications.md
@@ -1,7 +1,7 @@
---
layout: default-layout
title: CodeSpecifications - Dynamsoft Capture Vision Parameter Reference
-description: The parameter CodeSpecifications of Dynamsoft Capture Vision.
+description: Reference for the CodeSpecifications parameter in the Dynamsoft Capture Vision CodeParserTaskSetting object, which specifies the names of CodeSpecification files (e.g. "VIN", "MRTD_TD1_ID") to use for parsing recognized codes.
noTitleIndex: true
---
# CodeSpecifications
diff --git a/parameters/reference/code-parser-task-settings/resources-path.md b/parameters/reference/code-parser-task-settings/resources-path.md
index 9a56140..18a66c5 100644
--- a/parameters/reference/code-parser-task-settings/resources-path.md
+++ b/parameters/reference/code-parser-task-settings/resources-path.md
@@ -1,7 +1,7 @@
---
layout: default-layout
title: ResourcesPath - Dynamsoft Capture Vision Parameter Reference
-description: The parameter ResourcesPath of Dynamsoft Capture Vision.
+description: Reference for the ResourcesPath parameter in the Dynamsoft Capture Vision CodeParserTaskSetting object, which specifies the directory (absolute or relative) containing the .dcpres resource files needed for code parsing.
permalink: /parameters/reference/code-parser-task-settings/resources-path.html
---
# ResourcesPath
diff --git a/parameters/reference/image-parameter/applicable-stages.md b/parameters/reference/image-parameter/applicable-stages.md
index 60fdb53..d95186d 100644
--- a/parameters/reference/image-parameter/applicable-stages.md
+++ b/parameters/reference/image-parameter/applicable-stages.md
@@ -1,7 +1,7 @@
---
layout: default-layout
title: ApplicableStages - Dynamsoft Capture Vision Parameters
-description: The parameter ApplicableStages of Dynamsoft Capture Vision is for configuring the applicable stages parameters.
+description: Reference for the ApplicableStages parameter in the Dynamsoft Capture Vision ImageParameter object, which defines an array of stage objects - each containing a stage name (e.g. SST_BINARIZE_IMAGE, SST_ENHANCE_GRAYSCALE) and its associated configuration parameters.
keywords: ApplicableStages
---
diff --git a/parameters/reference/image-parameter/base-image-parameter-name.md b/parameters/reference/image-parameter/base-image-parameter-name.md
index 97c1e91..78fffb5 100644
--- a/parameters/reference/image-parameter/base-image-parameter-name.md
+++ b/parameters/reference/image-parameter/base-image-parameter-name.md
@@ -1,7 +1,7 @@
---
layout: default-layout
title: BaseImageParameterName - Dynamsoft Capture Vision Parameters
-description: The parameter BaseImageParameterName of Dynamsoft Capture Vision is for inheriting parameters from an ImageParameter object.
+description: Reference for the BaseImageParameterName parameter in Dynamsoft Capture Vision, which specifies the name of a parent ImageParameter object from which settings are inherited, with locally defined parameters taking precedence over inherited ones.
keywords: BaseImageParameterName, parameter reference, parameter
---
diff --git a/parameters/reference/image-parameter/binarization-modes.md b/parameters/reference/image-parameter/binarization-modes.md
index 6856e4b..457fad8 100644
--- a/parameters/reference/image-parameter/binarization-modes.md
+++ b/parameters/reference/image-parameter/binarization-modes.md
@@ -1,7 +1,7 @@
---
layout: default-layout
title: BinarizationModes - Dynamsoft Capture Vision Parameters
-description: The parameter BinarizationModes of Dynamsoft Capture Vision is for controlling the process of image binarization.
+description: Reference for the BinarizationModes parameter in Dynamsoft Capture Vision, which controls how a grayscale image is converted to a binary image - supporting global threshold, local adaptive threshold (BM_LOCAL_BLOCK), and other modes, each with configurable arguments.
keywords: BinarizationModes, parameter reference, parameter
---
diff --git a/parameters/reference/image-parameter/colour-conversion-modes.md b/parameters/reference/image-parameter/colour-conversion-modes.md
index 3faa337..c95c2fa 100644
--- a/parameters/reference/image-parameter/colour-conversion-modes.md
+++ b/parameters/reference/image-parameter/colour-conversion-modes.md
@@ -1,7 +1,7 @@
---
layout: default-layout
title: ColourConversionModes - Dynamsoft Capture Vision Parameters
-description: The parameter ColourConversionModes of Dynamsoft Capture Vision is for controlling the converting of colour image to grayscale image.
+description: Reference for the ColourConversionModes parameter in Dynamsoft Capture Vision, which controls how a colour image is converted to grayscale - including channel weighting (RGB) via CICM_GENERAL and other modes, each with configurable arguments.
keywords: ColourConversionModes, parameter reference, parameter
---
diff --git a/parameters/reference/image-parameter/grayscale-enhancement-modes.md b/parameters/reference/image-parameter/grayscale-enhancement-modes.md
index a0e4906..74c351c 100644
--- a/parameters/reference/image-parameter/grayscale-enhancement-modes.md
+++ b/parameters/reference/image-parameter/grayscale-enhancement-modes.md
@@ -1,7 +1,7 @@
---
layout: default-layout
title: GrayscaleEnhancementModes - Dynamsoft Capture Vision Parameters
-description: The parameter GrayscaleEnhancementModes of Dynamsoft Capture Vision is for enhancing the quality of grayscale image.
+description: Reference for the GrayscaleEnhancementModes parameter in Dynamsoft Capture Vision, which applies preprocessing to improve grayscale image quality - supporting histogram equalization (GEM_GRAY_EQUALIZE), smoothing (GEM_GRAY_SMOOTH), sharpening (GEM_SHARPEN_SMOOTH), and other modes.
keywords: GrayscaleEnhancementModes, parameter reference, parameter
---
diff --git a/parameters/reference/image-parameter/grayscale-transformation-modes.md b/parameters/reference/image-parameter/grayscale-transformation-modes.md
index 3e0d4a2..07d534d 100644
--- a/parameters/reference/image-parameter/grayscale-transformation-modes.md
+++ b/parameters/reference/image-parameter/grayscale-transformation-modes.md
@@ -1,7 +1,7 @@
---
layout: default-layout
title: GrayscaleTransformationModes - Dynamsoft Capture Vision Parameters
-description: The parameter GrayscaleTransformationModes of Dynamsoft Capture Vision is for controlling the inversion of colors in grayscale image.
+description: Reference for the GrayscaleTransformationModes parameter in Dynamsoft Capture Vision, which controls whether the grayscale image is used as-is (GTM_ORIGINAL) or colour-inverted (GTM_INVERTED) to handle barcodes or text on dark backgrounds.
keywords: GrayscaleTransformationModes, parameter reference, parameter
---
diff --git a/parameters/reference/image-parameter/if-erase-text-zone.md b/parameters/reference/image-parameter/if-erase-text-zone.md
index e164a04..dc710e6 100644
--- a/parameters/reference/image-parameter/if-erase-text-zone.md
+++ b/parameters/reference/image-parameter/if-erase-text-zone.md
@@ -1,7 +1,7 @@
---
layout: default-layout
title: IfEraseTextZone - Dynamsoft Capture Vision Parameters
-description: The parameter IfEraseTextZone of Dynamsoft Capture Vision is for controlling whether to erase the detected text zone.
+description: Reference for the IfEraseTextZone parameter in Dynamsoft Capture Vision, which specifies whether detected text zones (found by TextDetectionMode) are erased from the binary image before barcode decoding or document detection (1 = erase, 0 = keep).
keywords: IfEraseTextZone, parameter reference, parameter
---
diff --git a/parameters/reference/image-parameter/image-scale-settings.md b/parameters/reference/image-parameter/image-scale-settings.md
index 431ab2f..0c76765 100644
--- a/parameters/reference/image-parameter/image-scale-settings.md
+++ b/parameters/reference/image-parameter/image-scale-settings.md
@@ -1,7 +1,7 @@
---
layout: default-layout
title: ImageScaleSetting - Dynamsoft Capture Vision Parameters
-description: The parameter ImageScaleSetting of Dynamsoft Capture Vision is for controlling how to up or down scale the image.
+description: Reference for the ImageScaleSetting parameter in Dynamsoft Capture Vision, which controls whether to scale images up or down - specifying the scale type (ST_SCALE_UP or ST_SCALE_DOWN), the reference edge (longer or shorter), and the pixel threshold at which scaling stops.
keywords: scale-up, scale down, parameter reference, parameter
---
diff --git a/parameters/reference/image-parameter/line-assembly-mode.md b/parameters/reference/image-parameter/line-assembly-mode.md
index 9a304d6..a5dacfc 100644
--- a/parameters/reference/image-parameter/line-assembly-mode.md
+++ b/parameters/reference/image-parameter/line-assembly-mode.md
@@ -1,7 +1,7 @@
---
layout: default-layout
title: LineAssemblyMode - Dynamsoft Capture Vision Parameters
-description: The parameter LineAssemblyMode of Dynamsoft Capture Vision is for controlling how to assemble the lines.
+description: Reference for the LineAssemblyMode parameter in Dynamsoft Capture Vision, which controls how detected short line segments are assembled into longer lines, with a configurable mode (LAM_GENERAL) and sensitivity level (1–9).
keywords: LineAssemblyMode, assemble lines, parameter reference, parameter
---
diff --git a/parameters/reference/image-parameter/region-predetection-modes.md b/parameters/reference/image-parameter/region-predetection-modes.md
index f9f945f..25a658c 100644
--- a/parameters/reference/image-parameter/region-predetection-modes.md
+++ b/parameters/reference/image-parameter/region-predetection-modes.md
@@ -1,7 +1,7 @@
---
layout: default-layout
title: RegionPredetectionModes - Dynamsoft Capture Vision Parameters
-description: The parameter RegionPredetectionModes of Dynamsoft Capture Vision is for detecting the region of interest(s) automatically.
+description: Reference for the RegionPredetectionModes parameter in Dynamsoft Capture Vision, which controls how regions of interest are automatically identified within an image - supporting RGB contrast (RPM_GENERAL_RGB_CONTRAST), grayscale contrast (RPM_GENERAL_GRAY_CONTRAST), HSV contrast (RPM_GENERAL_HSV_CONTRAST), and other modes.
keywords: RegionPredetectionModes, parameter reference, parameter
---
diff --git a/parameters/reference/image-parameter/shortline-detection-mode.md b/parameters/reference/image-parameter/shortline-detection-mode.md
index 5fcdeb7..bcbb7b0 100644
--- a/parameters/reference/image-parameter/shortline-detection-mode.md
+++ b/parameters/reference/image-parameter/shortline-detection-mode.md
@@ -1,7 +1,7 @@
---
layout: default-layout
title: ShortlineDetectionMode - Dynamsoft Capture Vision Parameters
-description: The parameter ShortlineDetectionMode of Dynamsoft Capture Vision is for controlling how to detect the shortlines.
+description: Reference for the ShortlineDetectionMode parameter in Dynamsoft Capture Vision, which controls how short line segments are detected in an image using mode SDM_GENERAL and a configurable sensitivity level (1–9, default 3 for barcode tasks, 6 for document normalizer tasks).
keywords: ShortlineDetectionMode, short lines, parameter reference, parameter
---
diff --git a/parameters/reference/image-parameter/text-detection-mode.md b/parameters/reference/image-parameter/text-detection-mode.md
index fcfa88c..84c03f4 100644
--- a/parameters/reference/image-parameter/text-detection-mode.md
+++ b/parameters/reference/image-parameter/text-detection-mode.md
@@ -1,7 +1,7 @@
---
layout: default-layout
title: TextDetectionMode - Dynamsoft Capture Vision Parameters
-description: The parameter TextDetectionMode of Dynamsoft Capture Vision is for detecting texts on an image.
+description: Reference for the TextDetectionMode parameter in Dynamsoft Capture Vision, which controls how text zones are detected in an image - with results used either to erase text areas before barcode/document processing (via IfEraseTextZone) or as mandatory input for text recognition tasks.
keywords: TextDetectionMode, parameter reference, parameter
---
diff --git a/parameters/reference/image-parameter/texture-detection-modes.md b/parameters/reference/image-parameter/texture-detection-modes.md
index 6e784b4..b57e6b2 100644
--- a/parameters/reference/image-parameter/texture-detection-modes.md
+++ b/parameters/reference/image-parameter/texture-detection-modes.md
@@ -1,7 +1,7 @@
---
layout: default-layout
title: TextureDetectionModes - Dynamsoft Capture Vision Parameters
-description: The parameter TextureDetectionModes of Dynamsoft Capture Vision is for detecting texts on an image.
+description: Reference for the TextureDetectionModes parameter in Dynamsoft Capture Vision, which controls how texture patterns are detected in an image so they can be removed from the grayscale image before binarization to improve recognition accuracy.
keywords: TextureDetectionModes, parameter reference, parameter
---
diff --git a/parameters/reference/image-source-options/directory-path.md b/parameters/reference/image-source-options/directory-path.md
index 7e3ecc4..92c92c6 100644
--- a/parameters/reference/image-source-options/directory-path.md
+++ b/parameters/reference/image-source-options/directory-path.md
@@ -1,7 +1,7 @@
---
layout: default-layout
title: DirectoryPath - ImageSource - Dynamsoft Capture Vision Parameters
-description: The parameter DirectoryPath defines a path when the library have to read files.
+description: Reference for the DirectoryPath parameter in the Dynamsoft Capture Vision ImageSource object, which specifies the local directory path from which image files are fetched for processing.
keywords: Directory path
permalink: /parameters/reference/image-source-options/directory-path.html
---
diff --git a/parameters/reference/image-source-options/file-filter.md b/parameters/reference/image-source-options/file-filter.md
index 1322822..79ad4fe 100644
--- a/parameters/reference/image-source-options/file-filter.md
+++ b/parameters/reference/image-source-options/file-filter.md
@@ -1,7 +1,7 @@
---
layout: default-layout
title: FileFilter - Dynamsoft Capture Vision Parameters
-description: The parameter FileFilter of Dynamsoft Capture Vision defines .
+description: Reference for the FileFilter parameter in the Dynamsoft Capture Vision ImageSource object, which specifies a file name filter string (e.g. "*.JPG") to control which files are fetched from the directory.
keywords: File filter, ISA
---
diff --git a/parameters/reference/image-source-options/pages.md b/parameters/reference/image-source-options/pages.md
index f8e0fea..7f80e7e 100644
--- a/parameters/reference/image-source-options/pages.md
+++ b/parameters/reference/image-source-options/pages.md
@@ -1,7 +1,7 @@
---
layout: default-layout
title: Pages - Dynamsoft Capture Vision Parameters
-description: The parameter Pages of Dynamsoft Capture Vision defines .
+description: Reference for the Pages parameter in the Dynamsoft Capture Vision ImageSource object, which sets the 0-based page indexes of a multi-page file (PDF or TIFF) to be processed.
keywords: Pages, ISA
needGenerateH3Content: true
---
diff --git a/parameters/reference/image-source-options/pdf-reading-mode.md b/parameters/reference/image-source-options/pdf-reading-mode.md
index 34fcb26..46450db 100644
--- a/parameters/reference/image-source-options/pdf-reading-mode.md
+++ b/parameters/reference/image-source-options/pdf-reading-mode.md
@@ -1,7 +1,7 @@
---
layout: default-layout
title: PDFReadingMode - Dynamsoft Capture Vision Parameters
-description: The parameter PDFReadingMode of Dynamsoft Capture Vision defines .
+description: Reference for the PDFReadingMode parameter in the Dynamsoft Capture Vision ImageSource object, which controls how PDF files are rendered into images, including the reading mode (raster/vector/auto), DPI, and raster data source.
keywords: PDF reading mode, ISA
permalink: /parameters/reference/image-source-options/pdf-reading-mode.html
---
@@ -66,7 +66,7 @@ Parameter `PDFReadingMode` is configured by a PDF reading mode objects. The PDF
|
- | DPI |
+ DPI |
Description Specifies the DPI used when rasterizing a PDF into images.
|
@@ -82,6 +82,10 @@ Parameter `PDFReadingMode` is configured by a PDF reading mode objects. The PDF
Default Value 300
|
+
+ Remarks The resolution of the rendered image is calculated as follows: Set PDF page height to h and page width to w, Final rendered image height ImgHeight = h / 72 * DPI Final rendered image width ImgWidth = w / 72 * DPI DPI is the number of pixels per inch of the image. The page width and height unit defined in PDF is pt (length unit, 1 inch = 72 pt), so in the above formula we first divide the width and height by 72 to get the inch length of the page, and then multiply by DPI to get the final image pixel width and height.
+ |
+
| RasterDataSource |
Description Specifies a the target type.
@@ -120,8 +124,8 @@ If the `PDFReadingMode` is not configured in your template file, the following s
### PDFRM_RASTER
-Converts the PDF file to image(s) first, then detects barcode
+Renders each page of the PDF as an image, which will be processed later. This reading mode can be used for all PDF files, but the drawback is that you need to choose the appropriate value of PDFRasterDPI to render the image. Otherwise, if the image is too large, the processing speed of DBR may be slowed, and if the image is too small, the barcode region may be distorted and cannot be decoded.
### PDFRM_VECTOR
-Detects barcode from vector data in PDF file.
+This mode will not render PDF data into images, but directly extract PDF vector data for barcode region positioning and decoding. This mode can offer faster speed and higher accuracy, but it is only suitable for PDF composed of vector data.
diff --git a/parameters/reference/image-source-options/recursive.md b/parameters/reference/image-source-options/recursive.md
index 1a38125..8d83064 100644
--- a/parameters/reference/image-source-options/recursive.md
+++ b/parameters/reference/image-source-options/recursive.md
@@ -1,7 +1,7 @@
---
layout: default-layout
title: Recursive - Dynamsoft Capture Vision Parameters
-description: The parameter Recursive of Dynamsoft Capture Vision defines .
+description: Reference for the Recursive parameter in the Dynamsoft Capture Vision ImageSource object, which indicates whether image files are fetched from subdirectories recursively (1) or only from the top-level directory (0).
keywords: Recursive, ISA
permalink: /parameters/reference/image-source-options/recursive.html
---
diff --git a/parameters/reference/image-source-options/type.md b/parameters/reference/image-source-options/type.md
index 539b884..2b07579 100644
--- a/parameters/reference/image-source-options/type.md
+++ b/parameters/reference/image-source-options/type.md
@@ -1,7 +1,7 @@
---
layout: default-layout
title: Type - Dynamsoft Capture Vision Parameters
-description: The parameter Type of Dynamsoft Capture Vision defines .
+description: Reference for the Type parameter in the Dynamsoft Capture Vision ImageSource object, which specifies the image source type (IST_DIRECTORY_FETCHER, IST_CAMERA_ENHANCER, or IST_SCANNER_CONNECTOR) so CVR can create the correct image source instance.
keywords: Type, ISA
permalink: /parameters/reference/image-source-options/type.html
---
diff --git a/parameters/reference/label-recognizer-task-settings/dictionary-correction-thresholds.md b/parameters/reference/label-recognizer-task-settings/dictionary-correction-thresholds.md
index fcb0b28..227e411 100644
--- a/parameters/reference/label-recognizer-task-settings/dictionary-correction-thresholds.md
+++ b/parameters/reference/label-recognizer-task-settings/dictionary-correction-thresholds.md
@@ -1,7 +1,7 @@
---
layout: default-layout
title: DictionaryCorrectionThresholds - Dynamsoft Label Recognizer Parameters
-description: The parameter DictionaryCorrectionThresholds of Dynamsoft Label Recognizer defines the threshold of dictionary error correction.
+description: Reference for the DictionaryCorrectionThresholds parameter in Dynamsoft Label Recognizer, which defines an array of word-length ranges (MinWordLength, MaxWordLength) each with a maximum allowed error count (Threshold) for dictionary-based spell correction of recognized text.
keywords: user dictionary, text correction
---
diff --git a/parameters/reference/label-recognizer-task-settings/enable-regex-force-correction.md b/parameters/reference/label-recognizer-task-settings/enable-regex-force-correction.md
index ece1c84..eb90fcb 100644
--- a/parameters/reference/label-recognizer-task-settings/enable-regex-force-correction.md
+++ b/parameters/reference/label-recognizer-task-settings/enable-regex-force-correction.md
@@ -1,7 +1,7 @@
---
layout: default-layout
title: EnableRegexForceCorrection - Dynamsoft Label Recognizer Parameters
-description: The parameter EnableRegexForceCorrection of Dynamsoft Label Recognizer defines the regular expression pattern for concatenated strings of recognized text lines.
+description: Reference for the EnableRegexForceCorrection parameter in the Dynamsoft Capture Vision LabelRecognizerTaskSetting, which controls whether the SDK forcibly corrects recognized text to match the configured regular expression pattern (1 = force correction enabled, 0 = disabled).
keywords: text lines, concatenated strings, regular expression
---
diff --git a/parameters/reference/output-task-setting/output-condition.md b/parameters/reference/output-task-setting/output-condition.md
index b1c373a..6ff02e0 100644
--- a/parameters/reference/output-task-setting/output-condition.md
+++ b/parameters/reference/output-task-setting/output-condition.md
@@ -1,7 +1,7 @@
---
layout: default-layout
title: OutputCondition - Dynamsoft Capture Vision OutputSetting Object
-description: The parameter OutputCondition of OutputSetting object defines the OutputCondition information of the ROIs.
+description: Reference for the OutputCondition parameter in the Dynamsoft Capture Vision OutputTaskSetting object, which defines complex result filtering logic using TaskResultArray entries - each specifying a TargetROIDef, task names, atomic result types, and AND/OR operators to control which results are output.
keywords: OutputCondition
---
diff --git a/parameters/reference/semantic-processing/reference-object-filter.md b/parameters/reference/semantic-processing/reference-object-filter.md
index 2c9419b..d074106 100644
--- a/parameters/reference/semantic-processing/reference-object-filter.md
+++ b/parameters/reference/semantic-processing/reference-object-filter.md
@@ -1,7 +1,7 @@
---
layout: default-layout
title: ReferenceObjectFilter - Dynamsoft Capture Vision Semantic Processing object
-description: The parameter ReferenceObjectFilter defines a group of filter conditions for figuring out the `reference objects`.
+description: Reference for the ReferenceObjectFilter parameter in the Dynamsoft Capture Vision SemanticProcessing object, which filters which atomic results (barcodes, text lines, frames, etc.) from specified TargetROIDef objects are passed to the code parsing task.
keywords: referenceobjectfilter
needGenerateH3Content: true
---
diff --git a/parameters/reference/semantic-processing/task-setting-name-array.md b/parameters/reference/semantic-processing/task-setting-name-array.md
index f9e942c..e421c7e 100644
--- a/parameters/reference/semantic-processing/task-setting-name-array.md
+++ b/parameters/reference/semantic-processing/task-setting-name-array.md
@@ -1,7 +1,7 @@
---
layout: default-layout
title: TaskSettingNameArray - Dynamsoft Capture Vision Semantic Processing Parameters
-description: The parameter TaskSettingNameArray defines the collection of CodeParserTaskSetting object names.
+description: Reference for the TaskSettingNameArray parameter in the Dynamsoft Capture Vision SemanticProcessing object, which lists the names of CodeParserTaskSetting objects to apply for parsing the filtered reference results (e.g. barcodes or MRZ text lines).
keywords: task settings, semantic processing
needGenerateH3Content: true
---
diff --git a/parameters/reference/target-roi-def/enable-results-deduplication.md b/parameters/reference/target-roi-def/enable-results-deduplication.md
index a4ea15e..80c976f 100644
--- a/parameters/reference/target-roi-def/enable-results-deduplication.md
+++ b/parameters/reference/target-roi-def/enable-results-deduplication.md
@@ -1,7 +1,7 @@
---
layout: default-layout
title: EnableResultsDeduplication - Dynamsoft Capture Vision Parameters
-description: The parameter EnableResultsDeduplication of Dynamsoft Capture Vision defines whether to enable the result deduplication.
+description: Reference for the EnableResultsDeduplication parameter in the Dynamsoft Capture Vision TargetROIDef object, which controls whether duplicate barcodes and text lines detected across frames are filtered out (1 = enabled by default, 0 = disabled).
keywords: inheritance, deduplication, EnableResultsDeduplication
needGenerateH3Content: true
---
diff --git a/parameters/reference/target-roi-def/location.md b/parameters/reference/target-roi-def/location.md
index 6e64b80..1a4c7e1 100644
--- a/parameters/reference/target-roi-def/location.md
+++ b/parameters/reference/target-roi-def/location.md
@@ -1,7 +1,7 @@
---
layout: default-layout
title: Location - Dynamsoft Capture Vision Parameters
-description: The parameter Location of Dynamsoft Capture Vision defines the location information of the ROIs.
+description: Reference for the Location parameter in the Dynamsoft Capture Vision TargetROIDef object, which defines the position of a target ROI using a ReferenceObjectFilter to select a reference object and an Offset to calculate the four corner points of the ROI.
keywords: Location
needGenerateH3Content: true
---
diff --git a/parameters/reference/target-roi-def/location/offset/index.md b/parameters/reference/target-roi-def/location/offset/index.md
index 34a1322..097e2c5 100644
--- a/parameters/reference/target-roi-def/location/offset/index.md
+++ b/parameters/reference/target-roi-def/location/offset/index.md
@@ -1,7 +1,7 @@
---
layout: default-layout
title: Dynamsoft Capture Vision Parameters
-description: The parameter Location of Dynamsoft Capture Vision defines the location information of the ROIs.
+description: Reference for the Offset object in the Dynamsoft Capture Vision TargetROIDef Location parameter, which defines ROI coordinates as four corner points offset from a reference object, with optional percentage-based measurement and configurable axes.
keywords: Location
needGenerateH3Content: true
---
diff --git a/parameters/reference/target-roi-def/location/offset/offset-parameter-details.md b/parameters/reference/target-roi-def/location/offset/offset-parameter-details.md
index f428ba2..689ba62 100644
--- a/parameters/reference/target-roi-def/location/offset/offset-parameter-details.md
+++ b/parameters/reference/target-roi-def/location/offset/offset-parameter-details.md
@@ -1,7 +1,7 @@
---
layout: default-layout
title: Dynamsoft Capture Vision Parameters
-description: The parameter Location of Dynamsoft Capture Vision defines the location information of the ROIs.
+description: Detailed reference for the Offset sub-parameters in Dynamsoft Capture Vision, covering ReferenceObjectOriginIndex, ReferenceObjectType, MeasuredByPercentage, and the four corner point parameters (FirstPoint through FourthPoint) that define the ROI quadrilateral.
keywords: Location
needGenerateH3Content: true
---
diff --git a/parameters/reference/target-roi-def/location/offset/reference-x-axis.md b/parameters/reference/target-roi-def/location/offset/reference-x-axis.md
index fd817a9..56df0fd 100644
--- a/parameters/reference/target-roi-def/location/offset/reference-x-axis.md
+++ b/parameters/reference/target-roi-def/location/offset/reference-x-axis.md
@@ -1,7 +1,7 @@
---
layout: default-layout
title: Dynamsoft Capture Vision Parameters
-description: The parameter Location of Dynamsoft Capture Vision defines the location information of the ROIs.
+description: Reference for the ReferenceXAxis parameter in the Dynamsoft Capture Vision Offset object, which defines the x-axis of the offset coordinate system using AxisType (midpoint edge, edge, or rotated axis) and related child parameters.
keywords: Location
needGenerateH3Content: true
---
diff --git a/parameters/reference/target-roi-def/location/offset/reference-y-axis.md b/parameters/reference/target-roi-def/location/offset/reference-y-axis.md
index b6ceef2..2b7dfcc 100644
--- a/parameters/reference/target-roi-def/location/offset/reference-y-axis.md
+++ b/parameters/reference/target-roi-def/location/offset/reference-y-axis.md
@@ -1,7 +1,7 @@
---
layout: default-layout
title: Dynamsoft Capture Vision Parameters
-description: The parameter Location of Dynamsoft Capture Vision defines the location information of the ROIs.
+description: Reference for the ReferenceYAxis parameter in the Dynamsoft Capture Vision Offset object, which defines the y-axis of the offset coordinate system using AxisType (midpoint edge, edge, or rotated axis) and related child parameters.
keywords: Location
needGenerateH3Content: true
---
diff --git a/parameters/reference/target-roi-def/location/reference-object-filter/barcode-filtering-condition.md b/parameters/reference/target-roi-def/location/reference-object-filter/barcode-filtering-condition.md
index 8ddc79c..a21d74c 100644
--- a/parameters/reference/target-roi-def/location/reference-object-filter/barcode-filtering-condition.md
+++ b/parameters/reference/target-roi-def/location/reference-object-filter/barcode-filtering-condition.md
@@ -1,7 +1,7 @@
---
layout: default-layout
title: Dynamsoft Capture Vision Parameters
-description: The parameter Location of Dynamsoft Capture Vision defines the location information of the ROIs.
+description: Reference for the BarcodeFilteringCondition parameter in Dynamsoft Capture Vision, which filters reference objects to those decoded barcodes matching specified barcode format IDs and/or a barcode text regular expression pattern.
keywords: Location
needGenerateH3Content: true
---
diff --git a/parameters/reference/target-roi-def/location/reference-object-filter/frame-filtering-condition.md b/parameters/reference/target-roi-def/location/reference-object-filter/frame-filtering-condition.md
index b283f3b..c687830 100644
--- a/parameters/reference/target-roi-def/location/reference-object-filter/frame-filtering-condition.md
+++ b/parameters/reference/target-roi-def/location/reference-object-filter/frame-filtering-condition.md
@@ -1,7 +1,7 @@
---
layout: default-layout
title: Dynamsoft Capture Vision Parameters
-description: The parameter Location of Dynamsoft Capture Vision defines the location information of the ROIs.
+description: Reference for the FrameFilteringCondition parameter in Dynamsoft Capture Vision, which filters reference objects to those frames matching specified image dimension range and aspect ratio range criteria.
keywords: Location
needGenerateH3Content: true
---
diff --git a/parameters/reference/target-roi-def/location/reference-object-filter/index.md b/parameters/reference/target-roi-def/location/reference-object-filter/index.md
index 99451fb..0f4ae42 100644
--- a/parameters/reference/target-roi-def/location/reference-object-filter/index.md
+++ b/parameters/reference/target-roi-def/location/reference-object-filter/index.md
@@ -1,7 +1,7 @@
---
layout: default-layout
title: Dynamsoft Capture Vision Parameters
-description: The parameter Location of Dynamsoft Capture Vision defines the location information of the ROIs.
+description: Reference for the ReferenceObjectFilter object in the Dynamsoft Capture Vision TargetROIDef Location parameter, which selects reference objects by ROI name, atomic result type, task name, and type-specific filtering conditions (barcode, text line, region, or frame).
keywords: Location
needGenerateH3Content: true
---
diff --git a/parameters/reference/target-roi-def/location/reference-object-filter/reference-object-filter-parameter-details.md b/parameters/reference/target-roi-def/location/reference-object-filter/reference-object-filter-parameter-details.md
index 39a7525..497373d 100644
--- a/parameters/reference/target-roi-def/location/reference-object-filter/reference-object-filter-parameter-details.md
+++ b/parameters/reference/target-roi-def/location/reference-object-filter/reference-object-filter-parameter-details.md
@@ -1,7 +1,7 @@
---
layout: default-layout
title: ReferenceObjectFilter Parameter Details - Dynamsoft Capture Vision Parameters
-description: Details of several ReferenceObjectFilter parameters in Dynamsoft Capture Vision defines the location information of the ROIs.
+description: Detailed reference for the ReferenceObjectFilter sub-parameters in Dynamsoft Capture Vision, covering ReferenceTargetROIDefNameArray, AtomicResultTypeArray (barcode, text line, frame, etc.), and ReferenceTaskNameArray.
keywords: Location
needGenerateH3Content: true
---
diff --git a/parameters/reference/target-roi-def/location/reference-object-filter/region-filtering-condition.md b/parameters/reference/target-roi-def/location/reference-object-filter/region-filtering-condition.md
index 38a0caf..024c9d4 100644
--- a/parameters/reference/target-roi-def/location/reference-object-filter/region-filtering-condition.md
+++ b/parameters/reference/target-roi-def/location/reference-object-filter/region-filtering-condition.md
@@ -1,7 +1,7 @@
---
layout: default-layout
title: Dynamsoft Capture Vision Parameters
-description: The parameter Location of Dynamsoft Capture Vision defines the location information of the ROIs.
+description: Reference for the RegionFilteringCondition parameter in Dynamsoft Capture Vision, which filters reference objects to those predetected regions matching a specified RegionPredetectionMode and label ID array.
keywords: Location
needGenerateH3Content: true
---
diff --git a/parameters/reference/target-roi-def/location/reference-object-filter/text-line-filtering-condition.md b/parameters/reference/target-roi-def/location/reference-object-filter/text-line-filtering-condition.md
index ebc4fce..88f3130 100644
--- a/parameters/reference/target-roi-def/location/reference-object-filter/text-line-filtering-condition.md
+++ b/parameters/reference/target-roi-def/location/reference-object-filter/text-line-filtering-condition.md
@@ -1,7 +1,7 @@
---
layout: default-layout
title: Dynamsoft Capture Vision Parameters
-description: The parameter Location of Dynamsoft Capture Vision defines the location information of the ROIs.
+description: Reference for the TextLineFilteringCondition parameter in Dynamsoft Capture Vision, which filters reference objects to those recognized text lines matching specified line numbers and/or a text content regular expression pattern.
keywords: Location
needGenerateH3Content: true
---
diff --git a/parameters/reference/target-roi-def/pause-flag.md b/parameters/reference/target-roi-def/pause-flag.md
index d627e3c..2af534f 100644
--- a/parameters/reference/target-roi-def/pause-flag.md
+++ b/parameters/reference/target-roi-def/pause-flag.md
@@ -1,7 +1,7 @@
---
layout: default-layout
title: PauseFlag - Dynamsoft Capture Vision Parameters
-description: The parameter PauseFlag indicates that the region results generated by this `TargetROIDef` will not be used by other `TargetROIDef` objects.
+description: Reference for the PauseFlag parameter in the Dynamsoft Capture Vision TargetROIDef object, which indicates that the region results of this TargetROIDef will not automatically be consumed by dependent TargetROIDef objects - requiring an explicit user update to proceed.
keywords: raw image, captured results, TargetROIDef
permalink: /parameters/reference/target-roi-def/pause-flag.html
---
diff --git a/parameters/reference/target-roi-def/task-setting-name-array.md b/parameters/reference/target-roi-def/task-setting-name-array.md
index 655078b..8ef48d5 100644
--- a/parameters/reference/target-roi-def/task-setting-name-array.md
+++ b/parameters/reference/target-roi-def/task-setting-name-array.md
@@ -1,7 +1,7 @@
---
layout: default-layout
title: TaskSettingNameArray - Dynamsoft Capture Vision Parameters
-description: The parameter TaskSettingNameArray of Dynamsoft Capture Vision defines the collection of image ROI processing object names.
+description: Reference for the TaskSettingNameArray parameter in the Dynamsoft Capture Vision TargetROIDef object, which lists the names of task setting objects (BarcodeReaderTaskSetting, LabelRecognizerTaskSetting, DocumentNormalizerTaskSetting, or OutputTaskSetting) to execute on the target ROI.
keywords: task settings, TargetROIDef
permalink: /parameters/reference/target-roi-def/task-setting-name-array.html
---
diff --git a/parameters/reference/text-line-specification/position.md b/parameters/reference/text-line-specification/position.md
index 210f611..bffc8b7 100644
--- a/parameters/reference/text-line-specification/position.md
+++ b/parameters/reference/text-line-specification/position.md
@@ -1,7 +1,7 @@
---
layout: default-layout
title: Text Line Area Points - Dynamsoft Label Recognizer Parameters
-description: The parameter Text Line Area Points of Dynamsoft Label Recognizer defines how to normalize the characters.
+description: Reference for the Text Line Area Points parameters (FirstPoint, SecondPoint, ThirdPoint, FourthPoint) in the Dynamsoft Capture Vision TextLineSpecification object, which define the quadrilateral area (as percentage-based coordinates within the TargetROI) within which text lines are processed.
keywords: Character normalization
---
|