tencentcloud-sdk-python-ocr 3.0.1324__tar.gz → 3.0.1326__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.1324 → tencentcloud-sdk-python-ocr-3.0.1326}/PKG-INFO +1 -1
- {tencentcloud-sdk-python-ocr-3.0.1324 → tencentcloud-sdk-python-ocr-3.0.1326}/setup.py +1 -1
- {tencentcloud-sdk-python-ocr-3.0.1324 → tencentcloud-sdk-python-ocr-3.0.1326}/tencentcloud/__init__.py +1 -1
- {tencentcloud-sdk-python-ocr-3.0.1324 → tencentcloud-sdk-python-ocr-3.0.1326}/tencentcloud/ocr/v20181119/ocr_client.py +3 -1
- {tencentcloud-sdk-python-ocr-3.0.1324 → tencentcloud-sdk-python-ocr-3.0.1326}/tencentcloud_sdk_python_ocr.egg-info/PKG-INFO +1 -1
- tencentcloud-sdk-python-ocr-3.0.1326/tencentcloud_sdk_python_ocr.egg-info/requires.txt +1 -0
- tencentcloud-sdk-python-ocr-3.0.1324/tencentcloud_sdk_python_ocr.egg-info/requires.txt +0 -1
- {tencentcloud-sdk-python-ocr-3.0.1324 → tencentcloud-sdk-python-ocr-3.0.1326}/README.rst +0 -0
- {tencentcloud-sdk-python-ocr-3.0.1324 → tencentcloud-sdk-python-ocr-3.0.1326}/setup.cfg +0 -0
- {tencentcloud-sdk-python-ocr-3.0.1324 → tencentcloud-sdk-python-ocr-3.0.1326}/tencentcloud/ocr/__init__.py +0 -0
- {tencentcloud-sdk-python-ocr-3.0.1324 → tencentcloud-sdk-python-ocr-3.0.1326}/tencentcloud/ocr/v20181119/__init__.py +0 -0
- {tencentcloud-sdk-python-ocr-3.0.1324 → tencentcloud-sdk-python-ocr-3.0.1326}/tencentcloud/ocr/v20181119/errorcodes.py +0 -0
- {tencentcloud-sdk-python-ocr-3.0.1324 → tencentcloud-sdk-python-ocr-3.0.1326}/tencentcloud/ocr/v20181119/models.py +0 -0
- {tencentcloud-sdk-python-ocr-3.0.1324 → tencentcloud-sdk-python-ocr-3.0.1326}/tencentcloud_sdk_python_ocr.egg-info/SOURCES.txt +0 -0
- {tencentcloud-sdk-python-ocr-3.0.1324 → tencentcloud-sdk-python-ocr-3.0.1326}/tencentcloud_sdk_python_ocr.egg-info/dependency_links.txt +0 -0
- {tencentcloud-sdk-python-ocr-3.0.1324 → tencentcloud-sdk-python-ocr-3.0.1326}/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.1326"],
|
|
12
12
|
version=tencentcloud.__version__,
|
|
13
13
|
description='Tencent Cloud Ocr SDK for Python',
|
|
14
14
|
long_description=open('README.rst').read(),
|
|
@@ -1659,6 +1659,8 @@ class OcrClient(AbstractClient):
|
|
|
1659
1659
|
def RecognizeGeneralCardWarn(self, request):
|
|
1660
1660
|
"""支持通用证照的有效性检测告警,包括卡证复印件告警、卡证翻拍告警等功能,支持通用证照的ps伪造检测,可以应用于各种证件信息有效性校验场景。
|
|
1661
1661
|
|
|
1662
|
+
默认接口请求频率限制:5次/秒。
|
|
1663
|
+
|
|
1662
1664
|
:param request: Request instance for RecognizeGeneralCardWarn.
|
|
1663
1665
|
:type request: :class:`tencentcloud.ocr.v20181119.models.RecognizeGeneralCardWarnRequest`
|
|
1664
1666
|
:rtype: :class:`tencentcloud.ocr.v20181119.models.RecognizeGeneralCardWarnResponse`
|
|
@@ -2079,7 +2081,7 @@ class OcrClient(AbstractClient):
|
|
|
2079
2081
|
def RecognizeValidIDCardOCR(self, request):
|
|
2080
2082
|
"""本接口支持二代身份证、临时身份证、港澳台居住证、外国人永久居留证,字段内容识别功能,包括姓名、性别、民族、出生、出生日期、住址、公民身份号码、签发机关、有效期限、国籍、通行证号码、持证人持有号码;支持返回证件类型;支持翻拍、复印、边框不完整、遮挡、字段级反光和字段级完整性告警;支持卡片主体框裁剪和头像裁剪。
|
|
2081
2083
|
|
|
2082
|
-
默认接口请求频率限制:
|
|
2084
|
+
默认接口请求频率限制:5次/秒。
|
|
2083
2085
|
|
|
2084
2086
|
:param request: Request instance for RecognizeValidIDCardOCR.
|
|
2085
2087
|
:type request: :class:`tencentcloud.ocr.v20181119.models.RecognizeValidIDCardOCRRequest`
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
tencentcloud-sdk-python-common==3.0.1326
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
tencentcloud-sdk-python-common==3.0.1324
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|