dynamsoft-capture-vision-bundle 3.4.1000__cp314-cp314-win_amd64.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- dynamsoft_capture_vision_bundle/ConfusableChars.data +0 -0
- dynamsoft_capture_vision_bundle/DynamicPdfx64.dll +0 -0
- dynamsoft_capture_vision_bundle/DynamsoftBarcodeReaderx64.dll +0 -0
- dynamsoft_capture_vision_bundle/DynamsoftCaptureVisionRouterx64.dll +0 -0
- dynamsoft_capture_vision_bundle/DynamsoftCodeParserDedicatorx64.dll +0 -0
- dynamsoft_capture_vision_bundle/DynamsoftCodeParserx64.dll +0 -0
- dynamsoft_capture_vision_bundle/DynamsoftCorex64.dll +0 -0
- dynamsoft_capture_vision_bundle/DynamsoftDocumentNormalizerx64.dll +0 -0
- dynamsoft_capture_vision_bundle/DynamsoftIdentityUtilityx64.dll +0 -0
- dynamsoft_capture_vision_bundle/DynamsoftImageProcessingx64.dll +0 -0
- dynamsoft_capture_vision_bundle/DynamsoftLabelRecognizerx64.dll +0 -0
- dynamsoft_capture_vision_bundle/DynamsoftLicensex64.dll +0 -0
- dynamsoft_capture_vision_bundle/DynamsoftNeuralNetworkx64.dll +0 -0
- dynamsoft_capture_vision_bundle/DynamsoftUtilityx64.dll +0 -0
- dynamsoft_capture_vision_bundle/Models/Code128Decoder.data +0 -0
- dynamsoft_capture_vision_bundle/Models/Code39ITFDecoder.data +0 -0
- dynamsoft_capture_vision_bundle/Models/DataMatrixQRCodeDeblur.data +0 -0
- dynamsoft_capture_vision_bundle/Models/DataMatrixQRCodeLocalization.data +0 -0
- dynamsoft_capture_vision_bundle/Models/EAN13Decoder.data +0 -0
- dynamsoft_capture_vision_bundle/Models/LetterCharRecognition.data +0 -0
- dynamsoft_capture_vision_bundle/Models/LowercaseCharRecognition.data +0 -0
- dynamsoft_capture_vision_bundle/Models/MRZCharRecognition.data +0 -0
- dynamsoft_capture_vision_bundle/Models/MRZLocalization.data +0 -0
- dynamsoft_capture_vision_bundle/Models/MRZTextLineRecognition.data +0 -0
- dynamsoft_capture_vision_bundle/Models/NumberCharRecognition.data +0 -0
- dynamsoft_capture_vision_bundle/Models/NumberLetterCharRecognition.data +0 -0
- dynamsoft_capture_vision_bundle/Models/NumberLowercaseCharRecognition.data +0 -0
- dynamsoft_capture_vision_bundle/Models/NumberUppercaseCharRecognition.data +0 -0
- dynamsoft_capture_vision_bundle/Models/OneDDeblur.data +0 -0
- dynamsoft_capture_vision_bundle/Models/OneDLocalization.data +0 -0
- dynamsoft_capture_vision_bundle/Models/PDF417Deblur.data +0 -0
- dynamsoft_capture_vision_bundle/Models/PDF417Localization.data +0 -0
- dynamsoft_capture_vision_bundle/Models/UppercaseCharRecognition.data +0 -0
- dynamsoft_capture_vision_bundle/Models/VINCharRecognition.data +0 -0
- dynamsoft_capture_vision_bundle/OverlappingChars.data +1 -0
- dynamsoft_capture_vision_bundle/ParserResources/AADHAAR.data +0 -0
- dynamsoft_capture_vision_bundle/ParserResources/AAMVA_DL_ID.data +1 -0
- dynamsoft_capture_vision_bundle/ParserResources/GS1_AI.data +66 -0
- dynamsoft_capture_vision_bundle/ParserResources/MRTD.data +1 -0
- dynamsoft_capture_vision_bundle/ParserResources/SOUTH_AFRICA_DL.data +1 -0
- dynamsoft_capture_vision_bundle/ParserResources/VIN.data +0 -0
- dynamsoft_capture_vision_bundle/Templates/DBR-PresetTemplates.json +546 -0
- dynamsoft_capture_vision_bundle/Templates/DDN-PresetTemplates.json +316 -0
- dynamsoft_capture_vision_bundle/Templates/DLR-PresetTemplates.json +471 -0
- dynamsoft_capture_vision_bundle/Templates/DriverLicenseScanner.json +94 -0
- dynamsoft_capture_vision_bundle/Templates/MRZScanner.json +804 -0
- dynamsoft_capture_vision_bundle/Templates/VINScanner.json +299 -0
- dynamsoft_capture_vision_bundle/_DynamsoftBarcodeReader.cp314-win_amd64.pyd +0 -0
- dynamsoft_capture_vision_bundle/_DynamsoftCaptureVisionRouter.cp314-win_amd64.pyd +0 -0
- dynamsoft_capture_vision_bundle/_DynamsoftCodeParser.cp314-win_amd64.pyd +0 -0
- dynamsoft_capture_vision_bundle/_DynamsoftCodeParserDedicator.cp314-win_amd64.pyd +0 -0
- dynamsoft_capture_vision_bundle/_DynamsoftCore.cp314-win_amd64.pyd +0 -0
- dynamsoft_capture_vision_bundle/_DynamsoftDocumentNormalizer.cp314-win_amd64.pyd +0 -0
- dynamsoft_capture_vision_bundle/_DynamsoftIdentityUtility.cp314-win_amd64.pyd +0 -0
- dynamsoft_capture_vision_bundle/_DynamsoftImageProcessing.cp314-win_amd64.pyd +0 -0
- dynamsoft_capture_vision_bundle/_DynamsoftLabelRecognizer.cp314-win_amd64.pyd +0 -0
- dynamsoft_capture_vision_bundle/_DynamsoftLicense.cp314-win_amd64.pyd +0 -0
- dynamsoft_capture_vision_bundle/_DynamsoftUtility.cp314-win_amd64.pyd +0 -0
- dynamsoft_capture_vision_bundle/__init__.py +13 -0
- dynamsoft_capture_vision_bundle/core.py +2785 -0
- dynamsoft_capture_vision_bundle/cvr.py +1347 -0
- dynamsoft_capture_vision_bundle/dbr.py +1223 -0
- dynamsoft_capture_vision_bundle/dcp.py +208 -0
- dynamsoft_capture_vision_bundle/dcpd.py +21 -0
- dynamsoft_capture_vision_bundle/ddn.py +985 -0
- dynamsoft_capture_vision_bundle/dip.py +24 -0
- dynamsoft_capture_vision_bundle/dlr.py +1136 -0
- dynamsoft_capture_vision_bundle/id_utility.py +98 -0
- dynamsoft_capture_vision_bundle/license.py +146 -0
- dynamsoft_capture_vision_bundle/utility.py +835 -0
- dynamsoft_capture_vision_bundle-3.4.1000.dist-info/METADATA +89 -0
- dynamsoft_capture_vision_bundle-3.4.1000.dist-info/RECORD +75 -0
- dynamsoft_capture_vision_bundle-3.4.1000.dist-info/WHEEL +5 -0
- dynamsoft_capture_vision_bundle-3.4.1000.dist-info/licenses/LICENSE.txt +1 -0
- dynamsoft_capture_vision_bundle-3.4.1000.dist-info/top_level.txt +12 -0
|
@@ -0,0 +1,299 @@
|
|
|
1
|
+
{
|
|
2
|
+
"BarcodeFormatSpecificationOptions": [
|
|
3
|
+
{
|
|
4
|
+
"BarcodeFormatIds": [
|
|
5
|
+
"BF_CODE_39_EXTENDED"
|
|
6
|
+
],
|
|
7
|
+
"BarcodeTextRegExPattern": "(I{0,1})([0-9A-HJ-NPR-Z]{9}[1-9A-HJ-NPR-TV-Y][0-9A-HJ-NPR-Z]{2}[0-9]{5})",
|
|
8
|
+
"Name": "bf_vin_code_39_extended"
|
|
9
|
+
},
|
|
10
|
+
{
|
|
11
|
+
"BarcodeFormatIds": [
|
|
12
|
+
"BF_DATAMATRIX",
|
|
13
|
+
"BF_QR_CODE"
|
|
14
|
+
],
|
|
15
|
+
"BarcodeTextRegExPattern": "[0-9A-HJ-NPR-Z]{9}[1-9A-HJ-NPR-TV-Y][0-9A-HJ-NPR-Z]{2}[0-9]{5}",
|
|
16
|
+
"Name": "bf_vin_qr_dm"
|
|
17
|
+
}
|
|
18
|
+
],
|
|
19
|
+
"BarcodeReaderTaskSettingOptions": [
|
|
20
|
+
{
|
|
21
|
+
"Name": "task_vin_barcode",
|
|
22
|
+
"ExpectedBarcodesCount": 1,
|
|
23
|
+
"BarcodeFormatIds": [
|
|
24
|
+
"BF_CODE_39_EXTENDED",
|
|
25
|
+
"BF_QR_CODE",
|
|
26
|
+
"BF_DATAMATRIX"
|
|
27
|
+
],
|
|
28
|
+
"BarcodeFormatSpecificationNameArray": [
|
|
29
|
+
"bf_vin_code_39_extended",
|
|
30
|
+
"bf_vin_qr_dm"
|
|
31
|
+
],
|
|
32
|
+
"SectionArray": [
|
|
33
|
+
{
|
|
34
|
+
"Section": "ST_REGION_PREDETECTION",
|
|
35
|
+
"ImageParameterName": "ip_localize_barcode",
|
|
36
|
+
"StageArray": [
|
|
37
|
+
{
|
|
38
|
+
"Stage": "SST_PREDETECT_REGIONS"
|
|
39
|
+
}
|
|
40
|
+
]
|
|
41
|
+
},
|
|
42
|
+
{
|
|
43
|
+
"Section": "ST_BARCODE_LOCALIZATION",
|
|
44
|
+
"ImageParameterName": "ip_localize_barcode",
|
|
45
|
+
"StageArray": [
|
|
46
|
+
{
|
|
47
|
+
"Stage": "SST_LOCALIZE_CANDIDATE_BARCODES"
|
|
48
|
+
},
|
|
49
|
+
{
|
|
50
|
+
"Stage": "SST_LOCALIZE_BARCODES"
|
|
51
|
+
}
|
|
52
|
+
]
|
|
53
|
+
},
|
|
54
|
+
{
|
|
55
|
+
"Section": "ST_BARCODE_DECODING",
|
|
56
|
+
"ImageParameterName": "ip_decode_barcode",
|
|
57
|
+
"StageArray": [
|
|
58
|
+
{
|
|
59
|
+
"Stage": "SST_RESIST_DEFORMATION"
|
|
60
|
+
},
|
|
61
|
+
{
|
|
62
|
+
"Stage": "SST_COMPLEMENT_BARCODE"
|
|
63
|
+
},
|
|
64
|
+
{
|
|
65
|
+
"Stage": "SST_SCALE_BARCODE_IMAGE"
|
|
66
|
+
},
|
|
67
|
+
{
|
|
68
|
+
"Stage": "SST_DECODE_BARCODES"
|
|
69
|
+
}
|
|
70
|
+
]
|
|
71
|
+
}
|
|
72
|
+
]
|
|
73
|
+
}
|
|
74
|
+
],
|
|
75
|
+
"LabelRecognizerTaskSettingOptions": [
|
|
76
|
+
{
|
|
77
|
+
"Name": "task_vin_text",
|
|
78
|
+
"TextLineSpecificationNameArray": [
|
|
79
|
+
"tls_vin_text"
|
|
80
|
+
],
|
|
81
|
+
"SectionArray": [
|
|
82
|
+
{
|
|
83
|
+
"Section": "ST_REGION_PREDETECTION",
|
|
84
|
+
"ImageParameterName": "ip_recognize_text",
|
|
85
|
+
"StageArray": [
|
|
86
|
+
{
|
|
87
|
+
"Stage": "SST_PREDETECT_REGIONS"
|
|
88
|
+
}
|
|
89
|
+
]
|
|
90
|
+
},
|
|
91
|
+
{
|
|
92
|
+
"Section": "ST_TEXT_LINE_LOCALIZATION",
|
|
93
|
+
"ImageParameterName": "ip_recognize_text",
|
|
94
|
+
"StageArray": [
|
|
95
|
+
{
|
|
96
|
+
"Stage": "SST_LOCALIZE_TEXT_LINES"
|
|
97
|
+
}
|
|
98
|
+
]
|
|
99
|
+
},
|
|
100
|
+
{
|
|
101
|
+
"Section": "ST_TEXT_LINE_RECOGNITION",
|
|
102
|
+
"ImageParameterName": "ip_recognize_text",
|
|
103
|
+
"StageArray": [
|
|
104
|
+
{
|
|
105
|
+
"Stage": "SST_RECOGNIZE_RAW_TEXT_LINES"
|
|
106
|
+
},
|
|
107
|
+
{
|
|
108
|
+
"Stage": "SST_ASSEMBLE_TEXT_LINES"
|
|
109
|
+
}
|
|
110
|
+
]
|
|
111
|
+
}
|
|
112
|
+
]
|
|
113
|
+
}
|
|
114
|
+
],
|
|
115
|
+
"TextLineSpecificationOptions": [
|
|
116
|
+
{
|
|
117
|
+
"Name": "tls_vin_text",
|
|
118
|
+
"CharacterModelName": "VINCharRecognition",
|
|
119
|
+
"StringRegExPattern": "[0-9A-HJ-NPR-Z]{9}[1-9A-HJ-NPR-TV-Y][0-9A-HJ-NPR-Z]{2}[0-9]{5}",
|
|
120
|
+
"CharHeightRange": [
|
|
121
|
+
5,
|
|
122
|
+
1000,
|
|
123
|
+
1
|
|
124
|
+
],
|
|
125
|
+
"StringLengthRange": [
|
|
126
|
+
17,
|
|
127
|
+
17
|
|
128
|
+
],
|
|
129
|
+
"OutputResults": 1
|
|
130
|
+
}
|
|
131
|
+
],
|
|
132
|
+
"CaptureVisionTemplates": [
|
|
133
|
+
{
|
|
134
|
+
"Name": "ReadVINBarcode",
|
|
135
|
+
"ImageROIProcessingNameArray": [
|
|
136
|
+
"roi_vin_barcode"
|
|
137
|
+
],
|
|
138
|
+
"SemanticProcessingNameArray": [
|
|
139
|
+
"sp_vin"
|
|
140
|
+
]
|
|
141
|
+
},
|
|
142
|
+
{
|
|
143
|
+
"Name": "ReadVINText",
|
|
144
|
+
"ImageROIProcessingNameArray": [
|
|
145
|
+
"roi_vin_text"
|
|
146
|
+
],
|
|
147
|
+
"SemanticProcessingNameArray": [
|
|
148
|
+
"sp_vin"
|
|
149
|
+
]
|
|
150
|
+
},
|
|
151
|
+
{
|
|
152
|
+
"Name": "ReadVIN",
|
|
153
|
+
"ImageROIProcessingNameArray": [
|
|
154
|
+
"roi_vin_barcode",
|
|
155
|
+
"roi_vin_text"
|
|
156
|
+
],
|
|
157
|
+
"SemanticProcessingNameArray": [
|
|
158
|
+
"sp_vin"
|
|
159
|
+
]
|
|
160
|
+
}
|
|
161
|
+
],
|
|
162
|
+
"ImageParameterOptions": [
|
|
163
|
+
{
|
|
164
|
+
"Name": "ip_localize_barcode",
|
|
165
|
+
"ApplicableStages": [
|
|
166
|
+
{
|
|
167
|
+
"Stage": "SST_BINARIZE_IMAGE",
|
|
168
|
+
"BinarizationModes": [
|
|
169
|
+
{
|
|
170
|
+
"Mode": "BM_LOCAL_BLOCK"
|
|
171
|
+
|
|
172
|
+
}
|
|
173
|
+
]
|
|
174
|
+
},
|
|
175
|
+
{
|
|
176
|
+
"Stage": "SST_BINARIZE_TEXTURE_REMOVED_GRAYSCALE",
|
|
177
|
+
"BinarizationModes": [
|
|
178
|
+
{
|
|
179
|
+
"Mode": "BM_LOCAL_BLOCK",
|
|
180
|
+
"MorphOperation": "Erode"
|
|
181
|
+
}
|
|
182
|
+
]
|
|
183
|
+
},
|
|
184
|
+
{
|
|
185
|
+
"Stage": "SST_TRANSFORM_GRAYSCALE",
|
|
186
|
+
"GrayscaleTransformationModes": [
|
|
187
|
+
{
|
|
188
|
+
"Mode": "GTM_ORIGINAL"
|
|
189
|
+
},
|
|
190
|
+
{
|
|
191
|
+
"Mode": "GTM_INVERTED"
|
|
192
|
+
}
|
|
193
|
+
]
|
|
194
|
+
}
|
|
195
|
+
]
|
|
196
|
+
},
|
|
197
|
+
{
|
|
198
|
+
"Name": "ip_decode_barcode",
|
|
199
|
+
"ApplicableStages": [
|
|
200
|
+
{
|
|
201
|
+
"Stage": "SST_TRANSFORM_GRAYSCALE",
|
|
202
|
+
"GrayscaleTransformationModes": [
|
|
203
|
+
{
|
|
204
|
+
"Mode": "GTM_ORIGINAL"
|
|
205
|
+
}
|
|
206
|
+
]
|
|
207
|
+
},
|
|
208
|
+
{
|
|
209
|
+
"Stage": "SST_SCALE_IMAGE",
|
|
210
|
+
"ImageScaleSetting": {
|
|
211
|
+
"ScaleType": "ST_SCALE_DOWN",
|
|
212
|
+
"ReferenceEdge": "RE_SHORTER_EDGE",
|
|
213
|
+
"EdgeLengthThreshold": 99999
|
|
214
|
+
}
|
|
215
|
+
}
|
|
216
|
+
]
|
|
217
|
+
},
|
|
218
|
+
{
|
|
219
|
+
"Name": "ip_recognize_text",
|
|
220
|
+
"ApplicableStages": [
|
|
221
|
+
{
|
|
222
|
+
"Stage": "SST_DETECT_TEXT_ZONES",
|
|
223
|
+
"TextDetectionMode": {
|
|
224
|
+
"Mode": "TTDM_LINE",
|
|
225
|
+
"Direction": "HORIZONTAL",
|
|
226
|
+
"CharHeightRange": [
|
|
227
|
+
5,
|
|
228
|
+
1000,
|
|
229
|
+
1
|
|
230
|
+
],
|
|
231
|
+
"Sensitivity": 7
|
|
232
|
+
}
|
|
233
|
+
},
|
|
234
|
+
{
|
|
235
|
+
"Stage": "SST_TRANSFORM_GRAYSCALE",
|
|
236
|
+
"GrayscaleTransformationModes": [
|
|
237
|
+
{
|
|
238
|
+
"Mode": "GTM_ORIGINAL"
|
|
239
|
+
},
|
|
240
|
+
{
|
|
241
|
+
"Mode": "GTM_INVERTED"
|
|
242
|
+
}
|
|
243
|
+
]
|
|
244
|
+
}
|
|
245
|
+
]
|
|
246
|
+
}
|
|
247
|
+
],
|
|
248
|
+
"TargetROIDefOptions": [
|
|
249
|
+
{
|
|
250
|
+
"Name": "roi_vin_barcode",
|
|
251
|
+
"TaskSettingNameArray": [
|
|
252
|
+
"task_vin_barcode"
|
|
253
|
+
]
|
|
254
|
+
},
|
|
255
|
+
{
|
|
256
|
+
"Name": "roi_vin_text",
|
|
257
|
+
"TaskSettingNameArray": [
|
|
258
|
+
"task_vin_text"
|
|
259
|
+
]
|
|
260
|
+
}
|
|
261
|
+
],
|
|
262
|
+
"CaptureVisionModelOptions": [
|
|
263
|
+
{
|
|
264
|
+
"Name": "VINCharRecognition",
|
|
265
|
+
"MaxModelInstances": 4,
|
|
266
|
+
"ModelArgs": {
|
|
267
|
+
"CharSet": {
|
|
268
|
+
"ExcludeChars": [
|
|
269
|
+
"O",
|
|
270
|
+
"Q",
|
|
271
|
+
"I"
|
|
272
|
+
]
|
|
273
|
+
}
|
|
274
|
+
}
|
|
275
|
+
}
|
|
276
|
+
],
|
|
277
|
+
"SemanticProcessingOptions": [
|
|
278
|
+
{
|
|
279
|
+
"Name": "sp_vin",
|
|
280
|
+
"ReferenceObjectFilter": {
|
|
281
|
+
"ReferenceTargetROIDefNameArray": [
|
|
282
|
+
"roi_vin_barcode",
|
|
283
|
+
"roi_vin_text"
|
|
284
|
+
]
|
|
285
|
+
},
|
|
286
|
+
"TaskSettingNameArray": [
|
|
287
|
+
"dcp_vin"
|
|
288
|
+
]
|
|
289
|
+
}
|
|
290
|
+
],
|
|
291
|
+
"CodeParserTaskSettingOptions": [
|
|
292
|
+
{
|
|
293
|
+
"Name": "dcp_vin",
|
|
294
|
+
"CodeSpecifications": [
|
|
295
|
+
"VIN"
|
|
296
|
+
]
|
|
297
|
+
}
|
|
298
|
+
]
|
|
299
|
+
}
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
from .core import *
|
|
2
|
+
from .cvr import *
|
|
3
|
+
from .dbr import *
|
|
4
|
+
from .dcp import *
|
|
5
|
+
from .dcpd import *
|
|
6
|
+
from .ddn import *
|
|
7
|
+
from .dip import *
|
|
8
|
+
from .dlr import *
|
|
9
|
+
from .license import *
|
|
10
|
+
from .utility import *
|
|
11
|
+
from .id_utility import *
|
|
12
|
+
|
|
13
|
+
__version__ = "3.4.1000"
|