tencentcloud-sdk-python-ocr 3.0.1429__py2.py3-none-any.whl → 3.0.1433__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 +197 -0
- tencentcloud/ocr/v20181119/ocr_client.py +25 -0
- {tencentcloud_sdk_python_ocr-3.0.1429.dist-info → tencentcloud_sdk_python_ocr-3.0.1433.dist-info}/METADATA +2 -2
- tencentcloud_sdk_python_ocr-3.0.1433.dist-info/RECORD +10 -0
- tencentcloud_sdk_python_ocr-3.0.1429.dist-info/RECORD +0 -10
- {tencentcloud_sdk_python_ocr-3.0.1429.dist-info → tencentcloud_sdk_python_ocr-3.0.1433.dist-info}/WHEEL +0 -0
- {tencentcloud_sdk_python_ocr-3.0.1429.dist-info → tencentcloud_sdk_python_ocr-3.0.1433.dist-info}/top_level.txt +0 -0
tencentcloud/__init__.py
CHANGED
@@ -16326,6 +16326,8 @@ class MLIDPassportOCRResponse(AbstractModel):
|
|
16326
16326
|
-9108 证件模糊告警
|
16327
16327
|
-9109 告警能力未开通
|
16328
16328
|
:type WarnCardInfos: list of int
|
16329
|
+
:param _CardCount: 输入图片中的卡证数量(仅请求曼谷地域[ap-bangkok]返回)
|
16330
|
+
:type CardCount: int
|
16329
16331
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
16330
16332
|
:type RequestId: str
|
16331
16333
|
"""
|
@@ -16346,6 +16348,7 @@ class MLIDPassportOCRResponse(AbstractModel):
|
|
16346
16348
|
self._Type = None
|
16347
16349
|
self._PassportRecognizeInfos = None
|
16348
16350
|
self._WarnCardInfos = None
|
16351
|
+
self._CardCount = None
|
16349
16352
|
self._RequestId = None
|
16350
16353
|
|
16351
16354
|
@property
|
@@ -16554,6 +16557,17 @@ class MLIDPassportOCRResponse(AbstractModel):
|
|
16554
16557
|
def WarnCardInfos(self, WarnCardInfos):
|
16555
16558
|
self._WarnCardInfos = WarnCardInfos
|
16556
16559
|
|
16560
|
+
@property
|
16561
|
+
def CardCount(self):
|
16562
|
+
"""输入图片中的卡证数量(仅请求曼谷地域[ap-bangkok]返回)
|
16563
|
+
:rtype: int
|
16564
|
+
"""
|
16565
|
+
return self._CardCount
|
16566
|
+
|
16567
|
+
@CardCount.setter
|
16568
|
+
def CardCount(self, CardCount):
|
16569
|
+
self._CardCount = CardCount
|
16570
|
+
|
16557
16571
|
@property
|
16558
16572
|
def RequestId(self):
|
16559
16573
|
"""唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
@@ -16586,6 +16600,7 @@ class MLIDPassportOCRResponse(AbstractModel):
|
|
16586
16600
|
self._PassportRecognizeInfos = PassportRecognizeInfos()
|
16587
16601
|
self._PassportRecognizeInfos._deserialize(params.get("PassportRecognizeInfos"))
|
16588
16602
|
self._WarnCardInfos = params.get("WarnCardInfos")
|
16603
|
+
self._CardCount = params.get("CardCount")
|
16589
16604
|
self._RequestId = params.get("RequestId")
|
16590
16605
|
|
16591
16606
|
|
@@ -26168,6 +26183,153 @@ class RecognizeTableAccurateOCRResponse(AbstractModel):
|
|
26168
26183
|
self._RequestId = params.get("RequestId")
|
26169
26184
|
|
26170
26185
|
|
26186
|
+
class RecognizeTableMultiOCRRequest(AbstractModel):
|
26187
|
+
"""RecognizeTableMultiOCR请求参数结构体
|
26188
|
+
|
26189
|
+
"""
|
26190
|
+
|
26191
|
+
def __init__(self):
|
26192
|
+
r"""
|
26193
|
+
:param _ImageBase64: 图片/PDF的 Base64 值。 要求图片/PDF经Base64编码后不超过 10M,分辨率建议600*800以上,支持PNG、JPG、JPEG、BMP、PDF格式。 图片支持的像素范围:需介于20-10000px之间。 图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
26194
|
+
:type ImageBase64: str
|
26195
|
+
:param _ImageUrl: 图片/PDF的 Url 地址。 要求图片/PDF经Base64编码后不超过 10M,分辨率建议600*800以上,支持PNG、JPG、JPEG、BMP、PDF格式。 图片支持的像素范围:需介于20-10000px之间。 图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。非腾讯云存储的 Url 速度和稳定性可能受一定影响。
|
26196
|
+
:type ImageUrl: str
|
26197
|
+
:param _PdfStartPageNumber: 文档的起始页码。 当传入文件是PDF型时,用来指定识别的起始页码,识别的页码包含当前值。
|
26198
|
+
:type PdfStartPageNumber: int
|
26199
|
+
:param _PdfEndPageNumber: 文档的结束页码。 当传入文件是PDF类型时,用来指定识别的结束页码,识别的页码包含当前值。单次调用最多支持识别3页内容,即PdfEndPageNumber-PdfStartPageNumber需要不大于3。
|
26200
|
+
:type PdfEndPageNumber: int
|
26201
|
+
:param _DataFormat: 配置选项,支持配置输出数据格式。
|
26202
|
+
|
26203
|
+
* **Mdbase64** 返回 base64 编码的 markdown 格式文本。
|
26204
|
+
* **Excelbase64** 返回 base64 编码的 excel 文件。
|
26205
|
+
:type DataFormat: str
|
26206
|
+
"""
|
26207
|
+
self._ImageBase64 = None
|
26208
|
+
self._ImageUrl = None
|
26209
|
+
self._PdfStartPageNumber = None
|
26210
|
+
self._PdfEndPageNumber = None
|
26211
|
+
self._DataFormat = None
|
26212
|
+
|
26213
|
+
@property
|
26214
|
+
def ImageBase64(self):
|
26215
|
+
"""图片/PDF的 Base64 值。 要求图片/PDF经Base64编码后不超过 10M,分辨率建议600*800以上,支持PNG、JPG、JPEG、BMP、PDF格式。 图片支持的像素范围:需介于20-10000px之间。 图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
26216
|
+
:rtype: str
|
26217
|
+
"""
|
26218
|
+
return self._ImageBase64
|
26219
|
+
|
26220
|
+
@ImageBase64.setter
|
26221
|
+
def ImageBase64(self, ImageBase64):
|
26222
|
+
self._ImageBase64 = ImageBase64
|
26223
|
+
|
26224
|
+
@property
|
26225
|
+
def ImageUrl(self):
|
26226
|
+
"""图片/PDF的 Url 地址。 要求图片/PDF经Base64编码后不超过 10M,分辨率建议600*800以上,支持PNG、JPG、JPEG、BMP、PDF格式。 图片支持的像素范围:需介于20-10000px之间。 图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。非腾讯云存储的 Url 速度和稳定性可能受一定影响。
|
26227
|
+
:rtype: str
|
26228
|
+
"""
|
26229
|
+
return self._ImageUrl
|
26230
|
+
|
26231
|
+
@ImageUrl.setter
|
26232
|
+
def ImageUrl(self, ImageUrl):
|
26233
|
+
self._ImageUrl = ImageUrl
|
26234
|
+
|
26235
|
+
@property
|
26236
|
+
def PdfStartPageNumber(self):
|
26237
|
+
"""文档的起始页码。 当传入文件是PDF型时,用来指定识别的起始页码,识别的页码包含当前值。
|
26238
|
+
:rtype: int
|
26239
|
+
"""
|
26240
|
+
return self._PdfStartPageNumber
|
26241
|
+
|
26242
|
+
@PdfStartPageNumber.setter
|
26243
|
+
def PdfStartPageNumber(self, PdfStartPageNumber):
|
26244
|
+
self._PdfStartPageNumber = PdfStartPageNumber
|
26245
|
+
|
26246
|
+
@property
|
26247
|
+
def PdfEndPageNumber(self):
|
26248
|
+
"""文档的结束页码。 当传入文件是PDF类型时,用来指定识别的结束页码,识别的页码包含当前值。单次调用最多支持识别3页内容,即PdfEndPageNumber-PdfStartPageNumber需要不大于3。
|
26249
|
+
:rtype: int
|
26250
|
+
"""
|
26251
|
+
return self._PdfEndPageNumber
|
26252
|
+
|
26253
|
+
@PdfEndPageNumber.setter
|
26254
|
+
def PdfEndPageNumber(self, PdfEndPageNumber):
|
26255
|
+
self._PdfEndPageNumber = PdfEndPageNumber
|
26256
|
+
|
26257
|
+
@property
|
26258
|
+
def DataFormat(self):
|
26259
|
+
"""配置选项,支持配置输出数据格式。
|
26260
|
+
|
26261
|
+
* **Mdbase64** 返回 base64 编码的 markdown 格式文本。
|
26262
|
+
* **Excelbase64** 返回 base64 编码的 excel 文件。
|
26263
|
+
:rtype: str
|
26264
|
+
"""
|
26265
|
+
return self._DataFormat
|
26266
|
+
|
26267
|
+
@DataFormat.setter
|
26268
|
+
def DataFormat(self, DataFormat):
|
26269
|
+
self._DataFormat = DataFormat
|
26270
|
+
|
26271
|
+
|
26272
|
+
def _deserialize(self, params):
|
26273
|
+
self._ImageBase64 = params.get("ImageBase64")
|
26274
|
+
self._ImageUrl = params.get("ImageUrl")
|
26275
|
+
self._PdfStartPageNumber = params.get("PdfStartPageNumber")
|
26276
|
+
self._PdfEndPageNumber = params.get("PdfEndPageNumber")
|
26277
|
+
self._DataFormat = params.get("DataFormat")
|
26278
|
+
memeber_set = set(params.keys())
|
26279
|
+
for name, value in vars(self).items():
|
26280
|
+
property_name = name[1:]
|
26281
|
+
if property_name in memeber_set:
|
26282
|
+
memeber_set.remove(property_name)
|
26283
|
+
if len(memeber_set) > 0:
|
26284
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
26285
|
+
|
26286
|
+
|
26287
|
+
|
26288
|
+
class RecognizeTableMultiOCRResponse(AbstractModel):
|
26289
|
+
"""RecognizeTableMultiOCR返回参数结构体
|
26290
|
+
|
26291
|
+
"""
|
26292
|
+
|
26293
|
+
def __init__(self):
|
26294
|
+
r"""
|
26295
|
+
:param _DataBase64: Base64 编码后的 Excel 数据或 Markdown 数据。 注意:此字段可能返回空,表示取不到有效值。
|
26296
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
26297
|
+
:type DataBase64: str
|
26298
|
+
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
26299
|
+
:type RequestId: str
|
26300
|
+
"""
|
26301
|
+
self._DataBase64 = None
|
26302
|
+
self._RequestId = None
|
26303
|
+
|
26304
|
+
@property
|
26305
|
+
def DataBase64(self):
|
26306
|
+
"""Base64 编码后的 Excel 数据或 Markdown 数据。 注意:此字段可能返回空,表示取不到有效值。
|
26307
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
26308
|
+
:rtype: str
|
26309
|
+
"""
|
26310
|
+
return self._DataBase64
|
26311
|
+
|
26312
|
+
@DataBase64.setter
|
26313
|
+
def DataBase64(self, DataBase64):
|
26314
|
+
self._DataBase64 = DataBase64
|
26315
|
+
|
26316
|
+
@property
|
26317
|
+
def RequestId(self):
|
26318
|
+
"""唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
26319
|
+
:rtype: str
|
26320
|
+
"""
|
26321
|
+
return self._RequestId
|
26322
|
+
|
26323
|
+
@RequestId.setter
|
26324
|
+
def RequestId(self, RequestId):
|
26325
|
+
self._RequestId = RequestId
|
26326
|
+
|
26327
|
+
|
26328
|
+
def _deserialize(self, params):
|
26329
|
+
self._DataBase64 = params.get("DataBase64")
|
26330
|
+
self._RequestId = params.get("RequestId")
|
26331
|
+
|
26332
|
+
|
26171
26333
|
class RecognizeTableOCRRequest(AbstractModel):
|
26172
26334
|
"""RecognizeTableOCR请求参数结构体
|
26173
26335
|
|
@@ -26510,6 +26672,8 @@ class RecognizeThaiIDCardOCRResponse(AbstractModel):
|
|
26510
26672
|
:type WarnCardInfos: list of int
|
26511
26673
|
:param _AdvancedInfo: 该字段已废弃, 将固定返回"1",不建议使用。
|
26512
26674
|
:type AdvancedInfo: str
|
26675
|
+
:param _CardCount: 卡证正面图片中,证件主体的数量(仅请求曼谷地域[ap-bangkok]返回)
|
26676
|
+
:type CardCount: int
|
26513
26677
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
26514
26678
|
:type RequestId: str
|
26515
26679
|
"""
|
@@ -26530,6 +26694,7 @@ class RecognizeThaiIDCardOCRResponse(AbstractModel):
|
|
26530
26694
|
self._PortraitImage = None
|
26531
26695
|
self._WarnCardInfos = None
|
26532
26696
|
self._AdvancedInfo = None
|
26697
|
+
self._CardCount = None
|
26533
26698
|
self._RequestId = None
|
26534
26699
|
|
26535
26700
|
@property
|
@@ -26729,6 +26894,17 @@ class RecognizeThaiIDCardOCRResponse(AbstractModel):
|
|
26729
26894
|
|
26730
26895
|
self._AdvancedInfo = AdvancedInfo
|
26731
26896
|
|
26897
|
+
@property
|
26898
|
+
def CardCount(self):
|
26899
|
+
"""卡证正面图片中,证件主体的数量(仅请求曼谷地域[ap-bangkok]返回)
|
26900
|
+
:rtype: int
|
26901
|
+
"""
|
26902
|
+
return self._CardCount
|
26903
|
+
|
26904
|
+
@CardCount.setter
|
26905
|
+
def CardCount(self, CardCount):
|
26906
|
+
self._CardCount = CardCount
|
26907
|
+
|
26732
26908
|
@property
|
26733
26909
|
def RequestId(self):
|
26734
26910
|
"""唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
@@ -26759,6 +26935,7 @@ class RecognizeThaiIDCardOCRResponse(AbstractModel):
|
|
26759
26935
|
self._PortraitImage = params.get("PortraitImage")
|
26760
26936
|
self._WarnCardInfos = params.get("WarnCardInfos")
|
26761
26937
|
self._AdvancedInfo = params.get("AdvancedInfo")
|
26938
|
+
self._CardCount = params.get("CardCount")
|
26762
26939
|
self._RequestId = params.get("RequestId")
|
26763
26940
|
|
26764
26941
|
|
@@ -31353,9 +31530,12 @@ class TaxPayment(AbstractModel):
|
|
31353
31530
|
税号 、纳税人识别号 、纳税人名称 、金额合计大写 、金额合计小写 、填发日期 、税务机关 、填票人。
|
31354
31531
|
示例值:纳税人识别号
|
31355
31532
|
:type Content: list of OtherInvoiceItem
|
31533
|
+
:param _TableItems: 表格。
|
31534
|
+
:type TableItems: list of OtherInvoiceList
|
31356
31535
|
"""
|
31357
31536
|
self._Title = None
|
31358
31537
|
self._Content = None
|
31538
|
+
self._TableItems = None
|
31359
31539
|
|
31360
31540
|
@property
|
31361
31541
|
def Title(self):
|
@@ -31381,6 +31561,17 @@ class TaxPayment(AbstractModel):
|
|
31381
31561
|
def Content(self, Content):
|
31382
31562
|
self._Content = Content
|
31383
31563
|
|
31564
|
+
@property
|
31565
|
+
def TableItems(self):
|
31566
|
+
"""表格。
|
31567
|
+
:rtype: list of OtherInvoiceList
|
31568
|
+
"""
|
31569
|
+
return self._TableItems
|
31570
|
+
|
31571
|
+
@TableItems.setter
|
31572
|
+
def TableItems(self, TableItems):
|
31573
|
+
self._TableItems = TableItems
|
31574
|
+
|
31384
31575
|
|
31385
31576
|
def _deserialize(self, params):
|
31386
31577
|
self._Title = params.get("Title")
|
@@ -31390,6 +31581,12 @@ class TaxPayment(AbstractModel):
|
|
31390
31581
|
obj = OtherInvoiceItem()
|
31391
31582
|
obj._deserialize(item)
|
31392
31583
|
self._Content.append(obj)
|
31584
|
+
if params.get("TableItems") is not None:
|
31585
|
+
self._TableItems = []
|
31586
|
+
for item in params.get("TableItems"):
|
31587
|
+
obj = OtherInvoiceList()
|
31588
|
+
obj._deserialize(item)
|
31589
|
+
self._TableItems.append(obj)
|
31393
31590
|
memeber_set = set(params.keys())
|
31394
31591
|
for name, value in vars(self).items():
|
31395
31592
|
property_name = name[1:]
|
@@ -2103,6 +2103,31 @@ class OcrClient(AbstractClient):
|
|
2103
2103
|
raise TencentCloudSDKException(type(e).__name__, str(e))
|
2104
2104
|
|
2105
2105
|
|
2106
|
+
def RecognizeTableMultiOCR(self, request):
|
2107
|
+
"""基于MLLM(多模态大语言模型)的表格识别能力,针对复杂表格的算法识别效果更佳,适配财务报表识别场景,并可输出直接对接业务系统的Excel数据。
|
2108
|
+
|
2109
|
+
默认接口请求频率限制:1次/秒。
|
2110
|
+
|
2111
|
+
:param request: Request instance for RecognizeTableMultiOCR.
|
2112
|
+
:type request: :class:`tencentcloud.ocr.v20181119.models.RecognizeTableMultiOCRRequest`
|
2113
|
+
:rtype: :class:`tencentcloud.ocr.v20181119.models.RecognizeTableMultiOCRResponse`
|
2114
|
+
|
2115
|
+
"""
|
2116
|
+
try:
|
2117
|
+
params = request._serialize()
|
2118
|
+
headers = request.headers
|
2119
|
+
body = self.call("RecognizeTableMultiOCR", params, headers=headers)
|
2120
|
+
response = json.loads(body)
|
2121
|
+
model = models.RecognizeTableMultiOCRResponse()
|
2122
|
+
model._deserialize(response["Response"])
|
2123
|
+
return model
|
2124
|
+
except Exception as e:
|
2125
|
+
if isinstance(e, TencentCloudSDKException):
|
2126
|
+
raise
|
2127
|
+
else:
|
2128
|
+
raise TencentCloudSDKException(type(e).__name__, str(e))
|
2129
|
+
|
2130
|
+
|
2106
2131
|
def RecognizeTableOCR(self, request):
|
2107
2132
|
"""本接口支持中英文图片/ PDF内常规表格、无线表格、多表格的检测和识别,支持日文有线表格识别,返回每个单元格的文字内容,支持旋转的表格图片识别,且支持将识别结果保存为 Excel 格式。
|
2108
2133
|
|
@@ -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.1433
|
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.1433)
|
19
19
|
|
20
20
|
============================
|
21
21
|
Tencent Cloud SDK for Python
|
@@ -0,0 +1,10 @@
|
|
1
|
+
tencentcloud/__init__.py,sha256=VO_dNxr2FCJjFdLeVdDw9jI3LY7N8KMneno9An9rlcI,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=yEZw6PpbtRD6ewCZ5I0_iTNlCg-bOvhoYCmNOC_Yndo,1380220
|
6
|
+
tencentcloud/ocr/v20181119/ocr_client.py,sha256=D9rJ5NROJ6i0WjWIUXD0CvY_NTYq74un_lPz_o3DcKQ,123525
|
7
|
+
tencentcloud_sdk_python_ocr-3.0.1433.dist-info/METADATA,sha256=MQlrpa1D-tx4LUvpY4jysFGTanXedz00LB6MFfsal4A,1503
|
8
|
+
tencentcloud_sdk_python_ocr-3.0.1433.dist-info/WHEEL,sha256=z9j0xAa_JmUKMpmz72K0ZGALSM_n-wQVmGbleXx2VHg,110
|
9
|
+
tencentcloud_sdk_python_ocr-3.0.1433.dist-info/top_level.txt,sha256=g-8OyzoqI6O6LiS85zkeNzhB-osEnRIPZMdyRd_0eL0,13
|
10
|
+
tencentcloud_sdk_python_ocr-3.0.1433.dist-info/RECORD,,
|
@@ -1,10 +0,0 @@
|
|
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,,
|
File without changes
|
File without changes
|