tencentcloud-sdk-python-ocr 3.0.1399__py2.py3-none-any.whl → 3.0.1402__py2.py3-none-any.whl

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/__init__.py CHANGED
@@ -14,4 +14,4 @@
14
14
  # limitations under the License.
15
15
 
16
16
 
17
- __version__ = '3.0.1399'
17
+ __version__ = '3.0.1402'
@@ -34640,11 +34640,11 @@ class TextVehicleFront(AbstractModel):
34640
34640
  :param _Seal: 印章
34641
34641
  注意:此字段可能返回 null,表示取不到有效值。
34642
34642
  :type Seal: str
34643
- :param _StateElectronic: 状态
34643
+ :param _StateElectronic: 状态,该字段仅支持电子行驶证返回
34644
34644
  :type StateElectronic: str
34645
- :param _InspectionValidityTimeElectronic: 检验有效期
34645
+ :param _InspectionValidityTimeElectronic: 检验有效期,该字段仅支持电子行驶证返回
34646
34646
  :type InspectionValidityTimeElectronic: str
34647
- :param _GenerationTimeElectronic: 生成时间
34647
+ :param _GenerationTimeElectronic: 生成时间,该字段仅支持电子行驶证返回
34648
34648
  :type GenerationTimeElectronic: str
34649
34649
  """
34650
34650
  self._PlateNo = None
@@ -34796,7 +34796,7 @@ class TextVehicleFront(AbstractModel):
34796
34796
 
34797
34797
  @property
34798
34798
  def StateElectronic(self):
34799
- """状态
34799
+ """状态,该字段仅支持电子行驶证返回
34800
34800
  :rtype: str
34801
34801
  """
34802
34802
  return self._StateElectronic
@@ -34807,7 +34807,7 @@ class TextVehicleFront(AbstractModel):
34807
34807
 
34808
34808
  @property
34809
34809
  def InspectionValidityTimeElectronic(self):
34810
- """检验有效期
34810
+ """检验有效期,该字段仅支持电子行驶证返回
34811
34811
  :rtype: str
34812
34812
  """
34813
34813
  return self._InspectionValidityTimeElectronic
@@ -34818,7 +34818,7 @@ class TextVehicleFront(AbstractModel):
34818
34818
 
34819
34819
  @property
34820
34820
  def GenerationTimeElectronic(self):
34821
- """生成时间
34821
+ """生成时间,该字段仅支持电子行驶证返回
34822
34822
  :rtype: str
34823
34823
  """
34824
34824
  return self._GenerationTimeElectronic
@@ -1043,7 +1043,7 @@ class OcrClient(AbstractClient):
1043
1043
  def IDCardOCR(self, request):
1044
1044
  """本接口支持中国大陆居民二代身份证正反面所有字段的识别,包括姓名、性别、民族、出生日期、住址、公民身份证号、签发机关、有效期限,识别准确度达到99%以上。
1045
1045
 
1046
- 另外,本接口还支持多种扩展能力,满足不同场景的需求。如身份证照片、人像照片的裁剪功能,同时具备8种告警功能,如下表所示。
1046
+ 另外,本接口还支持多种扩展能力,满足不同场景的需求。如身份证照片、人像照片的裁剪功能,同时具备7种告警功能,如下表所示。
1047
1047
 
1048
1048
  <table style="width:650px">
1049
1049
  <thead>
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: tencentcloud-sdk-python-ocr
3
- Version: 3.0.1399
3
+ Version: 3.0.1402
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 (==3.0.1399)
18
+ Requires-Dist: tencentcloud-sdk-python-common (==3.0.1402)
19
19
 
20
20
  ============================
21
21
  Tencent Cloud SDK for Python
@@ -0,0 +1,10 @@
1
+ tencentcloud/__init__.py,sha256=fPvXIyxaXrXs0kSuV1IuRpwj6tUYAhNkTdauzgYpAVc,631
2
+ tencentcloud/ocr/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
3
+ tencentcloud/ocr/v20181119/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
4
+ tencentcloud/ocr/v20181119/errorcodes.py,sha256=L12AZxzshizeJibob00zcd-pBSaeP5XE7OlNM1Firlk,7012
5
+ tencentcloud/ocr/v20181119/models.py,sha256=1cvuUst_QAAGfjF-_duR25U4TIe5chMOmI7K5-KdrQE,1383487
6
+ tencentcloud/ocr/v20181119/ocr_client.py,sha256=07801ok2bHJyINQxMmo4mzAD61-fUZQ8CNEAgOEaX-Y,124028
7
+ tencentcloud_sdk_python_ocr-3.0.1402.dist-info/METADATA,sha256=NzxRwaSBPLc1tYoMtM7ZCgBj-prAwf3iMDt-P0BHDwk,1496
8
+ tencentcloud_sdk_python_ocr-3.0.1402.dist-info/WHEEL,sha256=z9j0xAa_JmUKMpmz72K0ZGALSM_n-wQVmGbleXx2VHg,110
9
+ tencentcloud_sdk_python_ocr-3.0.1402.dist-info/top_level.txt,sha256=g-8OyzoqI6O6LiS85zkeNzhB-osEnRIPZMdyRd_0eL0,13
10
+ tencentcloud_sdk_python_ocr-3.0.1402.dist-info/RECORD,,
@@ -1,10 +0,0 @@
1
- tencentcloud/__init__.py,sha256=kaJ4RLABKUDPGJ_CtVSweAM5EoAMaNah4Yi_sOIqO94,631
2
- tencentcloud/ocr/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
3
- tencentcloud/ocr/v20181119/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
4
- tencentcloud/ocr/v20181119/errorcodes.py,sha256=L12AZxzshizeJibob00zcd-pBSaeP5XE7OlNM1Firlk,7012
5
- tencentcloud/ocr/v20181119/models.py,sha256=I4wVEkkgFwtUtC5UtQbStIRNIAX1ojBhQAi7MC19JqI,1383235
6
- tencentcloud/ocr/v20181119/ocr_client.py,sha256=kU4ymUPPP1SE7VDoYtZYTRR9vqBwwvvw0dG14DKJfvA,124028
7
- tencentcloud_sdk_python_ocr-3.0.1399.dist-info/METADATA,sha256=Y1bOdB-EUGimV6Gwvk_tIp42Otfhy8HqqaF4DgtM_HQ,1496
8
- tencentcloud_sdk_python_ocr-3.0.1399.dist-info/WHEEL,sha256=z9j0xAa_JmUKMpmz72K0ZGALSM_n-wQVmGbleXx2VHg,110
9
- tencentcloud_sdk_python_ocr-3.0.1399.dist-info/top_level.txt,sha256=g-8OyzoqI6O6LiS85zkeNzhB-osEnRIPZMdyRd_0eL0,13
10
- tencentcloud_sdk_python_ocr-3.0.1399.dist-info/RECORD,,