tencentcloud-sdk-python-ocr 3.1.60__tar.gz → 3.1.62__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (17) hide show
  1. {tencentcloud_sdk_python_ocr-3.1.60 → tencentcloud_sdk_python_ocr-3.1.62}/PKG-INFO +2 -2
  2. {tencentcloud_sdk_python_ocr-3.1.60 → tencentcloud_sdk_python_ocr-3.1.62}/setup.py +1 -1
  3. {tencentcloud_sdk_python_ocr-3.1.60 → tencentcloud_sdk_python_ocr-3.1.62}/tencentcloud/__init__.py +1 -1
  4. {tencentcloud_sdk_python_ocr-3.1.60 → tencentcloud_sdk_python_ocr-3.1.62}/tencentcloud/ocr/v20181119/models.py +31 -14
  5. {tencentcloud_sdk_python_ocr-3.1.60 → tencentcloud_sdk_python_ocr-3.1.62}/tencentcloud_sdk_python_ocr.egg-info/PKG-INFO +2 -2
  6. tencentcloud_sdk_python_ocr-3.1.62/tencentcloud_sdk_python_ocr.egg-info/requires.txt +1 -0
  7. tencentcloud_sdk_python_ocr-3.1.60/tencentcloud_sdk_python_ocr.egg-info/requires.txt +0 -1
  8. {tencentcloud_sdk_python_ocr-3.1.60 → tencentcloud_sdk_python_ocr-3.1.62}/README.rst +0 -0
  9. {tencentcloud_sdk_python_ocr-3.1.60 → tencentcloud_sdk_python_ocr-3.1.62}/setup.cfg +0 -0
  10. {tencentcloud_sdk_python_ocr-3.1.60 → tencentcloud_sdk_python_ocr-3.1.62}/tencentcloud/ocr/__init__.py +0 -0
  11. {tencentcloud_sdk_python_ocr-3.1.60 → tencentcloud_sdk_python_ocr-3.1.62}/tencentcloud/ocr/v20181119/__init__.py +0 -0
  12. {tencentcloud_sdk_python_ocr-3.1.60 → tencentcloud_sdk_python_ocr-3.1.62}/tencentcloud/ocr/v20181119/errorcodes.py +0 -0
  13. {tencentcloud_sdk_python_ocr-3.1.60 → tencentcloud_sdk_python_ocr-3.1.62}/tencentcloud/ocr/v20181119/ocr_client.py +0 -0
  14. {tencentcloud_sdk_python_ocr-3.1.60 → tencentcloud_sdk_python_ocr-3.1.62}/tencentcloud/ocr/v20181119/ocr_client_async.py +0 -0
  15. {tencentcloud_sdk_python_ocr-3.1.60 → tencentcloud_sdk_python_ocr-3.1.62}/tencentcloud_sdk_python_ocr.egg-info/SOURCES.txt +0 -0
  16. {tencentcloud_sdk_python_ocr-3.1.60 → tencentcloud_sdk_python_ocr-3.1.62}/tencentcloud_sdk_python_ocr.egg-info/dependency_links.txt +0 -0
  17. {tencentcloud_sdk_python_ocr-3.1.60 → tencentcloud_sdk_python_ocr-3.1.62}/tencentcloud_sdk_python_ocr.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: tencentcloud-sdk-python-ocr
3
- Version: 3.1.60
3
+ Version: 3.1.62
4
4
  Summary: Tencent Cloud Ocr SDK for Python
5
5
  Home-page: https://github.com/TencentCloud/tencentcloud-sdk-python
6
6
  Author: Tencent Cloud
@@ -15,7 +15,7 @@ Classifier: Programming Language :: Python :: 2.7
15
15
  Classifier: Programming Language :: Python :: 3
16
16
  Classifier: Programming Language :: Python :: 3.6
17
17
  Classifier: Programming Language :: Python :: 3.7
18
- Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.60
18
+ Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.62
19
19
 
20
20
  ============================
21
21
  Tencent Cloud SDK for Python
@@ -8,7 +8,7 @@ ROOT = os.path.dirname(__file__)
8
8
 
9
9
  setup(
10
10
  name='tencentcloud-sdk-python-ocr',
11
- install_requires=["tencentcloud-sdk-python-common>=3.1.60,<4.0.0"],
11
+ install_requires=["tencentcloud-sdk-python-common>=3.1.62,<4.0.0"],
12
12
 
13
13
  version=tencentcloud.__version__,
14
14
  description='Tencent Cloud Ocr SDK for Python',
@@ -14,4 +14,4 @@
14
14
  # limitations under the License.
15
15
 
16
16
 
17
- __version__ = '3.1.60'
17
+ __version__ = '3.1.62'
@@ -35193,20 +35193,22 @@ class TextWaybill(AbstractModel):
35193
35193
 
35194
35194
  def __init__(self):
35195
35195
  r"""
35196
- :param _RecName: 收件人姓名
35196
+ :param _RecName: <p>收件人姓名</p>
35197
35197
  :type RecName: :class:`tencentcloud.ocr.v20181119.models.WaybillObj`
35198
- :param _RecNum: 收件人手机号
35198
+ :param _RecNum: <p>收件人手机号</p>
35199
35199
  :type RecNum: :class:`tencentcloud.ocr.v20181119.models.WaybillObj`
35200
- :param _RecAddr: 收件人地址
35200
+ :param _RecAddr: <p>收件人地址</p>
35201
35201
  :type RecAddr: :class:`tencentcloud.ocr.v20181119.models.WaybillObj`
35202
- :param _SenderName: 寄件人姓名
35202
+ :param _SenderName: <p>寄件人姓名</p>
35203
35203
  :type SenderName: :class:`tencentcloud.ocr.v20181119.models.WaybillObj`
35204
- :param _SenderNum: 寄件人手机号
35204
+ :param _SenderNum: <p>寄件人手机号</p>
35205
35205
  :type SenderNum: :class:`tencentcloud.ocr.v20181119.models.WaybillObj`
35206
- :param _SenderAddr: 寄件人地址
35206
+ :param _SenderAddr: <p>寄件人地址</p>
35207
35207
  :type SenderAddr: :class:`tencentcloud.ocr.v20181119.models.WaybillObj`
35208
- :param _WaybillNum: 运单号
35208
+ :param _WaybillNum: <p>运单号, 当同时存在 母 / 子 运单号时, 该字段为子运单号</p>
35209
35209
  :type WaybillNum: :class:`tencentcloud.ocr.v20181119.models.WaybillObj`
35210
+ :param _MainWaybillNum: <p>母运单号, 当不存在母运单号时, 该字段为不存在</p>
35211
+ :type MainWaybillNum: :class:`tencentcloud.ocr.v20181119.models.WaybillObj`
35210
35212
  """
35211
35213
  self._RecName = None
35212
35214
  self._RecNum = None
@@ -35215,10 +35217,11 @@ class TextWaybill(AbstractModel):
35215
35217
  self._SenderNum = None
35216
35218
  self._SenderAddr = None
35217
35219
  self._WaybillNum = None
35220
+ self._MainWaybillNum = None
35218
35221
 
35219
35222
  @property
35220
35223
  def RecName(self):
35221
- r"""收件人姓名
35224
+ r"""<p>收件人姓名</p>
35222
35225
  :rtype: :class:`tencentcloud.ocr.v20181119.models.WaybillObj`
35223
35226
  """
35224
35227
  return self._RecName
@@ -35229,7 +35232,7 @@ class TextWaybill(AbstractModel):
35229
35232
 
35230
35233
  @property
35231
35234
  def RecNum(self):
35232
- r"""收件人手机号
35235
+ r"""<p>收件人手机号</p>
35233
35236
  :rtype: :class:`tencentcloud.ocr.v20181119.models.WaybillObj`
35234
35237
  """
35235
35238
  return self._RecNum
@@ -35240,7 +35243,7 @@ class TextWaybill(AbstractModel):
35240
35243
 
35241
35244
  @property
35242
35245
  def RecAddr(self):
35243
- r"""收件人地址
35246
+ r"""<p>收件人地址</p>
35244
35247
  :rtype: :class:`tencentcloud.ocr.v20181119.models.WaybillObj`
35245
35248
  """
35246
35249
  return self._RecAddr
@@ -35251,7 +35254,7 @@ class TextWaybill(AbstractModel):
35251
35254
 
35252
35255
  @property
35253
35256
  def SenderName(self):
35254
- r"""寄件人姓名
35257
+ r"""<p>寄件人姓名</p>
35255
35258
  :rtype: :class:`tencentcloud.ocr.v20181119.models.WaybillObj`
35256
35259
  """
35257
35260
  return self._SenderName
@@ -35262,7 +35265,7 @@ class TextWaybill(AbstractModel):
35262
35265
 
35263
35266
  @property
35264
35267
  def SenderNum(self):
35265
- r"""寄件人手机号
35268
+ r"""<p>寄件人手机号</p>
35266
35269
  :rtype: :class:`tencentcloud.ocr.v20181119.models.WaybillObj`
35267
35270
  """
35268
35271
  return self._SenderNum
@@ -35273,7 +35276,7 @@ class TextWaybill(AbstractModel):
35273
35276
 
35274
35277
  @property
35275
35278
  def SenderAddr(self):
35276
- r"""寄件人地址
35279
+ r"""<p>寄件人地址</p>
35277
35280
  :rtype: :class:`tencentcloud.ocr.v20181119.models.WaybillObj`
35278
35281
  """
35279
35282
  return self._SenderAddr
@@ -35284,7 +35287,7 @@ class TextWaybill(AbstractModel):
35284
35287
 
35285
35288
  @property
35286
35289
  def WaybillNum(self):
35287
- r"""运单号
35290
+ r"""<p>运单号, 当同时存在 母 / 子 运单号时, 该字段为子运单号</p>
35288
35291
  :rtype: :class:`tencentcloud.ocr.v20181119.models.WaybillObj`
35289
35292
  """
35290
35293
  return self._WaybillNum
@@ -35293,6 +35296,17 @@ class TextWaybill(AbstractModel):
35293
35296
  def WaybillNum(self, WaybillNum):
35294
35297
  self._WaybillNum = WaybillNum
35295
35298
 
35299
+ @property
35300
+ def MainWaybillNum(self):
35301
+ r"""<p>母运单号, 当不存在母运单号时, 该字段为不存在</p>
35302
+ :rtype: :class:`tencentcloud.ocr.v20181119.models.WaybillObj`
35303
+ """
35304
+ return self._MainWaybillNum
35305
+
35306
+ @MainWaybillNum.setter
35307
+ def MainWaybillNum(self, MainWaybillNum):
35308
+ self._MainWaybillNum = MainWaybillNum
35309
+
35296
35310
 
35297
35311
  def _deserialize(self, params):
35298
35312
  if params.get("RecName") is not None:
@@ -35316,6 +35330,9 @@ class TextWaybill(AbstractModel):
35316
35330
  if params.get("WaybillNum") is not None:
35317
35331
  self._WaybillNum = WaybillObj()
35318
35332
  self._WaybillNum._deserialize(params.get("WaybillNum"))
35333
+ if params.get("MainWaybillNum") is not None:
35334
+ self._MainWaybillNum = WaybillObj()
35335
+ self._MainWaybillNum._deserialize(params.get("MainWaybillNum"))
35319
35336
  memeber_set = set(params.keys())
35320
35337
  for name, value in vars(self).items():
35321
35338
  property_name = name[1:]
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: tencentcloud-sdk-python-ocr
3
- Version: 3.1.60
3
+ Version: 3.1.62
4
4
  Summary: Tencent Cloud Ocr SDK for Python
5
5
  Home-page: https://github.com/TencentCloud/tencentcloud-sdk-python
6
6
  Author: Tencent Cloud
@@ -15,7 +15,7 @@ Classifier: Programming Language :: Python :: 2.7
15
15
  Classifier: Programming Language :: Python :: 3
16
16
  Classifier: Programming Language :: Python :: 3.6
17
17
  Classifier: Programming Language :: Python :: 3.7
18
- Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.60
18
+ Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.62
19
19
 
20
20
  ============================
21
21
  Tencent Cloud SDK for Python
@@ -0,0 +1 @@
1
+ tencentcloud-sdk-python-common<4.0.0,>=3.1.62
@@ -1 +0,0 @@
1
- tencentcloud-sdk-python-common<4.0.0,>=3.1.60