tencentcloud-sdk-python-ocr 3.0.1293__tar.gz → 3.0.1304__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.1293 → tencentcloud-sdk-python-ocr-3.0.1304}/PKG-INFO +1 -1
- {tencentcloud-sdk-python-ocr-3.0.1293 → tencentcloud-sdk-python-ocr-3.0.1304}/setup.py +1 -1
- {tencentcloud-sdk-python-ocr-3.0.1293 → tencentcloud-sdk-python-ocr-3.0.1304}/tencentcloud/__init__.py +1 -1
- {tencentcloud-sdk-python-ocr-3.0.1293 → tencentcloud-sdk-python-ocr-3.0.1304}/tencentcloud/ocr/v20181119/models.py +78 -18
- {tencentcloud-sdk-python-ocr-3.0.1293 → tencentcloud-sdk-python-ocr-3.0.1304}/tencentcloud/ocr/v20181119/ocr_client.py +6 -6
- {tencentcloud-sdk-python-ocr-3.0.1293 → tencentcloud-sdk-python-ocr-3.0.1304}/tencentcloud_sdk_python_ocr.egg-info/PKG-INFO +1 -1
- tencentcloud-sdk-python-ocr-3.0.1304/tencentcloud_sdk_python_ocr.egg-info/requires.txt +1 -0
- tencentcloud-sdk-python-ocr-3.0.1293/tencentcloud_sdk_python_ocr.egg-info/requires.txt +0 -1
- {tencentcloud-sdk-python-ocr-3.0.1293 → tencentcloud-sdk-python-ocr-3.0.1304}/README.rst +0 -0
- {tencentcloud-sdk-python-ocr-3.0.1293 → tencentcloud-sdk-python-ocr-3.0.1304}/setup.cfg +0 -0
- {tencentcloud-sdk-python-ocr-3.0.1293 → tencentcloud-sdk-python-ocr-3.0.1304}/tencentcloud/ocr/__init__.py +0 -0
- {tencentcloud-sdk-python-ocr-3.0.1293 → tencentcloud-sdk-python-ocr-3.0.1304}/tencentcloud/ocr/v20181119/__init__.py +0 -0
- {tencentcloud-sdk-python-ocr-3.0.1293 → tencentcloud-sdk-python-ocr-3.0.1304}/tencentcloud/ocr/v20181119/errorcodes.py +0 -0
- {tencentcloud-sdk-python-ocr-3.0.1293 → tencentcloud-sdk-python-ocr-3.0.1304}/tencentcloud_sdk_python_ocr.egg-info/SOURCES.txt +0 -0
- {tencentcloud-sdk-python-ocr-3.0.1293 → tencentcloud-sdk-python-ocr-3.0.1304}/tencentcloud_sdk_python_ocr.egg-info/dependency_links.txt +0 -0
- {tencentcloud-sdk-python-ocr-3.0.1293 → tencentcloud-sdk-python-ocr-3.0.1304}/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.1304"],
|
|
12
12
|
version=tencentcloud.__version__,
|
|
13
13
|
description='Tencent Cloud Ocr SDK for Python',
|
|
14
14
|
long_description=open('README.rst').read(),
|
|
@@ -10581,7 +10581,7 @@ class GeneralHandwritingOCRRequest(AbstractModel):
|
|
|
10581
10581
|
r"""
|
|
10582
10582
|
:param _ImageBase64: 图片的 Base64 值。
|
|
10583
10583
|
支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。
|
|
10584
|
-
支持的图片大小:所下载图片经Base64编码后不超过 7M
|
|
10584
|
+
支持的图片大小:所下载图片经Base64编码后不超过 7M。
|
|
10585
10585
|
图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
|
10586
10586
|
:type ImageBase64: str
|
|
10587
10587
|
:param _ImageUrl: 图片的 Url 地址。
|
|
@@ -10609,7 +10609,7 @@ class GeneralHandwritingOCRRequest(AbstractModel):
|
|
|
10609
10609
|
def ImageBase64(self):
|
|
10610
10610
|
"""图片的 Base64 值。
|
|
10611
10611
|
支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。
|
|
10612
|
-
支持的图片大小:所下载图片经Base64编码后不超过 7M
|
|
10612
|
+
支持的图片大小:所下载图片经Base64编码后不超过 7M。
|
|
10613
10613
|
图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
|
10614
10614
|
:rtype: str
|
|
10615
10615
|
"""
|
|
@@ -11986,19 +11986,19 @@ class IDCardConfig(AbstractModel):
|
|
|
11986
11986
|
|
|
11987
11987
|
def __init__(self):
|
|
11988
11988
|
r"""
|
|
11989
|
-
:param _CopyWarn:
|
|
11989
|
+
:param _CopyWarn: 复印件告警,默认为false
|
|
11990
11990
|
:type CopyWarn: bool
|
|
11991
|
-
:param _BorderCheckWarn:
|
|
11991
|
+
:param _BorderCheckWarn: 边框和框内遮挡告警,默认为false
|
|
11992
11992
|
:type BorderCheckWarn: bool
|
|
11993
|
-
:param _ReshootWarn:
|
|
11993
|
+
:param _ReshootWarn: 翻拍告警,默认为false
|
|
11994
11994
|
:type ReshootWarn: bool
|
|
11995
|
-
:param _DetectPsWarn:
|
|
11995
|
+
:param _DetectPsWarn: 疑似存在PS痕迹告警,默认为false
|
|
11996
11996
|
:type DetectPsWarn: bool
|
|
11997
|
-
:param _TempIdWarn:
|
|
11997
|
+
:param _TempIdWarn: 临时身份证告警,默认为false
|
|
11998
11998
|
:type TempIdWarn: bool
|
|
11999
|
-
:param _InvalidDateWarn:
|
|
11999
|
+
:param _InvalidDateWarn: 身份证有效日期不合法告警,默认为false
|
|
12000
12000
|
:type InvalidDateWarn: bool
|
|
12001
|
-
:param _ReflectWarn:
|
|
12001
|
+
:param _ReflectWarn: 是否开启反光检测,默认为false
|
|
12002
12002
|
:type ReflectWarn: bool
|
|
12003
12003
|
"""
|
|
12004
12004
|
self._CopyWarn = None
|
|
@@ -12011,7 +12011,7 @@ class IDCardConfig(AbstractModel):
|
|
|
12011
12011
|
|
|
12012
12012
|
@property
|
|
12013
12013
|
def CopyWarn(self):
|
|
12014
|
-
"""
|
|
12014
|
+
"""复印件告警,默认为false
|
|
12015
12015
|
:rtype: bool
|
|
12016
12016
|
"""
|
|
12017
12017
|
return self._CopyWarn
|
|
@@ -12022,7 +12022,7 @@ class IDCardConfig(AbstractModel):
|
|
|
12022
12022
|
|
|
12023
12023
|
@property
|
|
12024
12024
|
def BorderCheckWarn(self):
|
|
12025
|
-
"""
|
|
12025
|
+
"""边框和框内遮挡告警,默认为false
|
|
12026
12026
|
:rtype: bool
|
|
12027
12027
|
"""
|
|
12028
12028
|
return self._BorderCheckWarn
|
|
@@ -12033,7 +12033,7 @@ class IDCardConfig(AbstractModel):
|
|
|
12033
12033
|
|
|
12034
12034
|
@property
|
|
12035
12035
|
def ReshootWarn(self):
|
|
12036
|
-
"""
|
|
12036
|
+
"""翻拍告警,默认为false
|
|
12037
12037
|
:rtype: bool
|
|
12038
12038
|
"""
|
|
12039
12039
|
return self._ReshootWarn
|
|
@@ -12044,7 +12044,7 @@ class IDCardConfig(AbstractModel):
|
|
|
12044
12044
|
|
|
12045
12045
|
@property
|
|
12046
12046
|
def DetectPsWarn(self):
|
|
12047
|
-
"""
|
|
12047
|
+
"""疑似存在PS痕迹告警,默认为false
|
|
12048
12048
|
:rtype: bool
|
|
12049
12049
|
"""
|
|
12050
12050
|
return self._DetectPsWarn
|
|
@@ -12055,7 +12055,7 @@ class IDCardConfig(AbstractModel):
|
|
|
12055
12055
|
|
|
12056
12056
|
@property
|
|
12057
12057
|
def TempIdWarn(self):
|
|
12058
|
-
"""
|
|
12058
|
+
"""临时身份证告警,默认为false
|
|
12059
12059
|
:rtype: bool
|
|
12060
12060
|
"""
|
|
12061
12061
|
return self._TempIdWarn
|
|
@@ -12066,7 +12066,7 @@ class IDCardConfig(AbstractModel):
|
|
|
12066
12066
|
|
|
12067
12067
|
@property
|
|
12068
12068
|
def InvalidDateWarn(self):
|
|
12069
|
-
"""
|
|
12069
|
+
"""身份证有效日期不合法告警,默认为false
|
|
12070
12070
|
:rtype: bool
|
|
12071
12071
|
"""
|
|
12072
12072
|
return self._InvalidDateWarn
|
|
@@ -12077,7 +12077,7 @@ class IDCardConfig(AbstractModel):
|
|
|
12077
12077
|
|
|
12078
12078
|
@property
|
|
12079
12079
|
def ReflectWarn(self):
|
|
12080
|
-
"""
|
|
12080
|
+
"""是否开启反光检测,默认为false
|
|
12081
12081
|
:rtype: bool
|
|
12082
12082
|
"""
|
|
12083
12083
|
return self._ReflectWarn
|
|
@@ -23154,7 +23154,7 @@ class RecognizeGeneralTextImageWarnRequest(AbstractModel):
|
|
|
23154
23154
|
:type ImageUrl: str
|
|
23155
23155
|
:param _ImageBase64: 图片的 Base64 值。
|
|
23156
23156
|
支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。
|
|
23157
|
-
支持的图片大小:所下载图片经Base64编码后不超过 7M
|
|
23157
|
+
支持的图片大小:所下载图片经Base64编码后不超过 7M。
|
|
23158
23158
|
支持的图片像素:需介于20-10000px之间。
|
|
23159
23159
|
图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
|
23160
23160
|
:type ImageBase64: str
|
|
@@ -23193,7 +23193,7 @@ class RecognizeGeneralTextImageWarnRequest(AbstractModel):
|
|
|
23193
23193
|
def ImageBase64(self):
|
|
23194
23194
|
"""图片的 Base64 值。
|
|
23195
23195
|
支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。
|
|
23196
|
-
支持的图片大小:所下载图片经Base64编码后不超过 7M
|
|
23196
|
+
支持的图片大小:所下载图片经Base64编码后不超过 7M。
|
|
23197
23197
|
支持的图片像素:需介于20-10000px之间。
|
|
23198
23198
|
图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
|
23199
23199
|
:rtype: str
|
|
@@ -24483,15 +24483,21 @@ class RecognizeThaiIDCardOCRRequest(AbstractModel):
|
|
|
24483
24483
|
:param _ImageBase64: 图片的 Base64 值。要求图片经Base64编码后不超过 7M,分辨率建议500*800以上,支持PNG、JPG、JPEG、BMP格式。建议卡片部分占据图片2/3以上。
|
|
24484
24484
|
图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
|
24485
24485
|
:type ImageBase64: str
|
|
24486
|
+
:param _BackImageBase64: 卡证背面图片的 Base64 值。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经Base64编码后不超过 7M。图片下载时间不超过 3 秒。图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
|
24487
|
+
:type BackImageBase64: str
|
|
24486
24488
|
:param _ImageUrl: 图片的 Url 地址。要求图片经Base64编码后不超过 7M,分辨率建议500*800以上,支持PNG、JPG、JPEG、BMP格式。建议卡片部分占据图片2/3以上。
|
|
24487
24489
|
建议图片存储于腾讯云,可保障更高的下载速度和稳定性。
|
|
24488
24490
|
:type ImageUrl: str
|
|
24491
|
+
:param _BackImageUrl: 卡证背面图片的 Url 地址。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经 Base64 编码后不超过 7M。图片下载时间不超过 3 秒。图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。非腾讯云存储的 Url 速度和稳定性可能受一定影响。
|
|
24492
|
+
:type BackImageUrl: str
|
|
24489
24493
|
:param _CropPortrait: 图片开关。默认为false,不返回泰国身份证头像照片的base64编码。
|
|
24490
24494
|
设置为true时,返回旋转矫正后的泰国身份证头像照片的base64编码
|
|
24491
24495
|
:type CropPortrait: bool
|
|
24492
24496
|
"""
|
|
24493
24497
|
self._ImageBase64 = None
|
|
24498
|
+
self._BackImageBase64 = None
|
|
24494
24499
|
self._ImageUrl = None
|
|
24500
|
+
self._BackImageUrl = None
|
|
24495
24501
|
self._CropPortrait = None
|
|
24496
24502
|
|
|
24497
24503
|
@property
|
|
@@ -24506,6 +24512,17 @@ class RecognizeThaiIDCardOCRRequest(AbstractModel):
|
|
|
24506
24512
|
def ImageBase64(self, ImageBase64):
|
|
24507
24513
|
self._ImageBase64 = ImageBase64
|
|
24508
24514
|
|
|
24515
|
+
@property
|
|
24516
|
+
def BackImageBase64(self):
|
|
24517
|
+
"""卡证背面图片的 Base64 值。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经Base64编码后不超过 7M。图片下载时间不超过 3 秒。图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
|
24518
|
+
:rtype: str
|
|
24519
|
+
"""
|
|
24520
|
+
return self._BackImageBase64
|
|
24521
|
+
|
|
24522
|
+
@BackImageBase64.setter
|
|
24523
|
+
def BackImageBase64(self, BackImageBase64):
|
|
24524
|
+
self._BackImageBase64 = BackImageBase64
|
|
24525
|
+
|
|
24509
24526
|
@property
|
|
24510
24527
|
def ImageUrl(self):
|
|
24511
24528
|
"""图片的 Url 地址。要求图片经Base64编码后不超过 7M,分辨率建议500*800以上,支持PNG、JPG、JPEG、BMP格式。建议卡片部分占据图片2/3以上。
|
|
@@ -24518,6 +24535,17 @@ class RecognizeThaiIDCardOCRRequest(AbstractModel):
|
|
|
24518
24535
|
def ImageUrl(self, ImageUrl):
|
|
24519
24536
|
self._ImageUrl = ImageUrl
|
|
24520
24537
|
|
|
24538
|
+
@property
|
|
24539
|
+
def BackImageUrl(self):
|
|
24540
|
+
"""卡证背面图片的 Url 地址。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经 Base64 编码后不超过 7M。图片下载时间不超过 3 秒。图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。非腾讯云存储的 Url 速度和稳定性可能受一定影响。
|
|
24541
|
+
:rtype: str
|
|
24542
|
+
"""
|
|
24543
|
+
return self._BackImageUrl
|
|
24544
|
+
|
|
24545
|
+
@BackImageUrl.setter
|
|
24546
|
+
def BackImageUrl(self, BackImageUrl):
|
|
24547
|
+
self._BackImageUrl = BackImageUrl
|
|
24548
|
+
|
|
24521
24549
|
@property
|
|
24522
24550
|
def CropPortrait(self):
|
|
24523
24551
|
"""图片开关。默认为false,不返回泰国身份证头像照片的base64编码。
|
|
@@ -24533,7 +24561,9 @@ class RecognizeThaiIDCardOCRRequest(AbstractModel):
|
|
|
24533
24561
|
|
|
24534
24562
|
def _deserialize(self, params):
|
|
24535
24563
|
self._ImageBase64 = params.get("ImageBase64")
|
|
24564
|
+
self._BackImageBase64 = params.get("BackImageBase64")
|
|
24536
24565
|
self._ImageUrl = params.get("ImageUrl")
|
|
24566
|
+
self._BackImageUrl = params.get("BackImageUrl")
|
|
24537
24567
|
self._CropPortrait = params.get("CropPortrait")
|
|
24538
24568
|
memeber_set = set(params.keys())
|
|
24539
24569
|
for name, value in vars(self).items():
|
|
@@ -24578,6 +24608,8 @@ class RecognizeThaiIDCardOCRResponse(AbstractModel):
|
|
|
24578
24608
|
:type SerialNumber: str
|
|
24579
24609
|
:param _Address: 地址
|
|
24580
24610
|
:type Address: str
|
|
24611
|
+
:param _LaserID: 背面号码
|
|
24612
|
+
:type LaserID: str
|
|
24581
24613
|
:param _PortraitImage: 证件人像照片抠取
|
|
24582
24614
|
:type PortraitImage: str
|
|
24583
24615
|
:param _WarnCardInfos: 告警码
|
|
@@ -24614,6 +24646,7 @@ class RecognizeThaiIDCardOCRResponse(AbstractModel):
|
|
|
24614
24646
|
self._Religion = None
|
|
24615
24647
|
self._SerialNumber = None
|
|
24616
24648
|
self._Address = None
|
|
24649
|
+
self._LaserID = None
|
|
24617
24650
|
self._PortraitImage = None
|
|
24618
24651
|
self._WarnCardInfos = None
|
|
24619
24652
|
self._AdvancedInfo = None
|
|
@@ -24762,6 +24795,17 @@ class RecognizeThaiIDCardOCRResponse(AbstractModel):
|
|
|
24762
24795
|
def Address(self, Address):
|
|
24763
24796
|
self._Address = Address
|
|
24764
24797
|
|
|
24798
|
+
@property
|
|
24799
|
+
def LaserID(self):
|
|
24800
|
+
"""背面号码
|
|
24801
|
+
:rtype: str
|
|
24802
|
+
"""
|
|
24803
|
+
return self._LaserID
|
|
24804
|
+
|
|
24805
|
+
@LaserID.setter
|
|
24806
|
+
def LaserID(self, LaserID):
|
|
24807
|
+
self._LaserID = LaserID
|
|
24808
|
+
|
|
24765
24809
|
@property
|
|
24766
24810
|
def PortraitImage(self):
|
|
24767
24811
|
"""证件人像照片抠取
|
|
@@ -24835,6 +24879,7 @@ class RecognizeThaiIDCardOCRResponse(AbstractModel):
|
|
|
24835
24879
|
self._Religion = params.get("Religion")
|
|
24836
24880
|
self._SerialNumber = params.get("SerialNumber")
|
|
24837
24881
|
self._Address = params.get("Address")
|
|
24882
|
+
self._LaserID = params.get("LaserID")
|
|
24838
24883
|
self._PortraitImage = params.get("PortraitImage")
|
|
24839
24884
|
self._WarnCardInfos = params.get("WarnCardInfos")
|
|
24840
24885
|
self._AdvancedInfo = params.get("AdvancedInfo")
|
|
@@ -28689,6 +28734,8 @@ class SmartStructuralProRequest(AbstractModel):
|
|
|
28689
28734
|
:type ReturnFullText: bool
|
|
28690
28735
|
:param _ConfigId: 配置id支持:General -- 通用场景 InvoiceEng -- 海运提单、国际invoice模版 WayBillEng --海运订单模板
|
|
28691
28736
|
:type ConfigId: str
|
|
28737
|
+
:param _EnableCoord: 是否开启全文字段坐标值的识别
|
|
28738
|
+
:type EnableCoord: bool
|
|
28692
28739
|
"""
|
|
28693
28740
|
self._ImageUrl = None
|
|
28694
28741
|
self._ImageBase64 = None
|
|
@@ -28696,6 +28743,7 @@ class SmartStructuralProRequest(AbstractModel):
|
|
|
28696
28743
|
self._ItemNames = None
|
|
28697
28744
|
self._ReturnFullText = None
|
|
28698
28745
|
self._ConfigId = None
|
|
28746
|
+
self._EnableCoord = None
|
|
28699
28747
|
|
|
28700
28748
|
@property
|
|
28701
28749
|
def ImageUrl(self):
|
|
@@ -28763,6 +28811,17 @@ class SmartStructuralProRequest(AbstractModel):
|
|
|
28763
28811
|
def ConfigId(self, ConfigId):
|
|
28764
28812
|
self._ConfigId = ConfigId
|
|
28765
28813
|
|
|
28814
|
+
@property
|
|
28815
|
+
def EnableCoord(self):
|
|
28816
|
+
"""是否开启全文字段坐标值的识别
|
|
28817
|
+
:rtype: bool
|
|
28818
|
+
"""
|
|
28819
|
+
return self._EnableCoord
|
|
28820
|
+
|
|
28821
|
+
@EnableCoord.setter
|
|
28822
|
+
def EnableCoord(self, EnableCoord):
|
|
28823
|
+
self._EnableCoord = EnableCoord
|
|
28824
|
+
|
|
28766
28825
|
|
|
28767
28826
|
def _deserialize(self, params):
|
|
28768
28827
|
self._ImageUrl = params.get("ImageUrl")
|
|
@@ -28771,6 +28830,7 @@ class SmartStructuralProRequest(AbstractModel):
|
|
|
28771
28830
|
self._ItemNames = params.get("ItemNames")
|
|
28772
28831
|
self._ReturnFullText = params.get("ReturnFullText")
|
|
28773
28832
|
self._ConfigId = params.get("ConfigId")
|
|
28833
|
+
self._EnableCoord = params.get("EnableCoord")
|
|
28774
28834
|
memeber_set = set(params.keys())
|
|
28775
28835
|
for name, value in vars(self).items():
|
|
28776
28836
|
property_name = name[1:]
|
|
@@ -996,7 +996,7 @@ class OcrClient(AbstractClient):
|
|
|
996
996
|
<table style="width:650px">
|
|
997
997
|
<thead>
|
|
998
998
|
<tr>
|
|
999
|
-
<th width="150"
|
|
999
|
+
<th width="150">扩展能力</th>
|
|
1000
1000
|
<th width="500">能力项</th>
|
|
1001
1001
|
</tr>
|
|
1002
1002
|
</thead>
|
|
@@ -1210,8 +1210,8 @@ class OcrClient(AbstractClient):
|
|
|
1210
1210
|
|
|
1211
1211
|
|
|
1212
1212
|
def MLIDPassportOCR(self, request):
|
|
1213
|
-
"""
|
|
1214
|
-
|
|
1213
|
+
"""本接口支持以及其他国家、地区的护照识别。识别字段包括护照ID、姓名、出生日期、性别、有效期、发行国、国籍、国家地区代码,具备护照人像照片的裁剪功能和翻拍、复印件告警功能。
|
|
1214
|
+
本接口支持地区范围:可机读护照国家。包括中国港澳台地区、新加坡、马来西亚、泰国、美国、韩国、越南、澳大利亚、缅甸、印度尼西亚、日本、加拿大、老挝、巴基斯坦、哈萨克斯坦、法国、英国、德国、菲律宾、新西兰、印度、意大利、蒙古、孟加拉国、尼日利亚、柬埔寨、西班牙、摩洛哥、吉尔吉斯斯坦、埃及、荷兰、塔吉克斯坦、巴西、乌兹别克斯坦、伊拉克、阿尔及利亚、土耳其、南非、墨西哥、尼泊尔、白俄罗斯、叶门、阿富汗、沙特、肯尼亚、波兰、比利时、瑞典、奥地利、坦桑尼亚、委内瑞拉、阿根廷、喀麦隆、斯里兰卡、衣索比亚、约旦、瑞士、加纳、爱尔兰、哥伦比亚、苏丹、匈牙利、罗马尼亚、阿联酋、文莱、希腊、以色列、巴拿马、丹麦、伊朗、乌干达、挪威、秘鲁、葡萄牙、智利、塞尔维亚、芬兰、尚比亚、亚美尼亚、叙利亚、黎巴嫩、斯洛伐克、卡塔尔、古巴、朝鲜。
|
|
1215
1215
|
|
|
1216
1216
|
默认接口请求频率限制:5次/秒。
|
|
1217
1217
|
|
|
@@ -1494,7 +1494,7 @@ class OcrClient(AbstractClient):
|
|
|
1494
1494
|
<table style="width:650px">
|
|
1495
1495
|
<thead>
|
|
1496
1496
|
<tr>
|
|
1497
|
-
<th width="150"
|
|
1497
|
+
<th width="150">扩展能力</th>
|
|
1498
1498
|
<th width="500">能力项</th>
|
|
1499
1499
|
</tr>
|
|
1500
1500
|
</thead>
|
|
@@ -2177,7 +2177,7 @@ class OcrClient(AbstractClient):
|
|
|
2177
2177
|
|
|
2178
2178
|
|
|
2179
2179
|
def SmartStructuralOCRV2(self, request):
|
|
2180
|
-
"""本接口支持智能提取各类证照、票据、表单、合同等结构化场景的key:value字段信息,并支持提取表格信息的key:value组的结构化,灵活高效,适用于各类非标准材料的信息录入场景,点击[立即体验](https://cloud.tencent.com/
|
|
2180
|
+
"""本接口支持智能提取各类证照、票据、表单、合同等结构化场景的key:value字段信息,并支持提取表格信息的key:value组的结构化,灵活高效,适用于各类非标准材料的信息录入场景,点击[立即体验](https://ocrdemo.cloud.tencent.com/)。
|
|
2181
2181
|
|
|
2182
2182
|
默认接口请求频率限制:5次/秒。
|
|
2183
2183
|
|
|
@@ -2202,7 +2202,7 @@ class OcrClient(AbstractClient):
|
|
|
2202
2202
|
|
|
2203
2203
|
|
|
2204
2204
|
def SmartStructuralPro(self, request):
|
|
2205
|
-
"""本接口支持智能提取各类证照、票据、表单、合同等结构化场景的key:value字段信息,并支持提取表格信息的key:value组的结构化,灵活高效,适用于各类非标准材料的信息录入场景,点击[立即体验](https://cloud.tencent.com/
|
|
2205
|
+
"""本接口支持智能提取各类证照、票据、表单、合同等结构化场景的key:value字段信息,并支持提取表格信息的key:value组的结构化,灵活高效,适用于各类非标准材料的信息录入场景,点击[立即体验](https://ocrdemo.cloud.tencent.com/)。
|
|
2206
2206
|
|
|
2207
2207
|
默认接口请求频率限制:5次/秒。
|
|
2208
2208
|
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
tencentcloud-sdk-python-common==3.0.1304
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
tencentcloud-sdk-python-common==3.0.1293
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|