Skip to content

Commit 657d2cd

Browse files
test
1 parent fd9c12c commit 657d2cd

File tree

11 files changed

+346
-431
lines changed

11 files changed

+346
-431
lines changed

dynamsoft_barcode_reader_bundle/core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "4.0.10.7501"
1+
__version__ = "4.0.10.7537"
22

33
if __package__ or "." in __name__:
44
from . import _DynamsoftCore

dynamsoft_barcode_reader_bundle/cvr.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "3.0.10.7501"
1+
__version__ = "3.0.10.7537"
22

33
if __package__ or "." in __name__:
44
from .core import *

dynamsoft_barcode_reader_bundle/dbr.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "11.0.10.7501"
1+
__version__ = "11.0.10.7537"
22

33
if __package__ or "." in __name__:
44
from .core import *
@@ -86,7 +86,6 @@ class EnumLocalizationMode(IntEnum):
8686
LM_STATISTICS_POSTAL_CODE = _DynamsoftBarcodeReader.LM_STATISTICS_POSTAL_CODE
8787
LM_CENTRE = _DynamsoftBarcodeReader.LM_CENTRE
8888
LM_ONED_FAST_SCAN = _DynamsoftBarcodeReader.LM_ONED_FAST_SCAN
89-
LM_NEURAL_NETWORK = _DynamsoftBarcodeReader.LM_NEURAL_NETWORK
9089
LM_REV = _DynamsoftBarcodeReader.LM_REV
9190
LM_END = _DynamsoftBarcodeReader.LM_END
9291
LM_SKIP = _DynamsoftBarcodeReader.LM_SKIP

dynamsoft_barcode_reader_bundle/dip.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "3.0.10.7501"
1+
__version__ = "3.0.10.7537"
22

33
if __package__ or "." in __name__:
44
from . import _DynamsoftImageProcessing

dynamsoft_barcode_reader_bundle/license.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "4.0.10.7501"
1+
__version__ = "4.0.10.7537"
22

33
if __package__ or "." in __name__:
44
from . import _DynamsoftLicense

dynamsoft_barcode_reader_bundle/utility.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "2.0.10.7501"
1+
__version__ = "2.0.10.7537"
22

33
if __package__ or "." in __name__:
44
from .cvr import *

src/DynamsoftBarcodeReader_wrap.cxx

Lines changed: 51 additions & 69 deletions
Large diffs are not rendered by default.

src/DynamsoftCaptureVisionRouter_wrap.cxx

Lines changed: 107 additions & 97 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)