tencentcloud-sdk-python-ocr 3.1.7__tar.gz → 3.1.8__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.
- {tencentcloud_sdk_python_ocr-3.1.7 → tencentcloud_sdk_python_ocr-3.1.8}/PKG-INFO +2 -2
- {tencentcloud_sdk_python_ocr-3.1.7 → tencentcloud_sdk_python_ocr-3.1.8}/setup.py +1 -1
- {tencentcloud_sdk_python_ocr-3.1.7 → tencentcloud_sdk_python_ocr-3.1.8}/tencentcloud/__init__.py +1 -1
- {tencentcloud_sdk_python_ocr-3.1.7 → tencentcloud_sdk_python_ocr-3.1.8}/tencentcloud/ocr/v20181119/models.py +64 -2
- {tencentcloud_sdk_python_ocr-3.1.7 → tencentcloud_sdk_python_ocr-3.1.8}/tencentcloud_sdk_python_ocr.egg-info/PKG-INFO +2 -2
- tencentcloud_sdk_python_ocr-3.1.8/tencentcloud_sdk_python_ocr.egg-info/requires.txt +1 -0
- tencentcloud_sdk_python_ocr-3.1.7/tencentcloud_sdk_python_ocr.egg-info/requires.txt +0 -1
- {tencentcloud_sdk_python_ocr-3.1.7 → tencentcloud_sdk_python_ocr-3.1.8}/README.rst +0 -0
- {tencentcloud_sdk_python_ocr-3.1.7 → tencentcloud_sdk_python_ocr-3.1.8}/setup.cfg +0 -0
- {tencentcloud_sdk_python_ocr-3.1.7 → tencentcloud_sdk_python_ocr-3.1.8}/tencentcloud/ocr/__init__.py +0 -0
- {tencentcloud_sdk_python_ocr-3.1.7 → tencentcloud_sdk_python_ocr-3.1.8}/tencentcloud/ocr/v20181119/__init__.py +0 -0
- {tencentcloud_sdk_python_ocr-3.1.7 → tencentcloud_sdk_python_ocr-3.1.8}/tencentcloud/ocr/v20181119/errorcodes.py +0 -0
- {tencentcloud_sdk_python_ocr-3.1.7 → tencentcloud_sdk_python_ocr-3.1.8}/tencentcloud/ocr/v20181119/ocr_client.py +0 -0
- {tencentcloud_sdk_python_ocr-3.1.7 → tencentcloud_sdk_python_ocr-3.1.8}/tencentcloud/ocr/v20181119/ocr_client_async.py +0 -0
- {tencentcloud_sdk_python_ocr-3.1.7 → tencentcloud_sdk_python_ocr-3.1.8}/tencentcloud_sdk_python_ocr.egg-info/SOURCES.txt +0 -0
- {tencentcloud_sdk_python_ocr-3.1.7 → tencentcloud_sdk_python_ocr-3.1.8}/tencentcloud_sdk_python_ocr.egg-info/dependency_links.txt +0 -0
- {tencentcloud_sdk_python_ocr-3.1.7 → tencentcloud_sdk_python_ocr-3.1.8}/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.
|
|
3
|
+
Version: 3.1.8
|
|
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.
|
|
18
|
+
Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.8
|
|
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.
|
|
11
|
+
install_requires=["tencentcloud-sdk-python-common>=3.1.8,<4.0.0"],
|
|
12
12
|
|
|
13
13
|
version=tencentcloud.__version__,
|
|
14
14
|
description='Tencent Cloud Ocr SDK for Python',
|
|
@@ -5836,6 +5836,14 @@ class ElectronicAirTransport(AbstractModel):
|
|
|
5836
5836
|
|
|
5837
5837
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
5838
5838
|
:type ElectronicAirTransportDetails: list of ElectronicAirTransportDetail
|
|
5839
|
+
:param _Fare: 票价
|
|
5840
|
+
:type Fare: str
|
|
5841
|
+
:param _FuelSurcharge: 燃油附加费
|
|
5842
|
+
:type FuelSurcharge: str
|
|
5843
|
+
:param _TaxAmount: 增值税税额
|
|
5844
|
+
:type TaxAmount: str
|
|
5845
|
+
:param _DevelopmentFund: 民航发展基金
|
|
5846
|
+
:type DevelopmentFund: str
|
|
5839
5847
|
"""
|
|
5840
5848
|
self._Code = None
|
|
5841
5849
|
self._Number = None
|
|
@@ -5853,6 +5861,10 @@ class ElectronicAirTransport(AbstractModel):
|
|
|
5853
5861
|
self._PassengerNo = None
|
|
5854
5862
|
self._ElectronicNumber = None
|
|
5855
5863
|
self._ElectronicAirTransportDetails = None
|
|
5864
|
+
self._Fare = None
|
|
5865
|
+
self._FuelSurcharge = None
|
|
5866
|
+
self._TaxAmount = None
|
|
5867
|
+
self._DevelopmentFund = None
|
|
5856
5868
|
|
|
5857
5869
|
@property
|
|
5858
5870
|
def Code(self):
|
|
@@ -6048,6 +6060,50 @@ class ElectronicAirTransport(AbstractModel):
|
|
|
6048
6060
|
def ElectronicAirTransportDetails(self, ElectronicAirTransportDetails):
|
|
6049
6061
|
self._ElectronicAirTransportDetails = ElectronicAirTransportDetails
|
|
6050
6062
|
|
|
6063
|
+
@property
|
|
6064
|
+
def Fare(self):
|
|
6065
|
+
r"""票价
|
|
6066
|
+
:rtype: str
|
|
6067
|
+
"""
|
|
6068
|
+
return self._Fare
|
|
6069
|
+
|
|
6070
|
+
@Fare.setter
|
|
6071
|
+
def Fare(self, Fare):
|
|
6072
|
+
self._Fare = Fare
|
|
6073
|
+
|
|
6074
|
+
@property
|
|
6075
|
+
def FuelSurcharge(self):
|
|
6076
|
+
r"""燃油附加费
|
|
6077
|
+
:rtype: str
|
|
6078
|
+
"""
|
|
6079
|
+
return self._FuelSurcharge
|
|
6080
|
+
|
|
6081
|
+
@FuelSurcharge.setter
|
|
6082
|
+
def FuelSurcharge(self, FuelSurcharge):
|
|
6083
|
+
self._FuelSurcharge = FuelSurcharge
|
|
6084
|
+
|
|
6085
|
+
@property
|
|
6086
|
+
def TaxAmount(self):
|
|
6087
|
+
r"""增值税税额
|
|
6088
|
+
:rtype: str
|
|
6089
|
+
"""
|
|
6090
|
+
return self._TaxAmount
|
|
6091
|
+
|
|
6092
|
+
@TaxAmount.setter
|
|
6093
|
+
def TaxAmount(self, TaxAmount):
|
|
6094
|
+
self._TaxAmount = TaxAmount
|
|
6095
|
+
|
|
6096
|
+
@property
|
|
6097
|
+
def DevelopmentFund(self):
|
|
6098
|
+
r"""民航发展基金
|
|
6099
|
+
:rtype: str
|
|
6100
|
+
"""
|
|
6101
|
+
return self._DevelopmentFund
|
|
6102
|
+
|
|
6103
|
+
@DevelopmentFund.setter
|
|
6104
|
+
def DevelopmentFund(self, DevelopmentFund):
|
|
6105
|
+
self._DevelopmentFund = DevelopmentFund
|
|
6106
|
+
|
|
6051
6107
|
|
|
6052
6108
|
def _deserialize(self, params):
|
|
6053
6109
|
self._Code = params.get("Code")
|
|
@@ -6071,6 +6127,10 @@ class ElectronicAirTransport(AbstractModel):
|
|
|
6071
6127
|
obj = ElectronicAirTransportDetail()
|
|
6072
6128
|
obj._deserialize(item)
|
|
6073
6129
|
self._ElectronicAirTransportDetails.append(obj)
|
|
6130
|
+
self._Fare = params.get("Fare")
|
|
6131
|
+
self._FuelSurcharge = params.get("FuelSurcharge")
|
|
6132
|
+
self._TaxAmount = params.get("TaxAmount")
|
|
6133
|
+
self._DevelopmentFund = params.get("DevelopmentFund")
|
|
6074
6134
|
memeber_set = set(params.keys())
|
|
6075
6135
|
for name, value in vars(self).items():
|
|
6076
6136
|
property_name = name[1:]
|
|
@@ -8472,6 +8532,7 @@ ItemNames=["姓名","性别"]
|
|
|
8472
8532
|
:type ReturnFullText: bool
|
|
8473
8533
|
:param _ConfigId: 配置id支持:
|
|
8474
8534
|
General -- 通用场景
|
|
8535
|
+
GeneralNoDate -- 无后处理日期格式模版
|
|
8475
8536
|
OnlineTaxiItinerary -- 网约车行程单
|
|
8476
8537
|
RideHailingDriverLicense -- 网约车驾驶证
|
|
8477
8538
|
RideHailingTransportLicense -- 网约车运输证
|
|
@@ -8570,6 +8631,7 @@ ItemNames=["姓名","性别"]
|
|
|
8570
8631
|
def ConfigId(self):
|
|
8571
8632
|
r"""配置id支持:
|
|
8572
8633
|
General -- 通用场景
|
|
8634
|
+
GeneralNoDate -- 无后处理日期格式模版
|
|
8573
8635
|
OnlineTaxiItinerary -- 网约车行程单
|
|
8574
8636
|
RideHailingDriverLicense -- 网约车驾驶证
|
|
8575
8637
|
RideHailingTransportLicense -- 网约车运输证
|
|
@@ -25750,7 +25812,7 @@ class RecognizeTableAccurateOCRResponse(AbstractModel):
|
|
|
25750
25812
|
:param _PdfPageSize: 图片为PDF时,返回PDF的总页数,默认为0
|
|
25751
25813
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
25752
25814
|
:type PdfPageSize: int
|
|
25753
|
-
:param _Angle: 图片旋转角度(角度制),文本的水平方向为0
|
|
25815
|
+
:param _Angle: 图片旋转角度(角度制),文本的水平方向为0°。
|
|
25754
25816
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
25755
25817
|
:type Angle: float
|
|
25756
25818
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -25799,7 +25861,7 @@ class RecognizeTableAccurateOCRResponse(AbstractModel):
|
|
|
25799
25861
|
|
|
25800
25862
|
@property
|
|
25801
25863
|
def Angle(self):
|
|
25802
|
-
r"""图片旋转角度(角度制),文本的水平方向为0
|
|
25864
|
+
r"""图片旋转角度(角度制),文本的水平方向为0°。
|
|
25803
25865
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
25804
25866
|
:rtype: float
|
|
25805
25867
|
"""
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: tencentcloud-sdk-python-ocr
|
|
3
|
-
Version: 3.1.
|
|
3
|
+
Version: 3.1.8
|
|
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.
|
|
18
|
+
Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.8
|
|
19
19
|
|
|
20
20
|
============================
|
|
21
21
|
Tencent Cloud SDK for Python
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
tencentcloud-sdk-python-common<4.0.0,>=3.1.8
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
tencentcloud-sdk-python-common<4.0.0,>=3.1.7
|
|
File without changes
|
|
File without changes
|
{tencentcloud_sdk_python_ocr-3.1.7 → tencentcloud_sdk_python_ocr-3.1.8}/tencentcloud/ocr/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|