tencentcloud-sdk-python-ocr 3.0.1127__tar.gz → 3.0.1130__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.0.1127 → tencentcloud-sdk-python-ocr-3.0.1130}/PKG-INFO +1 -1
- {tencentcloud-sdk-python-ocr-3.0.1127 → tencentcloud-sdk-python-ocr-3.0.1130}/setup.py +1 -1
- {tencentcloud-sdk-python-ocr-3.0.1127 → tencentcloud-sdk-python-ocr-3.0.1130}/tencentcloud/__init__.py +1 -1
- {tencentcloud-sdk-python-ocr-3.0.1127 → tencentcloud-sdk-python-ocr-3.0.1130}/tencentcloud/ocr/v20181119/models.py +32 -32
- {tencentcloud-sdk-python-ocr-3.0.1127 → tencentcloud-sdk-python-ocr-3.0.1130}/tencentcloud_sdk_python_ocr.egg-info/PKG-INFO +1 -1
- tencentcloud-sdk-python-ocr-3.0.1130/tencentcloud_sdk_python_ocr.egg-info/requires.txt +1 -0
- tencentcloud-sdk-python-ocr-3.0.1127/tencentcloud_sdk_python_ocr.egg-info/requires.txt +0 -1
- {tencentcloud-sdk-python-ocr-3.0.1127 → tencentcloud-sdk-python-ocr-3.0.1130}/README.rst +0 -0
- {tencentcloud-sdk-python-ocr-3.0.1127 → tencentcloud-sdk-python-ocr-3.0.1130}/setup.cfg +0 -0
- {tencentcloud-sdk-python-ocr-3.0.1127 → tencentcloud-sdk-python-ocr-3.0.1130}/tencentcloud/ocr/__init__.py +0 -0
- {tencentcloud-sdk-python-ocr-3.0.1127 → tencentcloud-sdk-python-ocr-3.0.1130}/tencentcloud/ocr/v20181119/__init__.py +0 -0
- {tencentcloud-sdk-python-ocr-3.0.1127 → tencentcloud-sdk-python-ocr-3.0.1130}/tencentcloud/ocr/v20181119/errorcodes.py +0 -0
- {tencentcloud-sdk-python-ocr-3.0.1127 → tencentcloud-sdk-python-ocr-3.0.1130}/tencentcloud/ocr/v20181119/ocr_client.py +0 -0
- {tencentcloud-sdk-python-ocr-3.0.1127 → tencentcloud-sdk-python-ocr-3.0.1130}/tencentcloud_sdk_python_ocr.egg-info/SOURCES.txt +0 -0
- {tencentcloud-sdk-python-ocr-3.0.1127 → tencentcloud-sdk-python-ocr-3.0.1130}/tencentcloud_sdk_python_ocr.egg-info/dependency_links.txt +0 -0
- {tencentcloud-sdk-python-ocr-3.0.1127 → tencentcloud-sdk-python-ocr-3.0.1130}/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.1130"],
|
|
12
12
|
version=tencentcloud.__version__,
|
|
13
13
|
description='Tencent Cloud Ocr SDK for Python',
|
|
14
14
|
long_description=open('README.rst').read(),
|
|
@@ -18522,16 +18522,16 @@ class RecognizeThaiIDCardOCRResponse(AbstractModel):
|
|
|
18522
18522
|
:type ThaiName: str
|
|
18523
18523
|
:param _EnFirstName: 英文姓名
|
|
18524
18524
|
:type EnFirstName: str
|
|
18525
|
-
:param _Address: 地址
|
|
18526
|
-
:type Address: str
|
|
18527
|
-
:param _Birthday: 出生日期
|
|
18528
|
-
:type Birthday: str
|
|
18529
|
-
:param _IssueDate: 签发日期
|
|
18530
|
-
:type IssueDate: str
|
|
18531
|
-
:param _ExpirationDate: 到期日期
|
|
18532
|
-
:type ExpirationDate: str
|
|
18533
18525
|
:param _EnLastName: 英文姓名
|
|
18534
18526
|
:type EnLastName: str
|
|
18527
|
+
:param _IssueDate: 泰文签发日期
|
|
18528
|
+
:type IssueDate: str
|
|
18529
|
+
:param _ExpirationDate: 泰文到期日期
|
|
18530
|
+
:type ExpirationDate: str
|
|
18531
|
+
:param _Birthday: 泰文出生日期
|
|
18532
|
+
:type Birthday: str
|
|
18533
|
+
:param _Address: 地址
|
|
18534
|
+
:type Address: str
|
|
18535
18535
|
:param _PortraitImage: 证件人像照片抠取
|
|
18536
18536
|
:type PortraitImage: str
|
|
18537
18537
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -18540,11 +18540,11 @@ class RecognizeThaiIDCardOCRResponse(AbstractModel):
|
|
|
18540
18540
|
self._ID = None
|
|
18541
18541
|
self._ThaiName = None
|
|
18542
18542
|
self._EnFirstName = None
|
|
18543
|
-
self.
|
|
18544
|
-
self._Birthday = None
|
|
18543
|
+
self._EnLastName = None
|
|
18545
18544
|
self._IssueDate = None
|
|
18546
18545
|
self._ExpirationDate = None
|
|
18547
|
-
self.
|
|
18546
|
+
self._Birthday = None
|
|
18547
|
+
self._Address = None
|
|
18548
18548
|
self._PortraitImage = None
|
|
18549
18549
|
self._RequestId = None
|
|
18550
18550
|
|
|
@@ -18573,20 +18573,12 @@ class RecognizeThaiIDCardOCRResponse(AbstractModel):
|
|
|
18573
18573
|
self._EnFirstName = EnFirstName
|
|
18574
18574
|
|
|
18575
18575
|
@property
|
|
18576
|
-
def
|
|
18577
|
-
return self.
|
|
18578
|
-
|
|
18579
|
-
@Address.setter
|
|
18580
|
-
def Address(self, Address):
|
|
18581
|
-
self._Address = Address
|
|
18582
|
-
|
|
18583
|
-
@property
|
|
18584
|
-
def Birthday(self):
|
|
18585
|
-
return self._Birthday
|
|
18576
|
+
def EnLastName(self):
|
|
18577
|
+
return self._EnLastName
|
|
18586
18578
|
|
|
18587
|
-
@
|
|
18588
|
-
def
|
|
18589
|
-
self.
|
|
18579
|
+
@EnLastName.setter
|
|
18580
|
+
def EnLastName(self, EnLastName):
|
|
18581
|
+
self._EnLastName = EnLastName
|
|
18590
18582
|
|
|
18591
18583
|
@property
|
|
18592
18584
|
def IssueDate(self):
|
|
@@ -18605,12 +18597,20 @@ class RecognizeThaiIDCardOCRResponse(AbstractModel):
|
|
|
18605
18597
|
self._ExpirationDate = ExpirationDate
|
|
18606
18598
|
|
|
18607
18599
|
@property
|
|
18608
|
-
def
|
|
18609
|
-
return self.
|
|
18600
|
+
def Birthday(self):
|
|
18601
|
+
return self._Birthday
|
|
18610
18602
|
|
|
18611
|
-
@
|
|
18612
|
-
def
|
|
18613
|
-
self.
|
|
18603
|
+
@Birthday.setter
|
|
18604
|
+
def Birthday(self, Birthday):
|
|
18605
|
+
self._Birthday = Birthday
|
|
18606
|
+
|
|
18607
|
+
@property
|
|
18608
|
+
def Address(self):
|
|
18609
|
+
return self._Address
|
|
18610
|
+
|
|
18611
|
+
@Address.setter
|
|
18612
|
+
def Address(self, Address):
|
|
18613
|
+
self._Address = Address
|
|
18614
18614
|
|
|
18615
18615
|
@property
|
|
18616
18616
|
def PortraitImage(self):
|
|
@@ -18633,11 +18633,11 @@ class RecognizeThaiIDCardOCRResponse(AbstractModel):
|
|
|
18633
18633
|
self._ID = params.get("ID")
|
|
18634
18634
|
self._ThaiName = params.get("ThaiName")
|
|
18635
18635
|
self._EnFirstName = params.get("EnFirstName")
|
|
18636
|
-
self.
|
|
18637
|
-
self._Birthday = params.get("Birthday")
|
|
18636
|
+
self._EnLastName = params.get("EnLastName")
|
|
18638
18637
|
self._IssueDate = params.get("IssueDate")
|
|
18639
18638
|
self._ExpirationDate = params.get("ExpirationDate")
|
|
18640
|
-
self.
|
|
18639
|
+
self._Birthday = params.get("Birthday")
|
|
18640
|
+
self._Address = params.get("Address")
|
|
18641
18641
|
self._PortraitImage = params.get("PortraitImage")
|
|
18642
18642
|
self._RequestId = params.get("RequestId")
|
|
18643
18643
|
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
tencentcloud-sdk-python-common==3.0.1130
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
tencentcloud-sdk-python-common==3.0.1127
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|