Skip to content

Commit 8c4e1cd

Browse files
test
1 parent f3236f9 commit 8c4e1cd

File tree

79 files changed

+72
-81
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

79 files changed

+72
-81
lines changed

dynamsoft_capture_vision_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.7798"
1+
__version__ = "4.0.10.7913"
22

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

dynamsoft_capture_vision_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.7798"
1+
__version__ = "3.0.10.7913"
22

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

dynamsoft_capture_vision_bundle/dbr.py

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

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

dynamsoft_capture_vision_bundle/dcp.py

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

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

dynamsoft_capture_vision_bundle/dcpd.py

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

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

dynamsoft_capture_vision_bundle/ddn.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "3.0.10.7798"
1+
__version__ = "3.0.10.7913"
22

33
if __package__ or "." in __name__:
44
from .core import *
@@ -649,3 +649,5 @@ def get_enhanced_image(self) -> EnhancedImageElement:
649649

650650
def set_enhanced_image(self, element: EnhancedImageElement) -> int:
651651
return _DynamsoftDocumentNormalizer.CEnhancedImageUnit_SetEnhancedImage(self, element)
652+
653+
_DynamsoftDocumentNormalizer.CEnhancedImageUnit_register(EnhancedImageUnit)

dynamsoft_capture_vision_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.7798"
1+
__version__ = "3.0.10.7913"
22

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

dynamsoft_capture_vision_bundle/dlr.py

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

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

dynamsoft_capture_vision_bundle/dnn.py

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

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

dynamsoft_capture_vision_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.7798"
1+
__version__ = "4.0.10.7913"
22

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

0 commit comments

Comments
 (0)