tencentcloud-sdk-python-ocr 3.0.1396__tar.gz → 3.0.1397__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.

Potentially problematic release.


This version of tencentcloud-sdk-python-ocr might be problematic. Click here for more details.

Files changed (16) hide show
  1. {tencentcloud-sdk-python-ocr-3.0.1396 → tencentcloud-sdk-python-ocr-3.0.1397}/PKG-INFO +1 -1
  2. {tencentcloud-sdk-python-ocr-3.0.1396 → tencentcloud-sdk-python-ocr-3.0.1397}/setup.py +1 -1
  3. {tencentcloud-sdk-python-ocr-3.0.1396 → tencentcloud-sdk-python-ocr-3.0.1397}/tencentcloud/__init__.py +1 -1
  4. {tencentcloud-sdk-python-ocr-3.0.1396 → tencentcloud-sdk-python-ocr-3.0.1397}/tencentcloud/ocr/v20181119/models.py +4 -0
  5. {tencentcloud-sdk-python-ocr-3.0.1396 → tencentcloud-sdk-python-ocr-3.0.1397}/tencentcloud/ocr/v20181119/ocr_client.py +0 -3
  6. {tencentcloud-sdk-python-ocr-3.0.1396 → tencentcloud-sdk-python-ocr-3.0.1397}/tencentcloud_sdk_python_ocr.egg-info/PKG-INFO +1 -1
  7. tencentcloud-sdk-python-ocr-3.0.1397/tencentcloud_sdk_python_ocr.egg-info/requires.txt +1 -0
  8. tencentcloud-sdk-python-ocr-3.0.1396/tencentcloud_sdk_python_ocr.egg-info/requires.txt +0 -1
  9. {tencentcloud-sdk-python-ocr-3.0.1396 → tencentcloud-sdk-python-ocr-3.0.1397}/README.rst +0 -0
  10. {tencentcloud-sdk-python-ocr-3.0.1396 → tencentcloud-sdk-python-ocr-3.0.1397}/setup.cfg +0 -0
  11. {tencentcloud-sdk-python-ocr-3.0.1396 → tencentcloud-sdk-python-ocr-3.0.1397}/tencentcloud/ocr/__init__.py +0 -0
  12. {tencentcloud-sdk-python-ocr-3.0.1396 → tencentcloud-sdk-python-ocr-3.0.1397}/tencentcloud/ocr/v20181119/__init__.py +0 -0
  13. {tencentcloud-sdk-python-ocr-3.0.1396 → tencentcloud-sdk-python-ocr-3.0.1397}/tencentcloud/ocr/v20181119/errorcodes.py +0 -0
  14. {tencentcloud-sdk-python-ocr-3.0.1396 → tencentcloud-sdk-python-ocr-3.0.1397}/tencentcloud_sdk_python_ocr.egg-info/SOURCES.txt +0 -0
  15. {tencentcloud-sdk-python-ocr-3.0.1396 → tencentcloud-sdk-python-ocr-3.0.1397}/tencentcloud_sdk_python_ocr.egg-info/dependency_links.txt +0 -0
  16. {tencentcloud-sdk-python-ocr-3.0.1396 → tencentcloud-sdk-python-ocr-3.0.1397}/tencentcloud_sdk_python_ocr.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 1.2
2
2
  Name: tencentcloud-sdk-python-ocr
3
- Version: 3.0.1396
3
+ Version: 3.0.1397
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
@@ -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.1396"],
11
+ install_requires=["tencentcloud-sdk-python-common==3.0.1397"],
12
12
  version=tencentcloud.__version__,
13
13
  description='Tencent Cloud Ocr SDK for Python',
14
14
  long_description=open('README.rst').read(),
@@ -14,4 +14,4 @@
14
14
  # limitations under the License.
15
15
 
16
16
 
17
- __version__ = '3.0.1396'
17
+ __version__ = '3.0.1397'
@@ -12661,6 +12661,8 @@ Config = {"CropIdCard":true,"CropPortrait":true}
12661
12661
 
12662
12662
  @property
12663
12663
  def EnableDateVerify(self):
12664
+ warnings.warn("parameter `EnableDateVerify` is deprecated", DeprecationWarning)
12665
+
12664
12666
  """用于控制是否开启日期校验,默认值为true,打开会进行日期校验。
12665
12667
  :rtype: bool
12666
12668
  """
@@ -12668,6 +12670,8 @@ Config = {"CropIdCard":true,"CropPortrait":true}
12668
12670
 
12669
12671
  @EnableDateVerify.setter
12670
12672
  def EnableDateVerify(self, EnableDateVerify):
12673
+ warnings.warn("parameter `EnableDateVerify` is deprecated", DeprecationWarning)
12674
+
12671
12675
  self._EnableDateVerify = EnableDateVerify
12672
12676
 
12673
12677
 
@@ -958,9 +958,6 @@ class OcrClient(AbstractClient):
958
958
  </tr>
959
959
  <tr>
960
960
  <td rowspan="9">告警功能</td>
961
- <td>身份证有效日期不合法,即有效日期不符合5年、10年、20年、长期期限
962
-
963
- </td>
964
961
  </tr>
965
962
  <tr>
966
963
  <td>身份证边框不完整告警</td>
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 1.2
2
2
  Name: tencentcloud-sdk-python-ocr
3
- Version: 3.0.1396
3
+ Version: 3.0.1397
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
@@ -0,0 +1 @@
1
+ tencentcloud-sdk-python-common==3.0.1397
@@ -1 +0,0 @@
1
- tencentcloud-sdk-python-common==3.0.1396