tencentcloud-sdk-ocr 3.0.1076 → 3.0.1077
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.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20181119/client.rb +0 -3
- data/lib/v20181119/models.rb +3 -0
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 672bd194e37ff59f4e2954b5aef2c2957d54e995
|
4
|
+
data.tar.gz: fc255a1cf4d176d9ddeec13a3b4f5ba0299ab08a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 93d212a7a59bea93cb6b37158b610e7110dc71e8c611d02820f7d9a163f443e2ee1a7613763cb7c79040e83f3b04591a727502d6eee1e5d73276058a5a9d5b3f
|
7
|
+
data.tar.gz: 0564511558495580fda6d737521e2e261e0226677e1997db417454264b30e3659ed9e9acfcf1e52827696217de37b32229dfe5f083e8cf421bc00e3e180ca249
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1077
|
data/lib/v20181119/client.rb
CHANGED
data/lib/v20181119/models.rb
CHANGED
@@ -4587,6 +4587,9 @@ module TencentCloud
|
|
4587
4587
|
# @type EnableDateVerify: Boolean
|
4588
4588
|
|
4589
4589
|
attr_accessor :ImageBase64, :ImageUrl, :CardSide, :Config, :EnableRecognitionRectify, :EnableReflectDetail, :EnableDateVerify
|
4590
|
+
extend Gem::Deprecate
|
4591
|
+
deprecate :EnableDateVerify, :none, 2025, 6
|
4592
|
+
deprecate :EnableDateVerify=, :none, 2025, 6
|
4590
4593
|
|
4591
4594
|
def initialize(imagebase64=nil, imageurl=nil, cardside=nil, config=nil, enablerecognitionrectify=nil, enablereflectdetail=nil, enabledateverify=nil)
|
4592
4595
|
@ImageBase64 = imagebase64
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-ocr
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.1077
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-06-
|
11
|
+
date: 2025-06-09 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|