dynamsoft-barcode-reader-bundle 11.0.6000__cp310-cp310-win_amd64.whl → 11.2.5000__cp310-cp310-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.
Files changed (39) hide show
  1. dynamsoft_barcode_reader_bundle/DynamsoftBarcodeReaderx64.dll +0 -0
  2. dynamsoft_barcode_reader_bundle/DynamsoftCaptureVisionRouterx64.dll +0 -0
  3. dynamsoft_barcode_reader_bundle/DynamsoftCorex64.dll +0 -0
  4. dynamsoft_barcode_reader_bundle/DynamsoftImageProcessingx64.dll +0 -0
  5. dynamsoft_barcode_reader_bundle/DynamsoftLicensex64.dll +0 -0
  6. dynamsoft_barcode_reader_bundle/DynamsoftNeuralNetworkx64.dll +0 -0
  7. dynamsoft_barcode_reader_bundle/DynamsoftUtilityx64.dll +0 -0
  8. dynamsoft_barcode_reader_bundle/Models/Code128Decoder.data +0 -0
  9. dynamsoft_barcode_reader_bundle/Models/DataMatrixQRCodeLocalization.data +0 -0
  10. dynamsoft_barcode_reader_bundle/Models/EAN13Decoder.data +0 -0
  11. dynamsoft_barcode_reader_bundle/Models/OneDDeblur.data +0 -0
  12. dynamsoft_barcode_reader_bundle/Models/OneDLocalization.data +0 -0
  13. dynamsoft_barcode_reader_bundle/Templates/DBR-PresetTemplates.json +16 -4
  14. dynamsoft_barcode_reader_bundle/_DynamsoftBarcodeReader.cp310-win_amd64.pyd +0 -0
  15. dynamsoft_barcode_reader_bundle/_DynamsoftCaptureVisionRouter.cp310-win_amd64.pyd +0 -0
  16. dynamsoft_barcode_reader_bundle/_DynamsoftCore.cp310-win_amd64.pyd +0 -0
  17. dynamsoft_barcode_reader_bundle/_DynamsoftImageProcessing.cp310-win_amd64.pyd +0 -0
  18. dynamsoft_barcode_reader_bundle/_DynamsoftLicense.cp310-win_amd64.pyd +0 -0
  19. dynamsoft_barcode_reader_bundle/_DynamsoftUtility.cp310-win_amd64.pyd +0 -0
  20. dynamsoft_barcode_reader_bundle/__init__.py +1 -1
  21. dynamsoft_barcode_reader_bundle/core.py +11 -3
  22. dynamsoft_barcode_reader_bundle/cvr.py +62 -4
  23. dynamsoft_barcode_reader_bundle/dbr.py +2 -1
  24. dynamsoft_barcode_reader_bundle/dip.py +1 -1
  25. dynamsoft_barcode_reader_bundle/dnn.py +1 -1
  26. dynamsoft_barcode_reader_bundle/license.py +1 -1
  27. dynamsoft_barcode_reader_bundle/utility.py +1 -1
  28. {dynamsoft_barcode_reader_bundle-11.0.6000.dist-info → dynamsoft_barcode_reader_bundle-11.2.5000.dist-info}/METADATA +4 -8
  29. dynamsoft_barcode_reader_bundle-11.2.5000.dist-info/RECORD +33 -0
  30. dynamsoft_barcode_reader_bundle/DynamsoftBarcodeReaderx64.lib +0 -0
  31. dynamsoft_barcode_reader_bundle/DynamsoftCaptureVisionRouterx64.lib +0 -0
  32. dynamsoft_barcode_reader_bundle/DynamsoftCorex64.lib +0 -0
  33. dynamsoft_barcode_reader_bundle/DynamsoftImageProcessingx64.lib +0 -0
  34. dynamsoft_barcode_reader_bundle/DynamsoftLicensex64.lib +0 -0
  35. dynamsoft_barcode_reader_bundle/DynamsoftUtilityx64.lib +0 -0
  36. dynamsoft_barcode_reader_bundle-11.0.6000.dist-info/RECORD +0 -35
  37. {dynamsoft_barcode_reader_bundle-11.0.6000.dist-info → dynamsoft_barcode_reader_bundle-11.2.5000.dist-info}/WHEEL +0 -0
  38. {dynamsoft_barcode_reader_bundle-11.0.6000.dist-info → dynamsoft_barcode_reader_bundle-11.2.5000.dist-info}/licenses/LICENSE.txt +0 -0
  39. {dynamsoft_barcode_reader_bundle-11.0.6000.dist-info → dynamsoft_barcode_reader_bundle-11.2.5000.dist-info}/top_level.txt +0 -0
@@ -268,6 +268,9 @@
268
268
  },
269
269
  {
270
270
  "Mode": "LM_CONNECTED_BLOCKS"
271
+ },
272
+ {
273
+ "Mode": "LM_NEURAL_NETWORK"
271
274
  }
272
275
  ]
273
276
  },
@@ -297,6 +300,15 @@
297
300
  },
298
301
  {
299
302
  "Mode": "DM_THRESHOLD_BINARIZATION"
303
+ },
304
+ {
305
+ "Mode": "DM_DIRECT_BINARIZATION"
306
+ },
307
+ {
308
+ "Mode": "DM_NEURAL_NETWORK"
309
+ },
310
+ {
311
+ "Mode": "DM_DEEP_ANALYSIS"
300
312
  }
301
313
  ]
302
314
  }
@@ -500,8 +512,8 @@
500
512
  "BinarizationModes": [
501
513
  {
502
514
  "Mode": "BM_LOCAL_BLOCK",
503
- "BlockSizeX": 71,
504
- "BlockSizeY": 71,
515
+ "BlockSizeX": 0,
516
+ "BlockSizeY": 0,
505
517
  "EnableFillBinaryVacancy": 0
506
518
  }
507
519
  ]
@@ -511,8 +523,8 @@
511
523
  "BinarizationModes": [
512
524
  {
513
525
  "Mode": "BM_LOCAL_BLOCK",
514
- "BlockSizeX": 71,
515
- "BlockSizeY": 71,
526
+ "BlockSizeX": 0,
527
+ "BlockSizeY": 0,
516
528
  "EnableFillBinaryVacancy": 0
517
529
  }
518
530
  ]
@@ -5,4 +5,4 @@ from .dip import *
5
5
  from .license import *
6
6
  from .utility import *
7
7
 
8
- __version__ = "11.0.6000"
8
+ __version__ = "11.2.5000"
@@ -1,4 +1,4 @@
1
- __version__ = "4.0.40.3040"
1
+ __version__ = "4.0.40.6322"
2
2
 
3
3
  import sys
4
4
 
@@ -452,10 +452,18 @@ class Quadrilateral:
452
452
  get_area(self) -> int: Gets the area of the quadrilateral.
453
453
  get_bounding_rect(self) -> Rect: Gets the bounding rectangle of the quadrilateral.
454
454
  """
455
+
456
+ class _OwnerList(List):
457
+ def __init__(self,owner, list):
458
+ self._owner = owner
459
+ super().__init__(list)
460
+
455
461
  _thisown = property(
456
462
  lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag"
457
463
  )
458
464
 
465
+
466
+
459
467
  def __init__(self):
460
468
  """
461
469
  Initializes a new instance of the Quadrilateral class with default values.
@@ -472,13 +480,13 @@ class Quadrilateral:
472
480
  @property
473
481
  def points(self) -> List[Point]:
474
482
  if not hasattr(self, '_point_list') or self._point_list is None:
475
- self._point_list = _DynamsoftCore.CQuadrilateral_points_get(self)
483
+ self._point_list = Quadrilateral._OwnerList(self,_DynamsoftCore.CQuadrilateral_points_get(self))
476
484
  return self._point_list
477
485
 
478
486
  @points.setter
479
487
  def points(self, point_list):
480
488
  if not hasattr(self, '_point_list') or self._point_list is None:
481
- self._point_list = _DynamsoftCore.CQuadrilateral_points_get(self)
489
+ self._point_list = Quadrilateral._OwnerList(self,_DynamsoftCore.CQuadrilateral_points_get(self))
482
490
  _DynamsoftCore.CQuadrilateral_points_set(self, point_list)
483
491
  self._point_list = point_list
484
492
 
@@ -1,4 +1,4 @@
1
- __version__ = "3.0.60.3040"
1
+ __version__ = "3.2.50.6322"
2
2
 
3
3
  if __package__ or "." in __name__:
4
4
  from .core import *
@@ -848,7 +848,7 @@ class CaptureVisionRouter:
848
848
  include_default_values (bool): Specifies whether to include default values in the exported template. Default values is False.
849
849
 
850
850
  Returns:
851
- A tuple containing an error code, error message, and a string containing the exported template.
851
+ A tuple containing an error code, a string containing the exported template, and error message.
852
852
  """
853
853
  return _DynamsoftCaptureVisionRouter.CCaptureVisionRouter_OutputSettings(
854
854
  self, template_name, include_default_values
@@ -1219,7 +1219,8 @@ class CaptureVisionRouter:
1219
1219
  """
1220
1220
  return _DynamsoftCaptureVisionRouter.CCaptureVisionRouter_GetParameterTemplateName(self, index)
1221
1221
 
1222
- def append_model_buffer(self, model_name: str, model_buffer: bytes, max_model_instances: int) -> Tuple[int, str]:
1222
+ @staticmethod
1223
+ def append_model_buffer(model_name: str, model_buffer: bytes, max_model_instances: int) -> Tuple[int, str]:
1223
1224
  """
1224
1225
  Appends a model to the model buffer.
1225
1226
 
@@ -1233,9 +1234,66 @@ class CaptureVisionRouter:
1233
1234
  - error_code (int): The error code indicating the status of the operation.
1234
1235
  - error_message (str): A descriptive message explaining the error.
1235
1236
  """
1237
+ import warnings
1238
+ warnings.warn(
1239
+ "Function 'append_model_buffer' Will be removed in future versions. Please use `append_dl_model_buffer` function instead.",
1240
+ DeprecationWarning,
1241
+ stacklevel=2
1242
+ )
1236
1243
  return _DynamsoftCaptureVisionRouter.CCaptureVisionRouter_AppendModelBuffer(
1237
- self, model_name, model_buffer, max_model_instances
1244
+ model_name, model_buffer, max_model_instances
1245
+ )
1246
+
1247
+ @staticmethod
1248
+ def append_dl_model_buffer(model_name: str, model_buffer: bytes, max_model_instances: int) -> Tuple[int, str]:
1249
+ """
1250
+ Appends a deep learning model to the memory buffer.
1251
+
1252
+ Args:
1253
+ model_name (str): The name of the model.
1254
+ model_buffer (bytes): The bytes of the model.
1255
+ max_model_instances (int): The max instances created for the model.
1256
+
1257
+ Returns:
1258
+ A tuple containing following elements:
1259
+ - error_code (int): The error code indicating the status of the operation.
1260
+ - error_message (str): A descriptive message explaining the error.
1261
+ """
1262
+ return _DynamsoftCaptureVisionRouter.CCaptureVisionRouter_AppendDLModelBuffer(
1263
+ model_name, model_buffer, max_model_instances
1238
1264
  )
1265
+
1266
+ @staticmethod
1267
+ def clear_dl_model_buffers() -> None:
1268
+ """
1269
+ Clears all deep learning models from buffer to free up memory.
1270
+ """
1271
+ _DynamsoftCaptureVisionRouter.CCaptureVisionRouter_ClearDLModelBuffers()
1272
+
1273
+ def switch_capturing_template(self, template_name: str) -> Tuple[int, str]:
1274
+ """
1275
+ Switch the capturing template during the image processing workflow.
1276
+
1277
+ Args:
1278
+ template_name (str): The name of the new capturing template to apply.
1279
+
1280
+ Returns:
1281
+ A tuple containing following elements:
1282
+ - error_code (int): The error code indicating the status of the operation.
1283
+ - error_message (str): A descriptive message explaining the error.
1284
+ """
1285
+ return _DynamsoftCaptureVisionRouter.CCaptureVisionRouter_SwitchCapturingTemplate(self, template_name)
1286
+
1287
+ @staticmethod
1288
+ def set_global_intra_op_num_threads(intra_op_num_threads: int) -> None:
1289
+ """
1290
+ Sets the global number of threads used internally for model execution.
1291
+
1292
+ Args:
1293
+ intra_op_num_threads (int): Number of threads used internally for model execution. Valid range: [0, 256]. If the value is outside the range [0, 256], it will be treated as 0 (default).
1294
+ """
1295
+ _DynamsoftCaptureVisionRouter.CCaptureVisionRouter_SetGlobalIntraOpNumThreads(intra_op_num_threads)
1296
+
1239
1297
  def get_intermediate_result_manager(self)->IntermediateResultManager:
1240
1298
  if self._intermediate_result_manager is None:
1241
1299
  self._intermediate_result_manager = _DynamsoftCaptureVisionRouter.CCaptureVisionRouter_GetIntermediateResultManager(self)
@@ -1,4 +1,4 @@
1
- __version__ = "11.0.60.3040"
1
+ __version__ = "11.2.50.6322"
2
2
 
3
3
  if __package__ or "." in __name__:
4
4
  from .core import *
@@ -86,6 +86,7 @@ class EnumLocalizationMode(IntEnum):
86
86
  LM_STATISTICS_POSTAL_CODE = _DynamsoftBarcodeReader.LM_STATISTICS_POSTAL_CODE
87
87
  LM_CENTRE = _DynamsoftBarcodeReader.LM_CENTRE
88
88
  LM_ONED_FAST_SCAN = _DynamsoftBarcodeReader.LM_ONED_FAST_SCAN
89
+ LM_NEURAL_NETWORK = _DynamsoftBarcodeReader.LM_NEURAL_NETWORK
89
90
  LM_REV = _DynamsoftBarcodeReader.LM_REV
90
91
  LM_END = _DynamsoftBarcodeReader.LM_END
91
92
  LM_SKIP = _DynamsoftBarcodeReader.LM_SKIP
@@ -1,4 +1,4 @@
1
- __version__ = "3.0.30.3040"
1
+ __version__ = "3.0.30.6322"
2
2
 
3
3
  if __package__ or "." in __name__:
4
4
  from . import _DynamsoftImageProcessing
@@ -1,4 +1,4 @@
1
- __version__ = "2.0.30.3040"
1
+ __version__ = "2.0.30.6322"
2
2
 
3
3
  if __package__ or "." in __name__:
4
4
  from . import _DynamsoftNeuralNetwork
@@ -1,4 +1,4 @@
1
- __version__ = "4.0.30.3040"
1
+ __version__ = "4.0.30.6322"
2
2
 
3
3
  if __package__ or "." in __name__:
4
4
  from . import _DynamsoftLicense
@@ -1,4 +1,4 @@
1
- __version__ = "2.0.40.3040"
1
+ __version__ = "2.0.40.6322"
2
2
 
3
3
  if __package__ or "." in __name__:
4
4
  from .cvr import *
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: dynamsoft_barcode_reader_bundle
3
- Version: 11.0.6000
3
+ Version: 11.2.5000
4
4
  Summary: Dynamsoft Barcode Reader SDK for Python
5
5
  Home-page: https://www.dynamsoft.com/barcode-reader/overview/?utm_source=pypi
6
6
  Author: Dynamsoft
@@ -15,7 +15,7 @@ Dynamsoft Barcode Reader SDK for Python
15
15
  |version| |python| |pypi|
16
16
 
17
17
  .. |version| image:: https://img.shields.io/pypi/v/dynamsoft_barcode_reader_bundle?color=orange
18
- .. |python| image:: https://img.shields.io/badge/python-3.8%20%7C%203.9%20%7C%203.10%20%7C%203.11%20%7C%203.12%20%7C%203.13-blue
18
+ .. |python| image:: https://img.shields.io/badge/python-3.10%20%7C%203.11%20%7C%203.12%20%7C%203.13-blue
19
19
  .. |pypi| image:: https://img.shields.io/pypi/dm/dynamsoft_barcode_reader_bundle
20
20
 
21
21
 
@@ -50,7 +50,7 @@ which is newly established to aggregate the features of functional products powe
50
50
  Version
51
51
  -------
52
52
 
53
- - 11.0.6000
53
+ - 11.2.5000
54
54
 
55
55
  Supported Platforms
56
56
  -------------------
@@ -59,7 +59,7 @@ Supported Platforms
59
59
 
60
60
  - Linux(x64, ARM64)
61
61
 
62
- - macOS (10.15+)
62
+ - macOS (12+)
63
63
 
64
64
  Supported Python Versions
65
65
  -------------------------
@@ -71,10 +71,6 @@ Supported Python Versions
71
71
 
72
72
  - Python3.10
73
73
 
74
- - Python3.9
75
-
76
- - Python3.8
77
-
78
74
  Installation
79
75
  ------------
80
76
 
@@ -0,0 +1,33 @@
1
+ dynamsoft_barcode_reader_bundle/DynamicPdfx64.dll,sha256=6x0JwiwVXfAbzDjvr1E56DEL9svZnVpVoBBtKLNXsuY,4714416
2
+ dynamsoft_barcode_reader_bundle/DynamsoftBarcodeReaderx64.dll,sha256=_qTmr75I3nz5dQ10j1Iyh3hTvgsghxep6CEgNJZNzSk,6399048
3
+ dynamsoft_barcode_reader_bundle/DynamsoftCaptureVisionRouterx64.dll,sha256=RzMLAlusQLLjywLoaAYLtskQdZaOk5neyY31Abl97dg,765512
4
+ dynamsoft_barcode_reader_bundle/DynamsoftCorex64.dll,sha256=Yhnn3zloRJhvVoJvNn70VzkVcEzoXQcZwsEWqevtI8o,1025096
5
+ dynamsoft_barcode_reader_bundle/DynamsoftImageProcessingx64.dll,sha256=WY7A5zh4G023eS43awGbzrxLxx21lNfkmaS-xW7LrPM,7133256
6
+ dynamsoft_barcode_reader_bundle/DynamsoftLicensex64.dll,sha256=dUhSJbxC49ohbUm2sN2OqrG3XSUoOVokSZNo_N8JvA0,2972232
7
+ dynamsoft_barcode_reader_bundle/DynamsoftNeuralNetworkx64.dll,sha256=AdlpdxHp3ib94svPIDAjwW4XdhcvCr4AfApujRq0aLA,3475016
8
+ dynamsoft_barcode_reader_bundle/DynamsoftUtilityx64.dll,sha256=yK6h6BfeRkDhxtpuHgsrWqh7NJ5dbcbR8bYp9to5BbY,615496
9
+ dynamsoft_barcode_reader_bundle/_DynamsoftBarcodeReader.cp310-win_amd64.pyd,sha256=n_yUYNQf8N0xYyKbCnsejkvUW3eHm5vCg9kW-9aIJGs,264704
10
+ dynamsoft_barcode_reader_bundle/_DynamsoftCaptureVisionRouter.cp310-win_amd64.pyd,sha256=6d0Zjbx3Jxvs0pq_c1V83Ket1x5TKXab4HIj4irZams,288768
11
+ dynamsoft_barcode_reader_bundle/_DynamsoftCore.cp310-win_amd64.pyd,sha256=IhVifvuSqWi1poMU4aNXhBcjSCYv8iUfAYe3fOs7CFs,332288
12
+ dynamsoft_barcode_reader_bundle/_DynamsoftImageProcessing.cp310-win_amd64.pyd,sha256=cHMLaXIb63h8r3rVPSCZIb0S7HJmmcf23E1PeMI-wvI,10752
13
+ dynamsoft_barcode_reader_bundle/_DynamsoftLicense.cp310-win_amd64.pyd,sha256=o4sJrQQFdKSd74VN4fQsvUcO-6zeigsKTJxaFznzQz0,37888
14
+ dynamsoft_barcode_reader_bundle/_DynamsoftUtility.cp310-win_amd64.pyd,sha256=KSrhJqdB0D3LpJPQWiLSMbNi3zWjIEHv_eSLfhdmuMw,142848
15
+ dynamsoft_barcode_reader_bundle/__init__.py,sha256=vkRLnboUP7HLDCPQIQjtuBBGlhyXBSPrVmTFiOcOov8,158
16
+ dynamsoft_barcode_reader_bundle/core.py,sha256=um8tVXK6x4ZBpFLz4TC7ko-YsGalXSgvB0UV9uJdHCs,112291
17
+ dynamsoft_barcode_reader_bundle/cvr.py,sha256=rQyiGzMtOo9HjIOUDMVv1DHcFpoSM_5kdnlKnJxwWhE,66514
18
+ dynamsoft_barcode_reader_bundle/dbr.py,sha256=M7eps-NXuu-TBD0a8-uRa46MLwAZXr1JA4ykJU35ock,56103
19
+ dynamsoft_barcode_reader_bundle/dip.py,sha256=gwv6IjqKbsPBgIYDljE7PDZipm9z1ZaDjYmlyqdo0Vw,765
20
+ dynamsoft_barcode_reader_bundle/dnn.py,sha256=V9hgBCkuJHyK56fAeluZ8_pVH2yxMpJYtGgnv7yQYJI,747
21
+ dynamsoft_barcode_reader_bundle/license.py,sha256=KmtW6AxajU31ju16NGj4PtlzaEL_sY0dUqjI0kfA1fo,5423
22
+ dynamsoft_barcode_reader_bundle/utility.py,sha256=RVzPm3jogv61NmSpaCmR37JlRKmBytx2kk_g6ltJJoY,37162
23
+ dynamsoft_barcode_reader_bundle/Models/Code128Decoder.data,sha256=n-QdonspEfOfc5bOczeo_lGuZbqI7Y8u9boAZ4G5QbM,649098
24
+ dynamsoft_barcode_reader_bundle/Models/DataMatrixQRCodeLocalization.data,sha256=RH4A6NoLD9aMz2xZ_k03Eyss4rtqYMrwOcQd5oSn40w,998392
25
+ dynamsoft_barcode_reader_bundle/Models/EAN13Decoder.data,sha256=z9_XmjsD2f2RTQSxHKjNlJuC_nh3IIaFNSVsN5-pIRQ,652176
26
+ dynamsoft_barcode_reader_bundle/Models/OneDDeblur.data,sha256=7feeJdJtfhDHKAaVzfZu_irwKUwz0mNfJvo3cgPR4rc,1758196
27
+ dynamsoft_barcode_reader_bundle/Models/OneDLocalization.data,sha256=IefEN5N2NunE5NpvudVbd4nR_o1o2N0xRMJhYbYh0yk,1121730
28
+ dynamsoft_barcode_reader_bundle/Templates/DBR-PresetTemplates.json,sha256=bT2DUzGzvoLBlLgLAlWZnF0snwsEkDxQwncfLgRk3PM,18927
29
+ dynamsoft_barcode_reader_bundle-11.2.5000.dist-info/licenses/LICENSE.txt,sha256=F0zanq492cE0SFBfXJnfpF0l26IKDIVk2_6B0tDleYA,54
30
+ dynamsoft_barcode_reader_bundle-11.2.5000.dist-info/METADATA,sha256=y2dBPSkKULtWRPWwCcUw_KC3yhBHdiigHGNJ0Xr2omU,4901
31
+ dynamsoft_barcode_reader_bundle-11.2.5000.dist-info/WHEEL,sha256=KUuBC6lxAbHCKilKua8R9W_TM71_-9Sg5uEP3uDWcoU,101
32
+ dynamsoft_barcode_reader_bundle-11.2.5000.dist-info/top_level.txt,sha256=ANZI7fujUpH3xOwwBwVGUmxhXkXpJaNyLC3Kj3RgZ34,163
33
+ dynamsoft_barcode_reader_bundle-11.2.5000.dist-info/RECORD,,
@@ -1,35 +0,0 @@
1
- dynamsoft_barcode_reader_bundle/DynamicPdfx64.dll,sha256=6x0JwiwVXfAbzDjvr1E56DEL9svZnVpVoBBtKLNXsuY,4714416
2
- dynamsoft_barcode_reader_bundle/DynamsoftBarcodeReaderx64.dll,sha256=SA8dvQI01sWzD0uLkZXusgOvRZ84XsLiFHE9ZkkLCoU,6263880
3
- dynamsoft_barcode_reader_bundle/DynamsoftBarcodeReaderx64.lib,sha256=ilaK4okZ35PXDD7QRULT0eez5mdSWhzW4lhGAVo-eac,75752
4
- dynamsoft_barcode_reader_bundle/DynamsoftCaptureVisionRouterx64.dll,sha256=cH90hb0bRw_qRN5ALUn0QN31Jl3tw7YqxeCSgm63_9M,753224
5
- dynamsoft_barcode_reader_bundle/DynamsoftCaptureVisionRouterx64.lib,sha256=dcHjanu9iPRNhRzSUMcNQvs7wJp-U5y6U8j5Ui1n6eQ,96374
6
- dynamsoft_barcode_reader_bundle/DynamsoftCorex64.dll,sha256=00hjaiJjVZrB89LQMH9Yg4Ujn5lOqqVZzL6orRTIES4,1010760
7
- dynamsoft_barcode_reader_bundle/DynamsoftCorex64.lib,sha256=RaGVJLdcqUFU8csGwDtx0uNFghr0zAH9QBeu4Yu-K7w,508202
8
- dynamsoft_barcode_reader_bundle/DynamsoftImageProcessingx64.dll,sha256=YNdTGI1Qynj8bRrE75r5VYAif3yhgeExLpeWMnwSuUw,7039048
9
- dynamsoft_barcode_reader_bundle/DynamsoftImageProcessingx64.lib,sha256=lx5EMgAJN7jdoB6GLS0a3DBj7CgT8osiBbTQF1a5dT0,2424096
10
- dynamsoft_barcode_reader_bundle/DynamsoftLicensex64.dll,sha256=gT6aH2UWWVUOrrfO0tORlT5e-EKRhvqjOmP2ngOWysM,2996296
11
- dynamsoft_barcode_reader_bundle/DynamsoftLicensex64.lib,sha256=QpesOEtNU5WJnVKZGv5yROOLFnKd4zu1vkR0ItvGXvA,27012
12
- dynamsoft_barcode_reader_bundle/DynamsoftNeuralNetworkx64.dll,sha256=sDOB0Uvw-weVRDYmRufuj1y9Ys8jsFbe8Ws1BmyfVIw,2931672
13
- dynamsoft_barcode_reader_bundle/DynamsoftUtilityx64.dll,sha256=vKSrJ5FFDGDjoSb-jh7YW9FsrTl0lBBa-207XTmd4sc,641096
14
- dynamsoft_barcode_reader_bundle/DynamsoftUtilityx64.lib,sha256=Kd4jra4nTPXJaeOse0KkyPm2upJtvyUwn_lCAZ3KZ3A,48614
15
- dynamsoft_barcode_reader_bundle/_DynamsoftBarcodeReader.cp310-win_amd64.pyd,sha256=LDot5kR9m3GYh7qMcZxDgWl0igLZTfk2qw35-_uFI4Q,264704
16
- dynamsoft_barcode_reader_bundle/_DynamsoftCaptureVisionRouter.cp310-win_amd64.pyd,sha256=Qci3KchAtgpUCMvlS959ZbpCzAqb7ulWFMMRYSnJB6A,284672
17
- dynamsoft_barcode_reader_bundle/_DynamsoftCore.cp310-win_amd64.pyd,sha256=48eeVIxTRbkCsnaIryjZFmF3zG1NWZRXJ1OPq0bMdjc,332288
18
- dynamsoft_barcode_reader_bundle/_DynamsoftImageProcessing.cp310-win_amd64.pyd,sha256=4H9hfXRiRut2ePDgWwJ52d3RnUTMFZKMjsbydV1mQyk,10752
19
- dynamsoft_barcode_reader_bundle/_DynamsoftLicense.cp310-win_amd64.pyd,sha256=F9dottITNpgR3x-Vmuih45fjBfIgo8i8M8ujV7BUxg8,37888
20
- dynamsoft_barcode_reader_bundle/_DynamsoftUtility.cp310-win_amd64.pyd,sha256=EKuG4DjFYdirPiQiHvPPQA6zWORbldY2kwnCldD_E9U,142848
21
- dynamsoft_barcode_reader_bundle/__init__.py,sha256=QpUqqBIRp0ChIpNGXfkvfBdodXfD9eTKyFV9MNK5xHM,158
22
- dynamsoft_barcode_reader_bundle/core.py,sha256=AMvgOHpfdzAHA-9HiRwvwbEuBr4JZI3ekFjoiTxeQY0,112082
23
- dynamsoft_barcode_reader_bundle/cvr.py,sha256=SSKni1ioEYk-JB-VGW0vFh21ZXmpNLHYjhmGNZwD8Ng,64006
24
- dynamsoft_barcode_reader_bundle/dbr.py,sha256=2ivgyY8KpNb2WMIsZFJ1sjj7r2Is65j1QTHHVD-PpzE,56036
25
- dynamsoft_barcode_reader_bundle/dip.py,sha256=NSs6f7fqPXdKH50JM7R0G3wswtBWBGFrNk4342P2v9s,765
26
- dynamsoft_barcode_reader_bundle/dnn.py,sha256=Kdw4krVmyWehdZ9NJBBYoAxiOL4JkPRv0uTrwe14EsU,747
27
- dynamsoft_barcode_reader_bundle/license.py,sha256=9F1YMdK0iiETVgbADzTsnCG9wnhcELhhAGmfwERG6_A,5423
28
- dynamsoft_barcode_reader_bundle/utility.py,sha256=Im3I99n3mbA2dCqQq0b7YAJdopL8HXHxWEAs6vWnzXk,37162
29
- dynamsoft_barcode_reader_bundle/Models/OneDDeblur.data,sha256=UjfcrCu1e_HJYJOVVgaze74O8Ez-RqZVzFt5KZq0JcY,1665775
30
- dynamsoft_barcode_reader_bundle/Templates/DBR-PresetTemplates.json,sha256=e0PxM9IdKdmVuQIyPvxsGwBvUkk7lPE-YV9hJq8E3wQ,18383
31
- dynamsoft_barcode_reader_bundle-11.0.6000.dist-info/licenses/LICENSE.txt,sha256=F0zanq492cE0SFBfXJnfpF0l26IKDIVk2_6B0tDleYA,54
32
- dynamsoft_barcode_reader_bundle-11.0.6000.dist-info/METADATA,sha256=vsrCLVcsig3nhJelT4JBVutvmgHgj9NaQ9Tj1a46yoI,4960
33
- dynamsoft_barcode_reader_bundle-11.0.6000.dist-info/WHEEL,sha256=KUuBC6lxAbHCKilKua8R9W_TM71_-9Sg5uEP3uDWcoU,101
34
- dynamsoft_barcode_reader_bundle-11.0.6000.dist-info/top_level.txt,sha256=ANZI7fujUpH3xOwwBwVGUmxhXkXpJaNyLC3Kj3RgZ34,163
35
- dynamsoft_barcode_reader_bundle-11.0.6000.dist-info/RECORD,,