Skip to content

Commit 0698e40

Browse files
test
1 parent 2ec214f commit 0698e40

File tree

12 files changed

+15
-15
lines changed

12 files changed

+15
-15
lines changed

dynamsoft_capture_vision_bundle/core.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "4.0.20.9191"
1+
__version__ = "4.0.20.9241"
22

33
import sys
44

@@ -2204,7 +2204,7 @@ class TextZone(object):
22042204
22052205
Methods:
22062206
get_location(self) -> Quadrilateral: Gets the location of the text zone.
2207-
set_location(self, loc: Quadrilateral): Sets the location of the text zone.
2207+
set_location(self, loc: Quadrilateral) -> None: Sets the location of the text zone.
22082208
get_char_contours_indices(self) -> List[int]: Gets the indices of the character contours.
22092209
set_char_contours_indices(self, char_contours_indices: List[int]): Sets the indices of the character contours.
22102210
"""

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.20.9191"
1+
__version__ = "3.0.20.9241"
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.20.9191"
1+
__version__ = "11.0.20.9241"
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.20.9191"
1+
__version__ = "3.0.20.9241"
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.20.9191"
1+
__version__ = "3.0.20.9241"
22

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

dynamsoft_capture_vision_bundle/ddn.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "3.0.20.9191"
1+
__version__ = "3.0.20.9241"
22

33
if __package__ or "." in __name__:
44
from .core import *
@@ -401,7 +401,7 @@ class DetectedQuadElement(RegionObjectElement):
401401
402402
Methods:
403403
get_confidence_as_document_boundary(self) -> int: Gets the confidence as document boundary of current object.
404-
set_location(self, location: Quadrilateral): Sets the location of current object.
404+
set_location(self, location: Quadrilateral) -> int: Sets the location of current object.
405405
"""
406406
_thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
407407

@@ -418,7 +418,7 @@ def get_confidence_as_document_boundary(self) -> int:
418418
The confidence as document boundary of current object.
419419
"""
420420
return _DynamsoftDocumentNormalizer.CDetectedQuadElement_GetConfidenceAsDocumentBoundary(self)
421-
def set_location(self, location: Quadrilateral):
421+
def set_location(self, location: Quadrilateral) -> int:
422422
"""
423423
Sets the location of current object.
424424

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.20.9191"
1+
__version__ = "3.0.20.9241"
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.9191"
1+
__version__ = "4.0.10.9241"
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.20.9191"
1+
__version__ = "2.0.20.9241"
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.20.9191"
1+
__version__ = "4.0.20.9241"
22

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

0 commit comments

Comments
 (0)