tencentcloud-sdk-python-ocr 3.0.1405__tar.gz → 3.0.1408__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.
Potentially problematic release.
This version of tencentcloud-sdk-python-ocr might be problematic. Click here for more details.
- {tencentcloud-sdk-python-ocr-3.0.1405 → tencentcloud-sdk-python-ocr-3.0.1408}/PKG-INFO +1 -1
- {tencentcloud-sdk-python-ocr-3.0.1405 → tencentcloud-sdk-python-ocr-3.0.1408}/setup.py +1 -1
- {tencentcloud-sdk-python-ocr-3.0.1405 → tencentcloud-sdk-python-ocr-3.0.1408}/tencentcloud/__init__.py +1 -1
- {tencentcloud-sdk-python-ocr-3.0.1405 → tencentcloud-sdk-python-ocr-3.0.1408}/tencentcloud/ocr/v20181119/models.py +38 -0
- {tencentcloud-sdk-python-ocr-3.0.1405 → tencentcloud-sdk-python-ocr-3.0.1408}/tencentcloud/ocr/v20181119/ocr_client.py +10 -0
- {tencentcloud-sdk-python-ocr-3.0.1405 → tencentcloud-sdk-python-ocr-3.0.1408}/tencentcloud_sdk_python_ocr.egg-info/PKG-INFO +1 -1
- tencentcloud-sdk-python-ocr-3.0.1408/tencentcloud_sdk_python_ocr.egg-info/requires.txt +1 -0
- tencentcloud-sdk-python-ocr-3.0.1405/tencentcloud_sdk_python_ocr.egg-info/requires.txt +0 -1
- {tencentcloud-sdk-python-ocr-3.0.1405 → tencentcloud-sdk-python-ocr-3.0.1408}/README.rst +0 -0
- {tencentcloud-sdk-python-ocr-3.0.1405 → tencentcloud-sdk-python-ocr-3.0.1408}/setup.cfg +0 -0
- {tencentcloud-sdk-python-ocr-3.0.1405 → tencentcloud-sdk-python-ocr-3.0.1408}/tencentcloud/ocr/__init__.py +0 -0
- {tencentcloud-sdk-python-ocr-3.0.1405 → tencentcloud-sdk-python-ocr-3.0.1408}/tencentcloud/ocr/v20181119/__init__.py +0 -0
- {tencentcloud-sdk-python-ocr-3.0.1405 → tencentcloud-sdk-python-ocr-3.0.1408}/tencentcloud/ocr/v20181119/errorcodes.py +0 -0
- {tencentcloud-sdk-python-ocr-3.0.1405 → tencentcloud-sdk-python-ocr-3.0.1408}/tencentcloud_sdk_python_ocr.egg-info/SOURCES.txt +0 -0
- {tencentcloud-sdk-python-ocr-3.0.1405 → tencentcloud-sdk-python-ocr-3.0.1408}/tencentcloud_sdk_python_ocr.egg-info/dependency_links.txt +0 -0
- {tencentcloud-sdk-python-ocr-3.0.1405 → tencentcloud-sdk-python-ocr-3.0.1408}/tencentcloud_sdk_python_ocr.egg-info/top_level.txt +0 -0
@@ -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.0.
|
11
|
+
install_requires=["tencentcloud-sdk-python-common==3.0.1408"],
|
12
12
|
version=tencentcloud.__version__,
|
13
13
|
description='Tencent Cloud Ocr SDK for Python',
|
14
14
|
long_description=open('README.rst').read(),
|
@@ -30003,6 +30003,12 @@ class SingleInvoiceItem(AbstractModel):
|
|
30003
30003
|
:param _SaleInventory: 销货清单
|
30004
30004
|
注意:此字段可能返回 null,表示取不到有效值。
|
30005
30005
|
:type SaleInventory: :class:`tencentcloud.ocr.v20181119.models.SaleInventory`
|
30006
|
+
:param _MotorVehicleSaleInvoiceElectronic: 机动车销售统一发票(电子)
|
30007
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
30008
|
+
:type MotorVehicleSaleInvoiceElectronic: :class:`tencentcloud.ocr.v20181119.models.MotorVehicleSaleInvoice`
|
30009
|
+
:param _UsedCarPurchaseInvoiceElectronic: 二手车销售统一发票(电子)
|
30010
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
30011
|
+
:type UsedCarPurchaseInvoiceElectronic: :class:`tencentcloud.ocr.v20181119.models.UsedCarPurchaseInvoice`
|
30006
30012
|
"""
|
30007
30013
|
self._VatSpecialInvoice = None
|
30008
30014
|
self._VatCommonInvoice = None
|
@@ -30039,6 +30045,8 @@ class SingleInvoiceItem(AbstractModel):
|
|
30039
30045
|
self._OverseasInvoice = None
|
30040
30046
|
self._ShoppingReceipt = None
|
30041
30047
|
self._SaleInventory = None
|
30048
|
+
self._MotorVehicleSaleInvoiceElectronic = None
|
30049
|
+
self._UsedCarPurchaseInvoiceElectronic = None
|
30042
30050
|
|
30043
30051
|
@property
|
30044
30052
|
def VatSpecialInvoice(self):
|
@@ -30460,6 +30468,30 @@ class SingleInvoiceItem(AbstractModel):
|
|
30460
30468
|
def SaleInventory(self, SaleInventory):
|
30461
30469
|
self._SaleInventory = SaleInventory
|
30462
30470
|
|
30471
|
+
@property
|
30472
|
+
def MotorVehicleSaleInvoiceElectronic(self):
|
30473
|
+
"""机动车销售统一发票(电子)
|
30474
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
30475
|
+
:rtype: :class:`tencentcloud.ocr.v20181119.models.MotorVehicleSaleInvoice`
|
30476
|
+
"""
|
30477
|
+
return self._MotorVehicleSaleInvoiceElectronic
|
30478
|
+
|
30479
|
+
@MotorVehicleSaleInvoiceElectronic.setter
|
30480
|
+
def MotorVehicleSaleInvoiceElectronic(self, MotorVehicleSaleInvoiceElectronic):
|
30481
|
+
self._MotorVehicleSaleInvoiceElectronic = MotorVehicleSaleInvoiceElectronic
|
30482
|
+
|
30483
|
+
@property
|
30484
|
+
def UsedCarPurchaseInvoiceElectronic(self):
|
30485
|
+
"""二手车销售统一发票(电子)
|
30486
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
30487
|
+
:rtype: :class:`tencentcloud.ocr.v20181119.models.UsedCarPurchaseInvoice`
|
30488
|
+
"""
|
30489
|
+
return self._UsedCarPurchaseInvoiceElectronic
|
30490
|
+
|
30491
|
+
@UsedCarPurchaseInvoiceElectronic.setter
|
30492
|
+
def UsedCarPurchaseInvoiceElectronic(self, UsedCarPurchaseInvoiceElectronic):
|
30493
|
+
self._UsedCarPurchaseInvoiceElectronic = UsedCarPurchaseInvoiceElectronic
|
30494
|
+
|
30463
30495
|
|
30464
30496
|
def _deserialize(self, params):
|
30465
30497
|
if params.get("VatSpecialInvoice") is not None:
|
@@ -30567,6 +30599,12 @@ class SingleInvoiceItem(AbstractModel):
|
|
30567
30599
|
if params.get("SaleInventory") is not None:
|
30568
30600
|
self._SaleInventory = SaleInventory()
|
30569
30601
|
self._SaleInventory._deserialize(params.get("SaleInventory"))
|
30602
|
+
if params.get("MotorVehicleSaleInvoiceElectronic") is not None:
|
30603
|
+
self._MotorVehicleSaleInvoiceElectronic = MotorVehicleSaleInvoice()
|
30604
|
+
self._MotorVehicleSaleInvoiceElectronic._deserialize(params.get("MotorVehicleSaleInvoiceElectronic"))
|
30605
|
+
if params.get("UsedCarPurchaseInvoiceElectronic") is not None:
|
30606
|
+
self._UsedCarPurchaseInvoiceElectronic = UsedCarPurchaseInvoice()
|
30607
|
+
self._UsedCarPurchaseInvoiceElectronic._deserialize(params.get("UsedCarPurchaseInvoiceElectronic"))
|
30570
30608
|
memeber_set = set(params.keys())
|
30571
30609
|
for name, value in vars(self).items():
|
30572
30610
|
property_name = name[1:]
|
@@ -1811,6 +1811,16 @@ class OcrClient(AbstractClient):
|
|
1811
1811
|
<td> 二手车销售统一发票 </td>
|
1812
1812
|
<td> 12 </td>
|
1813
1813
|
</tr>
|
1814
|
+
<tr>
|
1815
|
+
<td> MotorVehicleSaleInvoiceElectronic </td>
|
1816
|
+
<td> 机动车销售统一发票(电子)</td>
|
1817
|
+
<td> 12 </td>
|
1818
|
+
</tr>
|
1819
|
+
<tr>
|
1820
|
+
<td> UsedCarPurchaseInvoiceElectronic </td>
|
1821
|
+
<td> 二手车销售统一发票(电子)</td>
|
1822
|
+
<td> 12 </td>
|
1823
|
+
</tr>
|
1814
1824
|
<tr>
|
1815
1825
|
<td> VatInvoiceRoll </td>
|
1816
1826
|
<td> 增值税普通发票(卷票) </td>
|
@@ -0,0 +1 @@
|
|
1
|
+
tencentcloud-sdk-python-common==3.0.1408
|
@@ -1 +0,0 @@
|
|
1
|
-
tencentcloud-sdk-python-common==3.0.1405
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|