Skip to content

Commit ef90ba2

Browse files
committed
Update dynamsoft-capture-vision-bundle SDK
1 parent c7027ca commit ef90ba2

File tree

10 files changed

+2084
-2108
lines changed

10 files changed

+2084
-2108
lines changed

angular.json

Lines changed: 22 additions & 57 deletions
Original file line numberDiff line numberDiff line change
@@ -27,63 +27,13 @@
2727
"src/assets",
2828
{
2929
"glob": "**/*",
30-
"input": "./node_modules/dynamsoft-capture-vision-std/dist",
31-
"output": "assets/dynamsoft-capture-vision-std"
30+
"input": "./node_modules/dynamsoft-capture-vision-bundle/dist",
31+
"output": "assets/dynamsoft-capture-vision-bundle"
3232
},
3333
{
3434
"glob": "**/*",
35-
"input": "./node_modules/dynamsoft-image-processing/dist",
36-
"output": "assets/dynamsoft-image-processing"
37-
},
38-
{
39-
"glob": "**/*",
40-
"input": "./node_modules/dynamsoft-core/dist",
41-
"output": "assets/dynamsoft-core"
42-
},
43-
{
44-
"glob": "**/*",
45-
"input": "./node_modules/dynamsoft-license/dist",
46-
"output": "assets/dynamsoft-license"
47-
},
48-
{
49-
"glob": "**/*",
50-
"input": "./node_modules/dynamsoft-capture-vision-router/dist",
51-
"output": "assets/dynamsoft-capture-vision-router"
52-
},
53-
{
54-
"glob": "**/*",
55-
"input": "./node_modules/dynamsoft-barcode-reader/dist",
56-
"output": "assets/dynamsoft-barcode-reader"
57-
},
58-
{
59-
"glob": "**/*",
60-
"input": "./node_modules/dynamsoft-camera-enhancer/dist",
61-
"output": "assets/dynamsoft-camera-enhancer"
62-
},
63-
{
64-
"glob": "**/*",
65-
"input": "./node_modules/dynamsoft-document-normalizer/dist",
66-
"output": "assets/dynamsoft-document-normalizer"
67-
},
68-
{
69-
"glob": "**/*",
70-
"input": "./node_modules/dynamsoft-label-recognizer/dist",
71-
"output": "assets/dynamsoft-label-recognizer"
72-
},
73-
{
74-
"glob": "**/*",
75-
"input": "./node_modules/dynamsoft-code-parser/dist",
76-
"output": "assets/dynamsoft-code-parser"
77-
},
78-
{
79-
"glob": "**/*",
80-
"input": "./node_modules/dynamsoft-capture-vision-dnn/dist",
81-
"output": "assets/dynamsoft-capture-vision-dnn"
82-
},
83-
{
84-
"glob": "**/*",
85-
"input": "./node_modules/dynamsoft-label-recognizer-data/dist",
86-
"output": "assets/dynamsoft-label-recognizer-data"
35+
"input": "./node_modules/dynamsoft-capture-vision-data",
36+
"output": "assets/dynamsoft-capture-vision-data"
8737
},
8838
{
8939
"glob": "**/*",
@@ -164,8 +114,23 @@
164114
"src/assets",
165115
{
166116
"glob": "**/*",
167-
"input": "./node_modules/dynamsoft-javascript-barcode/dist",
168-
"output": "assets/dynamsoft-javascript-barcode"
117+
"input": "./node_modules/dynamsoft-capture-vision-bundle/dist",
118+
"output": "assets/dynamsoft-capture-vision-bundle"
119+
},
120+
{
121+
"glob": "**/*",
122+
"input": "./node_modules/dynamsoft-capture-vision-data",
123+
"output": "assets/dynamsoft-capture-vision-data"
124+
},
125+
{
126+
"glob": "**/*",
127+
"input": "./node_modules/dynamsoft-document-viewer/dist",
128+
"output": "assets/dynamsoft-document-viewer"
129+
},
130+
{
131+
"glob": "**/*",
132+
"input": "./node_modules/dwt/dist",
133+
"output": "assets/dynamic-web-twain"
169134
}
170135
],
171136
"styles": [
@@ -178,4 +143,4 @@
178143
}
179144
},
180145
"defaultProject": "angular-barcode-mrz-document-scanner"
181-
}
146+
}

0 commit comments

Comments
 (0)