tencentcloud-sdk-python-ocr 3.0.1404__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.

Files changed (16) hide show
  1. {tencentcloud-sdk-python-ocr-3.0.1404 → tencentcloud-sdk-python-ocr-3.0.1408}/PKG-INFO +1 -1
  2. {tencentcloud-sdk-python-ocr-3.0.1404 → tencentcloud-sdk-python-ocr-3.0.1408}/setup.py +1 -1
  3. {tencentcloud-sdk-python-ocr-3.0.1404 → tencentcloud-sdk-python-ocr-3.0.1408}/tencentcloud/__init__.py +1 -1
  4. {tencentcloud-sdk-python-ocr-3.0.1404 → tencentcloud-sdk-python-ocr-3.0.1408}/tencentcloud/ocr/v20181119/models.py +38 -8
  5. {tencentcloud-sdk-python-ocr-3.0.1404 → tencentcloud-sdk-python-ocr-3.0.1408}/tencentcloud/ocr/v20181119/ocr_client.py +10 -0
  6. {tencentcloud-sdk-python-ocr-3.0.1404 → tencentcloud-sdk-python-ocr-3.0.1408}/tencentcloud_sdk_python_ocr.egg-info/PKG-INFO +1 -1
  7. tencentcloud-sdk-python-ocr-3.0.1408/tencentcloud_sdk_python_ocr.egg-info/requires.txt +1 -0
  8. tencentcloud-sdk-python-ocr-3.0.1404/tencentcloud_sdk_python_ocr.egg-info/requires.txt +0 -1
  9. {tencentcloud-sdk-python-ocr-3.0.1404 → tencentcloud-sdk-python-ocr-3.0.1408}/README.rst +0 -0
  10. {tencentcloud-sdk-python-ocr-3.0.1404 → tencentcloud-sdk-python-ocr-3.0.1408}/setup.cfg +0 -0
  11. {tencentcloud-sdk-python-ocr-3.0.1404 → tencentcloud-sdk-python-ocr-3.0.1408}/tencentcloud/ocr/__init__.py +0 -0
  12. {tencentcloud-sdk-python-ocr-3.0.1404 → tencentcloud-sdk-python-ocr-3.0.1408}/tencentcloud/ocr/v20181119/__init__.py +0 -0
  13. {tencentcloud-sdk-python-ocr-3.0.1404 → tencentcloud-sdk-python-ocr-3.0.1408}/tencentcloud/ocr/v20181119/errorcodes.py +0 -0
  14. {tencentcloud-sdk-python-ocr-3.0.1404 → tencentcloud-sdk-python-ocr-3.0.1408}/tencentcloud_sdk_python_ocr.egg-info/SOURCES.txt +0 -0
  15. {tencentcloud-sdk-python-ocr-3.0.1404 → tencentcloud-sdk-python-ocr-3.0.1408}/tencentcloud_sdk_python_ocr.egg-info/dependency_links.txt +0 -0
  16. {tencentcloud-sdk-python-ocr-3.0.1404 → tencentcloud-sdk-python-ocr-3.0.1408}/tencentcloud_sdk_python_ocr.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 1.2
2
2
  Name: tencentcloud-sdk-python-ocr
3
- Version: 3.0.1404
3
+ Version: 3.0.1408
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
@@ -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.1404"],
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(),
@@ -14,4 +14,4 @@
14
14
  # limitations under the License.
15
15
 
16
16
 
17
- __version__ = '3.0.1404'
17
+ __version__ = '3.0.1408'
@@ -8549,13 +8549,9 @@ WeightNote -- 磅单
8549
8549
  MedicalMeter -- 血压仪表识别
8550
8550
  BillOfLading -- 海运提单
8551
8551
  EntrustmentBook -- 海运托书
8552
- WordRecognize -- 手写英文作文模版
8553
8552
  Statement -- 对账单识别模板
8554
8553
  BookingConfirmation -- 配舱通知书识别模板
8555
8554
  AirWayBill -- 航空运单识别模板
8556
- DispatchWeightNote -- 磅单发货单识别模板
8557
- ReceiptWeightNote -- 磅单收货单识别模板
8558
- ArticalRecognize -- 手写作文模版
8559
8555
  Table -- 表格模版
8560
8556
  SteelLabel -- 实物标签识别模板
8561
8557
  CarInsurance -- 车辆保险单识别模板
@@ -8657,13 +8653,9 @@ WeightNote -- 磅单
8657
8653
  MedicalMeter -- 血压仪表识别
8658
8654
  BillOfLading -- 海运提单
8659
8655
  EntrustmentBook -- 海运托书
8660
- WordRecognize -- 手写英文作文模版
8661
8656
  Statement -- 对账单识别模板
8662
8657
  BookingConfirmation -- 配舱通知书识别模板
8663
8658
  AirWayBill -- 航空运单识别模板
8664
- DispatchWeightNote -- 磅单发货单识别模板
8665
- ReceiptWeightNote -- 磅单收货单识别模板
8666
- ArticalRecognize -- 手写作文模版
8667
8659
  Table -- 表格模版
8668
8660
  SteelLabel -- 实物标签识别模板
8669
8661
  CarInsurance -- 车辆保险单识别模板
@@ -30011,6 +30003,12 @@ class SingleInvoiceItem(AbstractModel):
30011
30003
  :param _SaleInventory: 销货清单
30012
30004
  注意:此字段可能返回 null,表示取不到有效值。
30013
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`
30014
30012
  """
30015
30013
  self._VatSpecialInvoice = None
30016
30014
  self._VatCommonInvoice = None
@@ -30047,6 +30045,8 @@ class SingleInvoiceItem(AbstractModel):
30047
30045
  self._OverseasInvoice = None
30048
30046
  self._ShoppingReceipt = None
30049
30047
  self._SaleInventory = None
30048
+ self._MotorVehicleSaleInvoiceElectronic = None
30049
+ self._UsedCarPurchaseInvoiceElectronic = None
30050
30050
 
30051
30051
  @property
30052
30052
  def VatSpecialInvoice(self):
@@ -30468,6 +30468,30 @@ class SingleInvoiceItem(AbstractModel):
30468
30468
  def SaleInventory(self, SaleInventory):
30469
30469
  self._SaleInventory = SaleInventory
30470
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
+
30471
30495
 
30472
30496
  def _deserialize(self, params):
30473
30497
  if params.get("VatSpecialInvoice") is not None:
@@ -30575,6 +30599,12 @@ class SingleInvoiceItem(AbstractModel):
30575
30599
  if params.get("SaleInventory") is not None:
30576
30600
  self._SaleInventory = SaleInventory()
30577
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"))
30578
30608
  memeber_set = set(params.keys())
30579
30609
  for name, value in vars(self).items():
30580
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>
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 1.2
2
2
  Name: tencentcloud-sdk-python-ocr
3
- Version: 3.0.1404
3
+ Version: 3.0.1408
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
@@ -0,0 +1 @@
1
+ tencentcloud-sdk-python-common==3.0.1408
@@ -1 +0,0 @@
1
- tencentcloud-sdk-python-common==3.0.1404