Skip to content

Commit a339a85

Browse files
update to internal commit 1ef85779
1 parent 5530d3f commit a339a85

File tree

3 files changed

+16
-3
lines changed

3 files changed

+16
-3
lines changed

index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,4 @@ To explore the latest features and updates of `Dynamsoft Capture Vision`, please
2424
* ![Python Icon]({{site.assets}}img-icon/homepage/Python.svg){:class="python"} [Python]({{ site.dcvb_python }}){:target="_blank"}
2525
* ![.NET Icon]({{site.assets}}img-icon/homepage/dotnet.svg){:class="dotnet"} [.NET]({{ site.dcvb_dotnet }}){:target="_blank"}
2626
* ![C++ Icon]({{site.assets}}img-icon/homepage/cplusplus.svg){:class="cplusplus"} [C++]({{ site.dcvb_cpp }}){:target="_blank"}
27+
* ![NodeJS Icon]({{site.assets}}img-icon/homepage/nodejs.svg){:class="nodejs"} [Node JS](https://github.com/Dynamsoft/capture-vision-nodejs-samples/){:target="_blank"}

parameters/file/task-settings/output-task-setting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ The `OutputTaskSetting` object is used to configure how to output the expected r
4343
| Parameter Name | Value Type | Required or Optional | Description |
4444
|---|---|---|---|
4545
| Name | string | Mandatory | Sets the name of current `OutputTaskSetting` object. The value must be unique between all `task-setting` objects. |
46-
| 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.|
46+
| [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.|
4747

4848
## Design of the OutputCondition object
4949

parameters/reference/code-parser-task-settings/code-specifications.md

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,11 @@ description: The parameter CodeSpecifications of Dynamsoft Capture Vision.
55
needAutoGenerateSidebar: true
66
needGenerateH3Content: false
77
noTitleIndex: true
8-
permalink: /parameters/reference/code-parser-task-settings/code-specifications.html
98
---
109

1110
# CodeSpecifications
1211

13-
Parameter `CodeSpecifications` specifies the names of CodeSpecification used for code parsing.
12+
Parameter `CodeSpecifications` specifies the names of `CodeSpecification` used for code parsing.
1413

1514
## Example
1615

@@ -32,3 +31,16 @@ Parameter `CodeSpecifications` specifies the names of CodeSpecification used for
3231

3332
- The default value, [], means all CodeSpecification under resources path will be used.
3433
- A `CodeSpecification` is a file named as [Name].dcpres which defines the fields and parsing rules for a specific code type.
34+
- Currently supported values:
35+
* MRTD_TD1_ID
36+
* MRTD_TD2_ID
37+
* MRTD_TD2_VISA
38+
* MRTD_TD3_PASSPORT
39+
* MRTD_TD3_VISA
40+
* MRTD_TD2_FRENCH_ID
41+
* AAMVA_DL_ID
42+
* AAMVA_DL_ID_WITH_MAG_STRIPE
43+
* SOUTH_AFRICA_DL
44+
* AADHAAR
45+
* VIN
46+
* GS1_AI

0 commit comments

Comments
 (0)