Skip to content

Commit 8499fcb

Browse files
Merge pull request #84 from dynamsoft-docs/preview
Preview
2 parents 1a3bf6b + 3982beb commit 8499fcb

File tree

2 files changed

+79
-1
lines changed

2 files changed

+79
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
`DynamsoftDocumentNormalizer` SDK has been refactored 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.
2+
`DynamsoftDocumentNormalizer` 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

44
* `DynamsoftCaptureVision` architecture consists of:
55
* `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.
Lines changed: 78 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,78 @@
1+
[
2+
{
3+
"version": "2.0.20",
4+
"matchList": {
5+
"dcvRepoCore": [
6+
{
7+
"path": "/parameters/reference/capture-vision-template",
8+
"version": "2.0.20"
9+
},{
10+
"path": "/parameters/reference/target-roi-def",
11+
"version": "2.0.20"
12+
},{
13+
"path": "/parameters/reference/document-normalizer-task-settings",
14+
"version": "2.0.20"
15+
},{
16+
"path": "/parameters/reference/image-parameter",
17+
"version": "2.0.20"
18+
},{
19+
"path": "/parameters/reference/image-source-options",
20+
"version": "3.0.20"
21+
},{
22+
"path": "/parameters/reference/global-parameter",
23+
"version": "2.0.20"
24+
}
25+
]
26+
}
27+
},{
28+
"version": "2.0.10",
29+
"matchList": {
30+
"dcvRepoCore": [
31+
{
32+
"path": "/parameters/reference/capture-vision-template",
33+
"version": "2.0.10"
34+
},{
35+
"path": "/parameters/reference/target-roi-def",
36+
"version": "2.0.10"
37+
},{
38+
"path": "/parameters/reference/document-normalizer-task-settings",
39+
"version": "2.0.10"
40+
},{
41+
"path": "/parameters/reference/image-parameter",
42+
"version": "2.0.10"
43+
},{
44+
"path": "/parameters/reference/image-source-options",
45+
"version": "3.0.10"
46+
},{
47+
"path": "/parameters/reference/global-parameter",
48+
"version": "2.0.10"
49+
}
50+
]
51+
}
52+
},{
53+
"version": "2.0.0",
54+
"matchList": {
55+
"dcvRepoCore": [
56+
{
57+
"path": "/parameters/reference/capture-vision-template",
58+
"version": "2.0.0"
59+
},{
60+
"path": "/parameters/reference/target-roi-def",
61+
"version": "2.0.0"
62+
},{
63+
"path": "/parameters/reference/document-normalizer-task-settings",
64+
"version": "10.0.0"
65+
},{
66+
"path": "/parameters/reference/image-parameter",
67+
"version": "3.0.0"
68+
},{
69+
"path": "/parameters/reference/image-source-options",
70+
"version": "3.0.0"
71+
},{
72+
"path": "/parameters/reference/global-parameter",
73+
"version": "2.0.0"
74+
}
75+
]
76+
}
77+
}
78+
]

0 commit comments

Comments
 (0)