From a339a8576ea1b93de85ad4fca7796b492c3b6273 Mon Sep 17 00:00:00 2001 From: DMGithubPublisher Date: Tue, 6 May 2025 17:32:56 +0800 Subject: [PATCH] update to internal commit 1ef85779 --- index.md | 1 + .../file/task-settings/output-task-setting.md | 2 +- .../code-specifications.md | 16 ++++++++++++++-- 3 files changed, 16 insertions(+), 3 deletions(-) diff --git a/index.md b/index.md index 2209e94..1dc9317 100644 --- a/index.md +++ b/index.md @@ -24,3 +24,4 @@ To explore the latest features and updates of `Dynamsoft Capture Vision`, please * ![Python Icon]({{site.assets}}img-icon/homepage/Python.svg){:class="python"} [Python]({{ site.dcvb_python }}){:target="_blank"} * ![.NET Icon]({{site.assets}}img-icon/homepage/dotnet.svg){:class="dotnet"} [.NET]({{ site.dcvb_dotnet }}){:target="_blank"} * ![C++ Icon]({{site.assets}}img-icon/homepage/cplusplus.svg){:class="cplusplus"} [C++]({{ site.dcvb_cpp }}){:target="_blank"} + * ![NodeJS Icon]({{site.assets}}img-icon/homepage/nodejs.svg){:class="nodejs"} [Node JS](https://github.com/Dynamsoft/capture-vision-nodejs-samples/){:target="_blank"} diff --git a/parameters/file/task-settings/output-task-setting.md b/parameters/file/task-settings/output-task-setting.md index c298cc9..fce8743 100644 --- a/parameters/file/task-settings/output-task-setting.md +++ b/parameters/file/task-settings/output-task-setting.md @@ -43,7 +43,7 @@ The `OutputTaskSetting` object is used to configure how to output the expected r | Parameter Name | Value Type | Required or Optional | Description | |---|---|---|---| | Name | string | Mandatory | Sets the name of current `OutputTaskSetting` object. The value must be unique between all `task-setting` objects. | -| OutputCondition | {{site.dcvb_parameters_reference}}output-task-setting/output-condition.html | Optional | Sets how the current `OutputTaskSetting` object outputs results that meet multiple filter conditions across products.| +| [OutputCondition]({{site.dcvb_parameters_reference}}output-task-setting/output-condition.html) | JSON Object | Optional | Sets how the current `OutputTaskSetting` object outputs results that meet multiple filter conditions across products.| ## Design of the OutputCondition object diff --git a/parameters/reference/code-parser-task-settings/code-specifications.md b/parameters/reference/code-parser-task-settings/code-specifications.md index 79b725d..c407b7a 100644 --- a/parameters/reference/code-parser-task-settings/code-specifications.md +++ b/parameters/reference/code-parser-task-settings/code-specifications.md @@ -5,12 +5,11 @@ description: The parameter CodeSpecifications of Dynamsoft Capture Vision. needAutoGenerateSidebar: true needGenerateH3Content: false noTitleIndex: true -permalink: /parameters/reference/code-parser-task-settings/code-specifications.html --- # CodeSpecifications -Parameter `CodeSpecifications` specifies the names of CodeSpecification used for code parsing. +Parameter `CodeSpecifications` specifies the names of `CodeSpecification` used for code parsing. ## Example @@ -32,3 +31,16 @@ Parameter `CodeSpecifications` specifies the names of CodeSpecification used for - The default value, [], means all CodeSpecification under resources path will be used. - A `CodeSpecification` is a file named as [Name].dcpres which defines the fields and parsing rules for a specific code type. +- Currently supported values: + * MRTD_TD1_ID + * MRTD_TD2_ID + * MRTD_TD2_VISA + * MRTD_TD3_PASSPORT + * MRTD_TD3_VISA + * MRTD_TD2_FRENCH_ID + * AAMVA_DL_ID + * AAMVA_DL_ID_WITH_MAG_STRIPE + * SOUTH_AFRICA_DL + * AADHAAR + * VIN + * GS1_AI