Skip to content

Commit f09d8cb

Browse files
Merge pull request #36 from dynamsoft-docs/preview
update to internal commit e48ffab5
2 parents 668b5a3 + 37bc37c commit f09d8cb

24 files changed

+1224
-43
lines changed

_config.yml

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ ddn_cpp_release_notes: /document-normalizer/docs/server/programming/cplusplus/re
1414
ddn_dotnet: /document-normalizer/docs/server/programming/dotnet/
1515
ddn_dotnet_api: /document-normalizer/docs/server/programming/dotnet/api-reference/
1616
ddn_dotnet_release_notes: /document-normalizer/docs/server/programming/dotnet/release-notes/
17+
ddn_python: /document-normalizer/docs/server/programming/python/
18+
ddn_python_api: /document-normalizer/docs/server/programming/python/api-reference/
19+
ddn_python_release_notes: /document-normalizer/docs/server/programming/python/release-notes/
1720

1821
ddn_js: /document-normalizer/docs/web/programming/javascript/
1922
ddn_ios: /document-normalizer/docs/mobile/programming/ios/
@@ -25,10 +28,12 @@ dcv_parameters_reference: /capture-vision/docs/core/parameters/reference/
2528

2629
dcv_cpp_api: /capture-vision/docs/server/programming/cplusplus/api-reference/
2730
dcv_dotnet_api: /capture-vision/docs/server/programming/dotnet/api-reference/
31+
dcv_python_api: /capture-vision/docs/server/programming/python/api-reference/
2832
dcv_introduction: /capture-vision/docs/core/introduction/
2933
dcv_enumerations: /capture-vision/docs/core/enums/
3034

31-
useVersionTree: true
35+
useVersionTree: false
36+
isDCV: true
3237

3338
assets: /document-normalizer/docs/server/assets/
3439
edit_icon: /document-normalizer/docs/server/assets/img-icon/edit-icon.png
@@ -72,6 +77,16 @@ defaults:
7277
values:
7378
docRootName: "Document Normalizer C"
7479
docHomePage: "/document-normalizer/docs/server/programming/c/"
80+
- scope:
81+
path: "programming/dotnet"
82+
values:
83+
docRootName: "Document Normalizer .NET Edition"
84+
docHomePage: "/document-normalizer/docs/server/programming/dotnet/"
85+
- scope:
86+
path: "programming/python"
87+
values:
88+
docRootName: "Document Normalizer Python Edition"
89+
docHomePage: "/document-normalizer/docs/server/programming/python/"
7590
- scope:
7691
path: "Hide_Tree_Page.html"
7792
values:

_data/full_tree.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,5 @@ tree_file_list:
66
- sidelist-programming/programming-cpp-v2.0.20.html
77
- sidelist-programming/programming-cpp-v2.2.0.html
88
- sidelist-programming/programming-c.html
9-
- sidelist-programming/programming-dotnet.html
9+
- sidelist-programming/programming-dotnet.html
10+
- sidelist-programming/programming-python.html

_data/product_version.yml

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,17 @@ version_info_list:
44
- value: latest version(2.4.10)
55
- value: 2.x
66
child:
7-
- 2.2.10
8-
- 2.2.0
9-
- 2.0.20
10-
- 2.0.10
11-
- 2.0.0
7+
- 2.2.0_cplusplus
8+
- 2.0.20_cplusplus
9+
- 2.0.10_cplusplus
10+
- 2.0.0_cplusplus
1211
- value: 1.x
1312
child:
14-
- 1.0.20
15-
- 1.0.10
16-
- 1.0.0
13+
- 1.0.20_cplusplus
14+
- 1.0.10_cplusplus
15+
- 1.0.0_cplusplus
16+
- 1.0.20_c
17+
- 1.0.10_c
18+
- 1.0.0_c
1719

1820

_includes/ddnNav.html

Lines changed: 12 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,14 @@
11
<style>
2-
#cp-header .action-buttons { display: none; }
3-
#mdHeader { border-bottom: 0!important; }
4-
#sideBarCnt.sidebar-fixed { position: fixed; top: 88px; max-height: unset; }
5-
.rightSideMenu.rsm-fixed { position: fixed; top: 100px; }
6-
#docHead { top: 151px; }
7-
.productMenu .downloadBtn:hover { color: #ffffff!important; }
8-
@media (max-width: 1679px){
9-
#docHead {
10-
top: 145px;
2+
#cp-header .action-buttons { display: none; }
3+
#mdHeader { border-bottom: 0 !important; }
4+
#sideBarCnt.sidebar-fixed { position: fixed; top: 88px; max-height: unset; }
5+
.rightSideMenu.rsm-fixed { position: fixed; top: 100px; }
6+
#docHead { top: 151px; }
7+
.productMenu .downloadBtn:hover { color: #ffffff !important; }
8+
9+
@media (max-width: 1679px) {
10+
#docHead { top: 145px; }
1111
}
12-
}
1312
</style>
1413

1514
<div id="DocumentNormalizer" class="main">
@@ -18,24 +17,13 @@
1817
<div class="row">
1918
<div class="col-xs-12">
2019
<ul class="menuList">
21-
<!---->
2220
<li class="title"><a class="orangeLink" href="{{site.docHomePage}}">Dynamsoft Document Normalizer</a></li>
23-
<!-- <li class="item overview">
24-
<a class="textUpperCase" href="{{site.overview}}">Overview</a>
25-
</li>
26-
<li class="item overview">
27-
<a class="textUpperCase" href="{{site.frontPageFolder}}">Release Notes</a>
28-
</li> -->
2921
<li class="item overview">
3022
<a class="textUpperCase" href="{{site.docHomePage}}">Documentation</a>
3123
</li>
3224
</ul>
33-
<div class="trialAndPricing fr">
34-
<ul class="menuList">
35-
<li class="item textUpperCase"><a href="{{site.download}}">Free Trial</a></li>
36-
</ul>
37-
<a class="downloadBtn fr hide-lg textUpperCase" href="https://www.dynamsoft.com/document-normalizer/ask-for-quote/">Get Pricing</a>
38-
</div>
25+
<a href="https://www.dynamsoft.com/document-normalizer/ask-for-quote/" class="downloadBtn fr">Get Pricing</a>
26+
<a href="https://www.dynamsoft.com/document-normalizer/downloads/" target="_blank" class="downloadBtn borderBtn fr">Download <span class="hide-md">30-Day Trial</span></a>
3927
</div>
4028
</div>
4129
</div>
@@ -52,15 +40,7 @@
5240
<div class="row">
5341
<div class="col-xs-12">
5442
<ul class="menuList">
55-
<!---->
56-
<!-- <li class="title"><a class="orangeLink" href="{{site.docHomePage}}">Dynamsoft Document Normalizer</a></li> -->
57-
<!-- <li class="item overview">
58-
<a class="textUpperCase" href="{{site.overview}}">Overview</a>
59-
</li>
60-
<li class="item overview">
61-
<a class="textUpperCase" href="{{site.frontPageFolder}}">Release Notes</a>
62-
</li> -->
63-
<li class="item overview">
43+
<li class="item">
6444
<a class="textUpperCase" href="{{site.docHomePage}}">Documentation</a>
6545
</li>
6646
<li class="item">
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
2+
This is the first release of the Python Edition of `DynamsoftDocumentNormalizer` 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+
4+
* `DynamsoftCaptureVision` architecture consists of:
5+
* `ImageSourceAdapter(ISA)`, the standard input interface for you to convert image data from different sources into the standard input image data. In addition, `ISA` incorporates an image buffer management system that allows instant access to the buffered image data.
6+
* `CaptureVisionRouter (CVR)`, an engine for you to update templates, retrieve images from `ISA`, coordinate corresponding functional products and dispatch the results to the receivers.
7+
* Functional products that perform image processing, content understanding and semantic processing. The functional products are pluggable and passively called by CVR when they are required.
8+
* Result receiver interfaces. You can implement `CapturedResultReceiver (CRR)` to receive the `CapturedResults` that output when the processing on an image is finalized.
9+
* The parameter template system has been comprehensively upgraded.
10+
* Multiple algorithm task settings are available. You can define barcode decoding, label recognizing, document scanning and semantic processing tasks in one template file.
11+
* Extended the feature of the ROI system. By configuring the `target ROI` parameters, you can not only specify an `ROI` on the original image but also define the dependencies of the algorithm tasks. This feature enables you to customize the workflow when processing complex scenarios.
12+
* The image processing parameters are separated from the task parameters so that the template settings become more clear and concise.
13+
* The `intermediate result` system has been improved.
14+
* Achieved the `intermediate result` sharing between different functional products. The results that have the same image source and processing parameters are directly reused, which speeds up the image processing workflow. You don’t need to add any additional code to enable the `intermediate result` sharing. The library can recognize all the reusable results automatically based on the template file you uploaded.
15+

_includes/sidelist-programming/programming-c.html

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,3 +34,11 @@
3434
<li><a href="{{ site.ddn_c_release_notes }}c-1.html" class="otherLinkColour">Version 1.x</a></li>
3535
</ul>
3636
</li>
37+
<li lang="c" class="category">OTHER EDITIONS</li>
38+
<li lang="c"><a class="otherLinkColour">Choose a Language</a>
39+
<ul>
40+
<li><a target="_blank" href="{{ site.ddn_python }}" class="otherLinkColour refreshLink">Python</a></li>
41+
<li><a target="_blank" href="{{ site.ddn_dotnet }}" class="otherLinkColour refreshLink">.NET</a></li>
42+
<li><a target="_blank" href="{{ site.ddn_cpp }}" class="otherLinkColour refreshLink">C++</a></li>
43+
</ul>
44+
</li>

_includes/sidelist-programming/programming-cpp.html

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,4 +180,11 @@
180180
<li><a href="{{ site.ddn_cpp_release_notes }}cpp-1.html" class="otherLinkColour">Version 1.x</a></li>
181181
</ul>
182182
</li>
183-
<li lang="cplusplus"><a href="{{ site.ddn_cpp }}upgrade-instruction.html" class="otherLinkColour">Upgrade Instructions</a></li>
183+
<li lang="cplusplus"><a href="{{ site.ddn_cpp }}upgrade-instruction.html" class="otherLinkColour">Upgrade Instructions</a></li>
184+
<li lang="cplusplus" class="category">OTHER EDITIONS</li>
185+
<li lang="cplusplus"><a class="otherLinkColour">Choose a Language</a>
186+
<ul>
187+
<li><a target="_blank" href="{{ site.ddn_python }}" class="otherLinkColour refreshLink">Python</a></li>
188+
<li><a target="_blank" href="{{ site.ddn_dotnet }}" class="otherLinkColour refreshLink">.NET</a></li>
189+
</ul>
190+
</li>

_includes/sidelist-programming/programming-dotnet.html

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,3 +126,10 @@
126126
<li><a href="{{ site.ddn_dotnet_release_notes }}dotnet-2.html" class="otherLinkColour">Version 2.x</a></li>
127127
</ul>
128128
</li>
129+
<li lang="dotnet" class="category">OTHER EDITIONS</li>
130+
<li lang="dotnet"><a class="otherLinkColour">Choose a Language</a>
131+
<ul>
132+
<li><a target="_blank" href="{{ site.ddn_python }}" class="otherLinkColour refreshLink">Python</a></li>
133+
<li><a target="_blank" href="{{ site.ddn_cpp }}" class="otherLinkColour refreshLink">C++</a></li>
134+
</ul>
135+
</li>

0 commit comments

Comments
 (0)