Skip to content

Commit 367087c

Browse files
update to internal commit 2e733806
1 parent f4870a4 commit 367087c

23 files changed

+552
-47
lines changed

_config.yml

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,22 +4,27 @@ docFullPath: https://www.dynamsoft.com/code-parser/docs/server
44
firstLevelUrl: /code-parser/docs/server/
55
docHomePage: /code-parser/docs/core/introduction/
66

7-
cpp: /code-parser/docs/server/programming/cplusplus/
8-
cpp_api: /code-parser/docs/server/programming/cplusplus/api-reference/
9-
cpp_release_notes: /code-parser/docs/server/programming/cplusplus/release-notes/
7+
dcp_cpp: /code-parser/docs/server/programming/cplusplus/
8+
dcp_cpp_api: /code-parser/docs/server/programming/cplusplus/api-reference/
9+
dcp_cpp_release_notes: /code-parser/docs/server/programming/cplusplus/release-notes/
10+
11+
dcp_dotnet: /code-parser/docs/server/programming/dotnet/
12+
dcp_dotnet_api: /code-parser/docs/server/programming/dotnet/api-reference/
13+
dcp_dotnet_release_notes: /code-parser/docs/server/programming/dotnet/release-notes/
1014

1115
assets: /code-parser/docs/server/assets/
1216
edit_icon: /code-parser/docs/server/assets/img-icon/edit-icon.png
1317
smile_icon: /code-parser/docs/server/assets/img-icon/icon-smile.png
1418
sad_icon: /code-parser/docs/server/assets/img-icon/icon-sad.png
1519

16-
release_notes: /code-parser/docs/core/release-notes/
17-
code_types: /code-parser/docs/core/code-types/
20+
dcp_release_notes: /code-parser/docs/core/release-notes/
21+
dcp_code_types: /code-parser/docs/core/code-types/
1822
dcp_parameters: /code-parser/docs/core/parameters/
1923

2024
dcv_enumerations: /capture-vision/docs/core/enums/
2125
dcv_parameters: /capture-vision/docs/core/parameters/
2226
dcv_cpp_api: /capture-vision/docs/server/programming/cplusplus/api-reference/
27+
dcv_dotnet_api: /capture-vision/docs/server/programming/dotnet/api-reference/
2328

2429
useVersionTree: true
2530

_data/full_tree.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
tree_file_list:
22
- sidelist-full-tree.html
33
- sidelist-programming/programming-cpp.html
4+
- sidelist-programming/programming-dotnet.html

_data/product_version.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ version_info_list_desktop:
44
- value: latest version
55
- value: 2.x
66
child:
7+
- 2.2.10
78
- 2.2.0
89
- 2.0.20
910
- 2.0.10

_includes/dcpNav.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<li class="title"><a class="orangeLink" href="{{site.docHomePage}}">Dynamsoft Code Parser</a></li>
2323
<li class="item overview">
2424
<!---->
25-
<a class="textUpperCase" href="{{site.release_notes}}">Release Notes</a>
25+
<a class="textUpperCase" href="{{site.dcp_release_notes}}">Release Notes</a>
2626
</li>
2727
<li class="item overview">
2828
<!---->
@@ -45,7 +45,7 @@
4545
<div class="row">
4646
<div class="col-xs-12">
4747
<ul class="menuList">
48-
<li class="item"><a href="{{site.release_notes}}">Release Notes</a></li>
48+
<li class="item"><a href="{{site.dcp_release_notes}}">Release Notes</a></li>
4949
<li class="item"><a href="{{site.docHomePage}}">Documentation</a></li>
5050
</ul>
5151
</div>
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
2+
* This is the first release of the .NET Edition of `DynamsoftCodeParser` SDK integrated with `DynamsoftCaptureVision (DCV)` architecture, which is newly established to aggregate the features of functional products powered by Dynamsoft. The features are designed to be pluggable, customizable and interactable. In addition, the functional products share the computation so that their processing speed is much higher than working individually.
3+
* Added supports to parse following code types:
4+
* [MRTD_TD1_ID]({{ site.dcp_code_types }}mrtd.html)
5+
* [MRTD_TD2_ID]({{ site.dcp_code_types }}mrtd.html)
6+
* [MRTD_TD2_VISA]({{ site.dcp_code_types }}mrtd.html)
7+
* [MRTD_TD3_PASSPORT]({{ site.dcp_code_types }}mrtd.html)
8+
* [MRTD_TD3_VISA]({{ site.dcp_code_types }}mrtd.html)
9+
* [VIN]({{ site.dcp_code_types }}vin.html)
10+
* [AAMVA_DL_ID]({{ site.dcp_code_types }}aamva-dl-id.html)
11+
* [AAMVA_DL_ID_WITH_MAG_STRIPE]({{ site.dcp_code_types }}aamva-dl-id.html)
12+
* [AADHAAR]({{ site.dcp_code_types }}aadhaar.html)
13+
* [SOUTH_AFRICA_DL]({{ site.dcp_code_types }}za-dl.html)
14+

_includes/release-notes/product-highlight-2.0.0.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
* `DynamsoftCodeParser` SDK has been revamped to integrate with `DynamsoftCaptureVision (DCV)` architecture, which is newly established to aggregate the features of functional products powered by Dynamsoft. The features are designed to be pluggable, customizable and interactable. In addition, the functional products share the computation so that their processing speed is much higher than working individually.
33
* Added C++ Edition. With this new edition, developers can effortlessly integrate code parsing capabilities into their C++ applications.
44
* Added supports to parse following code types:
5-
* [MRTD_TD1_ID]({{ site.code_types }}mrtd.html)
6-
* [MRTD_TD2_ID]({{ site.code_types }}mrtd.html)
7-
* [MRTD_TD2_VISA]({{ site.code_types }}mrtd.html)
8-
* [MRTD_TD3_PASSPORT]({{ site.code_types }}mrtd.html)
9-
* [MRTD_TD3_VISA]({{ site.code_types }}mrtd.html)
10-
* [VIN]({{ site.code_types }}vin.html)
11-
* [AAMVA_DL_ID]({{ site.code_types }}aamva-dl-id.html)
12-
* [AAMVA_DL_ID_WITH_MAG_STRIPE]({{ site.code_types }}aamva-dl-id.html)
13-
* [AADHAAR]({{ site.code_types }}aadhaar.html)
14-
* [SOUTH_AFRICA_DL]({{ site.code_types }}za-dl.html)
5+
* [MRTD_TD1_ID]({{ site.dcp_code_types }}mrtd.html)
6+
* [MRTD_TD2_ID]({{ site.dcp_code_types }}mrtd.html)
7+
* [MRTD_TD2_VISA]({{ site.dcp_code_types }}mrtd.html)
8+
* [MRTD_TD3_PASSPORT]({{ site.dcp_code_types }}mrtd.html)
9+
* [MRTD_TD3_VISA]({{ site.dcp_code_types }}mrtd.html)
10+
* [VIN]({{ site.dcp_code_types }}vin.html)
11+
* [AAMVA_DL_ID]({{ site.dcp_code_types }}aamva-dl-id.html)
12+
* [AAMVA_DL_ID_WITH_MAG_STRIPE]({{ site.dcp_code_types }}aamva-dl-id.html)
13+
* [AADHAAR]({{ site.dcp_code_types }}aadhaar.html)
14+
* [SOUTH_AFRICA_DL]({{ site.dcp_code_types }}za-dl.html)
1515

_includes/sidelist-full-tree.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77
<a href="{{ site.java }}" class="otherLinkColour">Java Edition Introduction</a>
88
</li>
99
{%- include liquid_searchVersionTreeFile.html ver=include.ver curPath=include.curPath targetRelativePath="sidelist-programming/programming-java.html" -%}
10+
-->
1011
<li lang="dotnet">
1112
<a href="{{ site.dotnet }}" class="otherLinkColour">.NET Edition Introduction</a>
1213
</li>
1314
{%- include liquid_searchVersionTreeFile.html ver=include.ver curPath=include.curPath targetRelativePath="sidelist-programming/programming-dotnet.html" -%}
14-
-->
1515
<li lang="cplusplus">
16-
<a href="{{ site.cpp }}" class="otherLinkColour">Introduction</a>
16+
<a href="{{ site.dcp_cpp }}" class="otherLinkColour">Introduction</a>
1717
</li>
1818
{%- include liquid_searchVersionTreeFile.html ver=include.ver curPath=include.curPath targetRelativePath="sidelist-programming/programming-cpp.html" -%}
1919

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
<li lang="cplusplus" class="category">DEVELOPMENT</li>
2-
<li lang="cplusplus"><a href="{{ site.cpp }}user-guide/getting-started.html" class="otherLinkColour">User Guide</a></li>
2+
<li lang="cplusplus"><a href="{{ site.dcp_cpp }}user-guide/getting-started.html" class="otherLinkColour">User Guide</a></li>
33
<li lang="cplusplus"><a class="otherLinkColour">API Reference</a>
44
<ul>
55
<li><a class="otherLinkColour">Classes</a>
66
<ul>
7-
<li><a href="{{ site.cpp_api }}code-parser.html" class="otherLinkColour">CCodeParser</a></li>
8-
<li><a href="{{ site.cpp_api }}code-parser-module.html" class="otherLinkColour">CCodeParserModule</a></li>
7+
<li><a href="{{ site.dcp_cpp_api }}code-parser.html" class="otherLinkColour">CCodeParser</a></li>
8+
<li><a href="{{ site.dcp_cpp_api }}code-parser-module.html" class="otherLinkColour">CCodeParserModule</a></li>
99
<li><a href="{{ site.dcv_cpp_api }}license/license-manager.html" class="otherLinkColour">CLicenseManager</a></li>
10-
<li><a href="{{ site.cpp_api }}parsed-result-item.html" class="otherLinkColour">CParsedResultItem</a></li>
10+
<li><a href="{{ site.dcp_cpp_api }}parsed-result-item.html" class="otherLinkColour">CParsedResultItem</a></li>
1111
</ul>
1212
</li>
1313
<li><a class="otherLinkColour">Enumerations</a>
@@ -19,8 +19,8 @@
1919
</li>
2020
</ul>
2121
</li>
22-
<li lang="cplusplus"><a href="{{ site.cpp_release_notes }}" class="otherLinkColour">Release Notes</a>
22+
<li lang="cplusplus"><a href="{{ site.dcp_cpp_release_notes }}" class="otherLinkColour">Release Notes</a>
2323
<ul >
24-
<li ><a href="{{ site.cpp_release_notes }}cpp-2.html" class="otherLinkColour">Version 2.x</a></li>
24+
<li ><a href="{{ site.dcp_cpp_release_notes }}cpp-2.html" class="otherLinkColour">Version 2.x</a></li>
2525
</ul>
2626
</li>
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
<li lang="dotnet" class="category">DEVELOPMENT</li>
2+
<li lang="dotnet"><a class="otherLinkColour">API Reference</a>
3+
<ul>
4+
<li><a class="otherLinkColour">Classes</a>
5+
<ul>
6+
<li><a href="{{ site.dcp_dotnet_api }}code-parser-module.html" class="otherLinkColour">CodeParserModule</a></li>
7+
<li><a href="{{ site.dcp_dotnet_api }}parsed-result.html" class="otherLinkColour">ParsedResult</a></li>
8+
<li><a href="{{ site.dcp_dotnet_api }}parsed-result-item.html" class="otherLinkColour">ParsedResultItem</a></li>
9+
</ul>
10+
</li>
11+
<li><a class="otherLinkColour">Enumerations</a>
12+
<ul>
13+
<li><a href="{{ site.dcv_enumerations }}core/error-code.html?lang=dotnet" class="otherLinkColour">EnumErrorCode</a></li>
14+
<li><a href="{{ site.dcv_enumerations }}code-parser/mapping-status.html?lang=dotnet" class="otherLinkColour">EnumMappingStatus</a></li>
15+
<li><a href="{{ site.dcv_enumerations }}code-parser/validation-status.html?lang=dotnet" class="otherLinkColour">EnumValidationStatus</a></li>
16+
</ul>
17+
</li>
18+
</ul>
19+
</li>
20+
<li lang="dotnet"><a href="{{ site.dcp_dotnet_release_notes }}" class="otherLinkColour">Release Notes</a>
21+
<ul >
22+
<li ><a href="{{ site.dcp_dotnet_release_notes }}dotnet-2.html" class="otherLinkColour">Version 2.x</a></li>
23+
</ul>
24+
</li>

assets/js/dcpServerVersionSearch.json

Lines changed: 91 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,95 @@
11
[
2+
{
3+
"version": "2.2.20",
4+
"matchList": {
5+
"dotnet":{
6+
"dcvRepoServer": [
7+
{
8+
"path": "/programming/dotnet/api-reference/capture-vision-router",
9+
"version": "2.2.30"
10+
},
11+
{
12+
"path": "/programming/dotnet/api-reference/core",
13+
"version": "3.2.30"
14+
},
15+
{
16+
"path": "/programming/dotnet/api-reference/image-processing",
17+
"version": "2.2.30"
18+
},
19+
{
20+
"path": "/programming/dotnet/api-reference/license",
21+
"version": "3.2.20"
22+
},
23+
{
24+
"path": "/programming/dotnet/api-reference/utility",
25+
"version": "1.2.20"
26+
}
27+
],
28+
"dcvRepoCore": [
29+
{
30+
"path": "/enums/capture-vision-router",
31+
"version": "2.2.30"
32+
},
33+
{
34+
"path": "/enums/code-parser",
35+
"version": "2.2.20"
36+
},
37+
{
38+
"path": "/enums/core",
39+
"version": "3.2.30"
40+
},
41+
{
42+
"path": "/parameters/reference/barcode-format-specification",
43+
"version": "10.2.10"
44+
},
45+
{
46+
"path": "/parameters/reference/barcode-reader-task-settings",
47+
"version": "10.2.10"
48+
},
49+
{
50+
"path": "/parameters/reference/capture-vision-template",
51+
"version": "2.2.30"
52+
},
53+
{
54+
"path": "/parameters/reference/character-model",
55+
"version": "3.2.30"
56+
},
57+
{
58+
"path": "/parameters/reference/code-parser-task-settings",
59+
"version": "2.2.20"
60+
},
61+
{
62+
"path": "/parameters/reference/global-parameter",
63+
"version": "2.2.30"
64+
},
65+
{
66+
"path": "/parameters/reference/image-parameter",
67+
"version": "2.2.30"
68+
},
69+
{
70+
"path": "/parameters/reference/image-source-options",
71+
"version": "2.2.30"
72+
},
73+
{
74+
"path": "/parameters/reference/label-recognizer-task-settings",
75+
"version": "3.2.30"
76+
},
77+
{
78+
"path": "/parameters/reference/semantic-processing",
79+
"version": "2.2.20"
80+
},
81+
{
82+
"path": "/parameters/reference/target-roi-def",
83+
"version": "2.2.30"
84+
},
85+
{
86+
"path": "/parameters/reference/text-line-specification",
87+
"version": "3.2.30"
88+
}
89+
]
90+
}
91+
}
92+
},
293
{
394
"version": "2.2.10",
495
"matchList": {

0 commit comments

Comments
 (0)