Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion architecture/image-processing/index.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion architecture/index.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion architecture/input.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion architecture/output.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion architecture/semantic-processing.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion introduction/index.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion license/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion parameters/file/auxiliary/barcode-format-specification.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion parameters/file/auxiliary/capture-vision-model.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion parameters/file/auxiliary/char-set.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion parameters/file/auxiliary/global-parameter.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion parameters/file/auxiliary/textline-specification.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion parameters/file/capture-vision-template.md
Original file line number Diff line number Diff line change
@@ -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
---

Expand Down
2 changes: 1 addition & 1 deletion parameters/file/image-parameter.md
Original file line number Diff line number Diff line change
@@ -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
---

Expand Down
2 changes: 1 addition & 1 deletion parameters/file/image-source.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion parameters/file/index.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion parameters/file/semantic-processing/index.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion parameters/file/target-roi-definition/index.md
Original file line number Diff line number Diff line change
@@ -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
---

Expand Down
Original file line number Diff line number Diff line change
@@ -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
---
Expand Down
2 changes: 1 addition & 1 deletion parameters/file/task-settings/code-parser-task-settings.md
Original file line number Diff line number Diff line change
@@ -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
---

Expand Down
Original file line number Diff line number Diff line change
@@ -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
---

Expand Down
Original file line number Diff line number Diff line change
@@ -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
---
Expand Down
2 changes: 1 addition & 1 deletion parameters/file/task-settings/output-task-setting.md
Original file line number Diff line number Diff line change
@@ -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
---

Expand Down
Original file line number Diff line number Diff line change
@@ -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
---

Expand Down
Original file line number Diff line number Diff line change
@@ -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
---

Expand Down
Original file line number Diff line number Diff line change
@@ -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
---

Expand Down Expand Up @@ -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.
Original file line number Diff line number Diff line change
@@ -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
---

Expand Down
Original file line number Diff line number Diff line change
@@ -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
---

Expand Down
Loading
Loading