File tree Expand file tree Collapse file tree 7 files changed +8
-8
lines changed
dynamsoft_barcode_reader_bundle Expand file tree Collapse file tree 7 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1- __version__ = "4.0.20.9191 "
1+ __version__ = "4.0.20.9241 "
22
33import 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 """
Original file line number Diff line number Diff line change 1- __version__ = "3.0.20.9191 "
1+ __version__ = "3.0.20.9241 "
22
33if __package__ or "." in __name__ :
44 from .core import *
Original file line number Diff line number Diff line change 1- __version__ = "11.0.20.9191 "
1+ __version__ = "11.0.20.9241 "
22
33if __package__ or "." in __name__ :
44 from .core import *
Original file line number Diff line number Diff line change 1- __version__ = "3.0.20.9191 "
1+ __version__ = "3.0.20.9241 "
22
33if __package__ or "." in __name__ :
44 from . import _DynamsoftImageProcessing
Original file line number Diff line number Diff line change 1- __version__ = "2.0.20.9191 "
1+ __version__ = "2.0.20.9241 "
22
33if __package__ or "." in __name__ :
44 from . import _DynamsoftNeuralNetwork
Original file line number Diff line number Diff line change 1- __version__ = "4.0.20.9191 "
1+ __version__ = "4.0.20.9241 "
22
33if __package__ or "." in __name__ :
44 from . import _DynamsoftLicense
Original file line number Diff line number Diff line change 1- __version__ = "2.0.20.9191 "
1+ __version__ = "2.0.20.9241 "
22
33if __package__ or "." in __name__ :
44 from .cvr import *
You can’t perform that action at this time.
0 commit comments