Skip to content

Commit 8853bbf

Browse files
test
1 parent 05e2e71 commit 8853bbf

File tree

7 files changed

+8
-8
lines changed

7 files changed

+8
-8
lines changed

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

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

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

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

dynamsoft_barcode_reader_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_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.20.9191"
1+
__version__ = "4.0.20.9241"
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.20.9191"
1+
__version__ = "2.0.20.9241"
22

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

0 commit comments

Comments
 (0)