tencentcloud-sdk-python-ocr 3.0.1424__py2.py3-none-any.whl → 3.0.1429__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.
Potentially problematic release.
This version of tencentcloud-sdk-python-ocr might be problematic. Click here for more details.
- tencentcloud/__init__.py +1 -1
- tencentcloud/ocr/v20181119/models.py +59 -92
- {tencentcloud_sdk_python_ocr-3.0.1424.dist-info → tencentcloud_sdk_python_ocr-3.0.1429.dist-info}/METADATA +2 -2
- tencentcloud_sdk_python_ocr-3.0.1429.dist-info/RECORD +10 -0
- tencentcloud_sdk_python_ocr-3.0.1424.dist-info/RECORD +0 -10
- {tencentcloud_sdk_python_ocr-3.0.1424.dist-info → tencentcloud_sdk_python_ocr-3.0.1429.dist-info}/WHEEL +0 -0
- {tencentcloud_sdk_python_ocr-3.0.1424.dist-info → tencentcloud_sdk_python_ocr-3.0.1429.dist-info}/top_level.txt +0 -0
tencentcloud/__init__.py
CHANGED
@@ -8628,6 +8628,9 @@ HongKongUtilityBill -- 香港水电煤单识别模板
|
|
8628
8628
|
:type OutputParentKey: bool
|
8629
8629
|
:param _ConfigAdvanced: 模版的单个属性配置
|
8630
8630
|
:type ConfigAdvanced: :class:`tencentcloud.ocr.v20181119.models.ConfigAdvanced`
|
8631
|
+
:param _OutputLanguage: cn时,添加的key为中文
|
8632
|
+
en时,添加的key为英语
|
8633
|
+
:type OutputLanguage: str
|
8631
8634
|
"""
|
8632
8635
|
self._ImageUrl = None
|
8633
8636
|
self._ImageBase64 = None
|
@@ -8639,6 +8642,7 @@ HongKongUtilityBill -- 香港水电煤单识别模板
|
|
8639
8642
|
self._EnableCoord = None
|
8640
8643
|
self._OutputParentKey = None
|
8641
8644
|
self._ConfigAdvanced = None
|
8645
|
+
self._OutputLanguage = None
|
8642
8646
|
|
8643
8647
|
@property
|
8644
8648
|
def ImageUrl(self):
|
@@ -8769,6 +8773,18 @@ HongKongUtilityBill -- 香港水电煤单识别模板
|
|
8769
8773
|
def ConfigAdvanced(self, ConfigAdvanced):
|
8770
8774
|
self._ConfigAdvanced = ConfigAdvanced
|
8771
8775
|
|
8776
|
+
@property
|
8777
|
+
def OutputLanguage(self):
|
8778
|
+
"""cn时,添加的key为中文
|
8779
|
+
en时,添加的key为英语
|
8780
|
+
:rtype: str
|
8781
|
+
"""
|
8782
|
+
return self._OutputLanguage
|
8783
|
+
|
8784
|
+
@OutputLanguage.setter
|
8785
|
+
def OutputLanguage(self, OutputLanguage):
|
8786
|
+
self._OutputLanguage = OutputLanguage
|
8787
|
+
|
8772
8788
|
|
8773
8789
|
def _deserialize(self, params):
|
8774
8790
|
self._ImageUrl = params.get("ImageUrl")
|
@@ -8783,6 +8799,7 @@ HongKongUtilityBill -- 香港水电煤单识别模板
|
|
8783
8799
|
if params.get("ConfigAdvanced") is not None:
|
8784
8800
|
self._ConfigAdvanced = ConfigAdvanced()
|
8785
8801
|
self._ConfigAdvanced._deserialize(params.get("ConfigAdvanced"))
|
8802
|
+
self._OutputLanguage = params.get("OutputLanguage")
|
8786
8803
|
memeber_set = set(params.keys())
|
8787
8804
|
for name, value in vars(self).items():
|
8788
8805
|
property_name = name[1:]
|
@@ -15873,19 +15890,13 @@ class MLIDCardOCRRequest(AbstractModel):
|
|
15873
15890
|
|
15874
15891
|
def __init__(self):
|
15875
15892
|
r"""
|
15876
|
-
:param _ImageBase64: 图片的 Base64
|
15877
|
-
支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。
|
15878
|
-
支持的图片大小:所下载图片经Base64编码后不超过 7M。图片下载时间不超过 3 秒。
|
15893
|
+
:param _ImageBase64: 图片的 Base64 值。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经Base64编码后不超过 10M。图片下载时间不超过 3 秒。
|
15879
15894
|
:type ImageBase64: str
|
15880
|
-
:param _BackImageBase64: 卡证背面图片的 Base64 值。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经Base64编码后不超过
|
15895
|
+
:param _BackImageBase64: 卡证背面图片的 Base64 值。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经Base64编码后不超过 10M。图片下载时间不超过 3 秒。图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
15881
15896
|
:type BackImageBase64: str
|
15882
|
-
:param _ImageUrl: 图片的 Url 地址。( 中国地区之外不支持这个字段 )
|
15883
|
-
支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。
|
15884
|
-
支持的图片大小:所下载图片经 Base64 编码后不超过 7M。图片下载时间不超过 3 秒。
|
15885
|
-
图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。
|
15886
|
-
非腾讯云存储的 Url 速度和稳定性可能受一定影响。
|
15897
|
+
:param _ImageUrl: 图片的 Url 地址。( 中国地区之外不支持这个字段 )支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经 Base64 编码后不超过 10M。图片下载时间不超过 3 秒。图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。非腾讯云存储的 Url 速度和稳定性可能受一定影响。
|
15887
15898
|
:type ImageUrl: str
|
15888
|
-
:param _BackImageUrl: 卡证背面图片的 Url 地址。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经 Base64 编码后不超过
|
15899
|
+
:param _BackImageUrl: 卡证背面图片的 Url 地址。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经 Base64 编码后不超过 10M。图片下载时间不超过 3 秒。图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。非腾讯云存储的 Url 速度和稳定性可能受一定影响。
|
15889
15900
|
:type BackImageUrl: str
|
15890
15901
|
:param _RetImage: 是否返回图片,默认false
|
15891
15902
|
:type RetImage: bool
|
@@ -15898,9 +15909,7 @@ class MLIDCardOCRRequest(AbstractModel):
|
|
15898
15909
|
|
15899
15910
|
@property
|
15900
15911
|
def ImageBase64(self):
|
15901
|
-
"""图片的 Base64
|
15902
|
-
支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。
|
15903
|
-
支持的图片大小:所下载图片经Base64编码后不超过 7M。图片下载时间不超过 3 秒。
|
15912
|
+
"""图片的 Base64 值。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经Base64编码后不超过 10M。图片下载时间不超过 3 秒。
|
15904
15913
|
:rtype: str
|
15905
15914
|
"""
|
15906
15915
|
return self._ImageBase64
|
@@ -15911,7 +15920,7 @@ class MLIDCardOCRRequest(AbstractModel):
|
|
15911
15920
|
|
15912
15921
|
@property
|
15913
15922
|
def BackImageBase64(self):
|
15914
|
-
"""卡证背面图片的 Base64 值。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经Base64编码后不超过
|
15923
|
+
"""卡证背面图片的 Base64 值。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经Base64编码后不超过 10M。图片下载时间不超过 3 秒。图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
15915
15924
|
:rtype: str
|
15916
15925
|
"""
|
15917
15926
|
return self._BackImageBase64
|
@@ -15922,11 +15931,7 @@ class MLIDCardOCRRequest(AbstractModel):
|
|
15922
15931
|
|
15923
15932
|
@property
|
15924
15933
|
def ImageUrl(self):
|
15925
|
-
"""图片的 Url 地址。( 中国地区之外不支持这个字段 )
|
15926
|
-
支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。
|
15927
|
-
支持的图片大小:所下载图片经 Base64 编码后不超过 7M。图片下载时间不超过 3 秒。
|
15928
|
-
图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。
|
15929
|
-
非腾讯云存储的 Url 速度和稳定性可能受一定影响。
|
15934
|
+
"""图片的 Url 地址。( 中国地区之外不支持这个字段 )支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经 Base64 编码后不超过 10M。图片下载时间不超过 3 秒。图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。非腾讯云存储的 Url 速度和稳定性可能受一定影响。
|
15930
15935
|
:rtype: str
|
15931
15936
|
"""
|
15932
15937
|
return self._ImageUrl
|
@@ -15937,7 +15942,7 @@ class MLIDCardOCRRequest(AbstractModel):
|
|
15937
15942
|
|
15938
15943
|
@property
|
15939
15944
|
def BackImageUrl(self):
|
15940
|
-
"""卡证背面图片的 Url 地址。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经 Base64 编码后不超过
|
15945
|
+
"""卡证背面图片的 Url 地址。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经 Base64 编码后不超过 10M。图片下载时间不超过 3 秒。图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。非腾讯云存储的 Url 速度和稳定性可能受一定影响。
|
15941
15946
|
:rtype: str
|
15942
15947
|
"""
|
15943
15948
|
return self._BackImageUrl
|
@@ -15989,21 +15994,11 @@ class MLIDCardOCRResponse(AbstractModel):
|
|
15989
15994
|
:type Address: str
|
15990
15995
|
:param _Sex: 性别
|
15991
15996
|
:type Sex: str
|
15992
|
-
:param _Warn:
|
15993
|
-
-9103 证照翻拍告警
|
15994
|
-
-9102 证照复印件告警
|
15995
|
-
-9106 证件遮挡告警
|
15996
|
-
-9107 模糊图片告警
|
15997
|
+
:param _Warn: 该字段已废弃, 将固定返回空数组,不建议使用。
|
15997
15998
|
:type Warn: list of int
|
15998
15999
|
:param _Image: 证件图片
|
15999
16000
|
:type Image: str
|
16000
|
-
:param _AdvancedInfo:
|
16001
|
-
返回字段识别结果的置信度,格式如下
|
16002
|
-
{
|
16003
|
-
字段名:{
|
16004
|
-
Confidence:0.9999
|
16005
|
-
}
|
16006
|
-
}
|
16001
|
+
:param _AdvancedInfo: 该字段已废弃, 将固定返回"1",不建议使用。
|
16007
16002
|
:type AdvancedInfo: str
|
16008
16003
|
:param _Type: 证件类型
|
16009
16004
|
MyKad 身份证
|
@@ -16091,11 +16086,7 @@ MyKid 儿童卡
|
|
16091
16086
|
def Warn(self):
|
16092
16087
|
warnings.warn("parameter `Warn` is deprecated", DeprecationWarning)
|
16093
16088
|
|
16094
|
-
"""
|
16095
|
-
-9103 证照翻拍告警
|
16096
|
-
-9102 证照复印件告警
|
16097
|
-
-9106 证件遮挡告警
|
16098
|
-
-9107 模糊图片告警
|
16089
|
+
"""该字段已废弃, 将固定返回空数组,不建议使用。
|
16099
16090
|
:rtype: list of int
|
16100
16091
|
"""
|
16101
16092
|
return self._Warn
|
@@ -16119,19 +16110,17 @@ MyKid 儿童卡
|
|
16119
16110
|
|
16120
16111
|
@property
|
16121
16112
|
def AdvancedInfo(self):
|
16122
|
-
""
|
16123
|
-
|
16124
|
-
|
16125
|
-
字段名:{
|
16126
|
-
Confidence:0.9999
|
16127
|
-
}
|
16128
|
-
}
|
16113
|
+
warnings.warn("parameter `AdvancedInfo` is deprecated", DeprecationWarning)
|
16114
|
+
|
16115
|
+
"""该字段已废弃, 将固定返回"1",不建议使用。
|
16129
16116
|
:rtype: str
|
16130
16117
|
"""
|
16131
16118
|
return self._AdvancedInfo
|
16132
16119
|
|
16133
16120
|
@AdvancedInfo.setter
|
16134
16121
|
def AdvancedInfo(self, AdvancedInfo):
|
16122
|
+
warnings.warn("parameter `AdvancedInfo` is deprecated", DeprecationWarning)
|
16123
|
+
|
16135
16124
|
self._AdvancedInfo = AdvancedInfo
|
16136
16125
|
|
16137
16126
|
@property
|
@@ -16226,11 +16215,11 @@ class MLIDPassportOCRRequest(AbstractModel):
|
|
16226
16215
|
|
16227
16216
|
def __init__(self):
|
16228
16217
|
r"""
|
16229
|
-
:param _ImageBase64: 图片的 Base64 值。要求图片经Base64编码后不超过
|
16218
|
+
:param _ImageBase64: 图片的 Base64 值。要求图片经Base64编码后不超过 10M,分辨率建议500*800以上,支持PNG、JPG、JPEG、BMP、PDF格式。建议卡片部分占据图片2/3以上。
|
16230
16219
|
:type ImageBase64: str
|
16231
16220
|
:param _RetImage: 是否返回图片,默认false
|
16232
16221
|
:type RetImage: bool
|
16233
|
-
:param _ImageUrl: 图片的 Url 地址。要求图片经Base64编码后不超过
|
16222
|
+
:param _ImageUrl: 图片的 Url 地址。要求图片经Base64编码后不超过 10M,分辨率建议500*800以上,支持PNG、JPG、JPEG、BMP、PDF格式。建议卡片部分占据图片2/3以上。图片下载时间不超过 3 秒。建议图片存储于腾讯云,可保障更高的下载速度和稳定性。
|
16234
16223
|
:type ImageUrl: str
|
16235
16224
|
"""
|
16236
16225
|
self._ImageBase64 = None
|
@@ -16239,7 +16228,7 @@ class MLIDPassportOCRRequest(AbstractModel):
|
|
16239
16228
|
|
16240
16229
|
@property
|
16241
16230
|
def ImageBase64(self):
|
16242
|
-
"""图片的 Base64 值。要求图片经Base64编码后不超过
|
16231
|
+
"""图片的 Base64 值。要求图片经Base64编码后不超过 10M,分辨率建议500*800以上,支持PNG、JPG、JPEG、BMP、PDF格式。建议卡片部分占据图片2/3以上。
|
16243
16232
|
:rtype: str
|
16244
16233
|
"""
|
16245
16234
|
return self._ImageBase64
|
@@ -16261,7 +16250,7 @@ class MLIDPassportOCRRequest(AbstractModel):
|
|
16261
16250
|
|
16262
16251
|
@property
|
16263
16252
|
def ImageUrl(self):
|
16264
|
-
"""图片的 Url 地址。要求图片经Base64编码后不超过
|
16253
|
+
"""图片的 Url 地址。要求图片经Base64编码后不超过 10M,分辨率建议500*800以上,支持PNG、JPG、JPEG、BMP、PDF格式。建议卡片部分占据图片2/3以上。图片下载时间不超过 3 秒。建议图片存储于腾讯云,可保障更高的下载速度和稳定性。
|
16265
16254
|
:rtype: str
|
16266
16255
|
"""
|
16267
16256
|
return self._ImageUrl
|
@@ -16306,22 +16295,13 @@ class MLIDPassportOCRResponse(AbstractModel):
|
|
16306
16295
|
:type IssuingCountry: str
|
16307
16296
|
:param _Nationality: 国家地区代码(机读码区的解析结果)
|
16308
16297
|
:type Nationality: str
|
16309
|
-
:param _Warn:
|
16310
|
-
|
16311
|
-
-9102 证照复印件告警(包括黑白复印件、彩色复印件)
|
16312
|
-
-9106 证件遮挡告警
|
16298
|
+
:param _Warn: 该字段已废弃, 将固定返回空数组,不建议使用。
|
16299
|
+
|
16313
16300
|
:type Warn: list of int
|
16314
16301
|
:param _Image: 证件中的人像图片base64
|
16315
16302
|
:type Image: str
|
16316
|
-
:param _AdvancedInfo:
|
16317
|
-
|
16318
|
-
ID:{
|
16319
|
-
Confidence:0.9999
|
16320
|
-
},
|
16321
|
-
Name:{
|
16322
|
-
Confidence:0.9996
|
16323
|
-
}
|
16324
|
-
}
|
16303
|
+
:param _AdvancedInfo: 该字段已废弃, 将固定返回"1",不建议使用。
|
16304
|
+
|
16325
16305
|
:type AdvancedInfo: str
|
16326
16306
|
:param _CodeSet: 最下方第一行 MRZ Code 序列
|
16327
16307
|
:type CodeSet: str
|
@@ -16447,16 +16427,18 @@ class MLIDPassportOCRResponse(AbstractModel):
|
|
16447
16427
|
|
16448
16428
|
@property
|
16449
16429
|
def Warn(self):
|
16450
|
-
""
|
16451
|
-
|
16452
|
-
|
16453
|
-
|
16430
|
+
warnings.warn("parameter `Warn` is deprecated", DeprecationWarning)
|
16431
|
+
|
16432
|
+
"""该字段已废弃, 将固定返回空数组,不建议使用。
|
16433
|
+
|
16454
16434
|
:rtype: list of int
|
16455
16435
|
"""
|
16456
16436
|
return self._Warn
|
16457
16437
|
|
16458
16438
|
@Warn.setter
|
16459
16439
|
def Warn(self, Warn):
|
16440
|
+
warnings.warn("parameter `Warn` is deprecated", DeprecationWarning)
|
16441
|
+
|
16460
16442
|
self._Warn = Warn
|
16461
16443
|
|
16462
16444
|
@property
|
@@ -16472,21 +16454,18 @@ class MLIDPassportOCRResponse(AbstractModel):
|
|
16472
16454
|
|
16473
16455
|
@property
|
16474
16456
|
def AdvancedInfo(self):
|
16475
|
-
""
|
16476
|
-
|
16477
|
-
|
16478
|
-
|
16479
|
-
},
|
16480
|
-
Name:{
|
16481
|
-
Confidence:0.9996
|
16482
|
-
}
|
16483
|
-
}
|
16457
|
+
warnings.warn("parameter `AdvancedInfo` is deprecated", DeprecationWarning)
|
16458
|
+
|
16459
|
+
"""该字段已废弃, 将固定返回"1",不建议使用。
|
16460
|
+
|
16484
16461
|
:rtype: str
|
16485
16462
|
"""
|
16486
16463
|
return self._AdvancedInfo
|
16487
16464
|
|
16488
16465
|
@AdvancedInfo.setter
|
16489
16466
|
def AdvancedInfo(self, AdvancedInfo):
|
16467
|
+
warnings.warn("parameter `AdvancedInfo` is deprecated", DeprecationWarning)
|
16468
|
+
|
16490
16469
|
self._AdvancedInfo = AdvancedInfo
|
16491
16470
|
|
16492
16471
|
@property
|
@@ -26529,15 +26508,7 @@ class RecognizeThaiIDCardOCRResponse(AbstractModel):
|
|
26529
26508
|
-9108 证件模糊告警
|
26530
26509
|
-9109 告警能力未开通
|
26531
26510
|
:type WarnCardInfos: list of int
|
26532
|
-
:param _AdvancedInfo:
|
26533
|
-
{
|
26534
|
-
"ID": {
|
26535
|
-
"Confidence": 0.9999
|
26536
|
-
},
|
26537
|
-
"ThaiName": {
|
26538
|
-
"Confidence": 0.9996
|
26539
|
-
}
|
26540
|
-
}
|
26511
|
+
:param _AdvancedInfo: 该字段已废弃, 将固定返回"1",不建议使用。
|
26541
26512
|
:type AdvancedInfo: str
|
26542
26513
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
26543
26514
|
:type RequestId: str
|
@@ -26745,21 +26716,17 @@ class RecognizeThaiIDCardOCRResponse(AbstractModel):
|
|
26745
26716
|
|
26746
26717
|
@property
|
26747
26718
|
def AdvancedInfo(self):
|
26748
|
-
""
|
26749
|
-
|
26750
|
-
|
26751
|
-
"Confidence": 0.9999
|
26752
|
-
},
|
26753
|
-
"ThaiName": {
|
26754
|
-
"Confidence": 0.9996
|
26755
|
-
}
|
26756
|
-
}
|
26719
|
+
warnings.warn("parameter `AdvancedInfo` is deprecated", DeprecationWarning)
|
26720
|
+
|
26721
|
+
"""该字段已废弃, 将固定返回"1",不建议使用。
|
26757
26722
|
:rtype: str
|
26758
26723
|
"""
|
26759
26724
|
return self._AdvancedInfo
|
26760
26725
|
|
26761
26726
|
@AdvancedInfo.setter
|
26762
26727
|
def AdvancedInfo(self, AdvancedInfo):
|
26728
|
+
warnings.warn("parameter `AdvancedInfo` is deprecated", DeprecationWarning)
|
26729
|
+
|
26763
26730
|
self._AdvancedInfo = AdvancedInfo
|
26764
26731
|
|
26765
26732
|
@property
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: tencentcloud-sdk-python-ocr
|
3
|
-
Version: 3.0.
|
3
|
+
Version: 3.0.1429
|
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.0.
|
18
|
+
Requires-Dist: tencentcloud-sdk-python-common (<4.0.0,>=3.0.1429)
|
19
19
|
|
20
20
|
============================
|
21
21
|
Tencent Cloud SDK for Python
|
@@ -0,0 +1,10 @@
|
|
1
|
+
tencentcloud/__init__.py,sha256=NZ0wc3eQDukXCsPkDYPpv1WkHcUEWzUaByQMwnZq2wE,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=F14bbQDRi4P9JfBfjuTGaR08iiQkY3d3KcyBwscqAtk,6985
|
5
|
+
tencentcloud/ocr/v20181119/models.py,sha256=m1yOb86W1hYDRxQDl01m4iMApPWDoELR6T4XIguxdLo,1371927
|
6
|
+
tencentcloud/ocr/v20181119/ocr_client.py,sha256=tkUXYMVJqRJNF-36SRM_O7gM3-nMvfZFZD8KOI-p_yI,122396
|
7
|
+
tencentcloud_sdk_python_ocr-3.0.1429.dist-info/METADATA,sha256=EtKlS_EFcn25yWYcF5eIdtAE43N0dfF2s0xDRo4vXvo,1503
|
8
|
+
tencentcloud_sdk_python_ocr-3.0.1429.dist-info/WHEEL,sha256=z9j0xAa_JmUKMpmz72K0ZGALSM_n-wQVmGbleXx2VHg,110
|
9
|
+
tencentcloud_sdk_python_ocr-3.0.1429.dist-info/top_level.txt,sha256=g-8OyzoqI6O6LiS85zkeNzhB-osEnRIPZMdyRd_0eL0,13
|
10
|
+
tencentcloud_sdk_python_ocr-3.0.1429.dist-info/RECORD,,
|
@@ -1,10 +0,0 @@
|
|
1
|
-
tencentcloud/__init__.py,sha256=YJdqpNf54Pb85VccP2bCaVOX10kkRnAJ5-Uoz4c4mQ4,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=F14bbQDRi4P9JfBfjuTGaR08iiQkY3d3KcyBwscqAtk,6985
|
5
|
-
tencentcloud/ocr/v20181119/models.py,sha256=n2K0wtwrlojcDh2uToXchX0ITCqw1gRpQxOKDLwddkA,1371311
|
6
|
-
tencentcloud/ocr/v20181119/ocr_client.py,sha256=tkUXYMVJqRJNF-36SRM_O7gM3-nMvfZFZD8KOI-p_yI,122396
|
7
|
-
tencentcloud_sdk_python_ocr-3.0.1424.dist-info/METADATA,sha256=muhedoj4sZmEt5GH0bTIcINyuc6JxH_mZm2Tu0ZTFkQ,1503
|
8
|
-
tencentcloud_sdk_python_ocr-3.0.1424.dist-info/WHEEL,sha256=z9j0xAa_JmUKMpmz72K0ZGALSM_n-wQVmGbleXx2VHg,110
|
9
|
-
tencentcloud_sdk_python_ocr-3.0.1424.dist-info/top_level.txt,sha256=g-8OyzoqI6O6LiS85zkeNzhB-osEnRIPZMdyRd_0eL0,13
|
10
|
-
tencentcloud_sdk_python_ocr-3.0.1424.dist-info/RECORD,,
|
File without changes
|
File without changes
|