tencentcloud-sdk-ocr 3.0.1102 → 3.0.1106
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/models.rb +7 -2
- 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: aa52ca9187eeae4a4c9e7a0471e57955ba177e2a
|
4
|
+
data.tar.gz: 58aae1b0858a6ca6c36152700afda0012f18a041
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 488c909c8c00a23169d3b895ee760eeae86f46c160a435c3f99fa6181704ee8c58be64bd7617b281dad1d989febea6e754515167f3d6d53049e8febb862fd3a7
|
7
|
+
data.tar.gz: 4f3bca32cd0fd798077d58ce166432d683cc513840cb1dc1877e748909189a9c4e9b0a2b0a8a96111f1bb74853460d8c2ad315c1c2ecae79ab2fa42f978bb5ae
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1106
|
data/lib/v20181119/models.rb
CHANGED
@@ -3110,10 +3110,13 @@ module TencentCloud
|
|
3110
3110
|
# @type OutputParentKey: Boolean
|
3111
3111
|
# @param ConfigAdvanced: 模版的单个属性配置
|
3112
3112
|
# @type ConfigAdvanced: :class:`Tencentcloud::Ocr.v20181119.models.ConfigAdvanced`
|
3113
|
+
# @param OutputLanguage: cn时,添加的key为中文
|
3114
|
+
# en时,添加的key为英语
|
3115
|
+
# @type OutputLanguage: String
|
3113
3116
|
|
3114
|
-
attr_accessor :ImageUrl, :ImageBase64, :PdfPageNumber, :ItemNames, :ItemNamesShowMode, :ReturnFullText, :ConfigId, :EnableCoord, :OutputParentKey, :ConfigAdvanced
|
3117
|
+
attr_accessor :ImageUrl, :ImageBase64, :PdfPageNumber, :ItemNames, :ItemNamesShowMode, :ReturnFullText, :ConfigId, :EnableCoord, :OutputParentKey, :ConfigAdvanced, :OutputLanguage
|
3115
3118
|
|
3116
|
-
def initialize(imageurl=nil, imagebase64=nil, pdfpagenumber=nil, itemnames=nil, itemnamesshowmode=nil, returnfulltext=nil, configid=nil, enablecoord=nil, outputparentkey=nil, configadvanced=nil)
|
3119
|
+
def initialize(imageurl=nil, imagebase64=nil, pdfpagenumber=nil, itemnames=nil, itemnamesshowmode=nil, returnfulltext=nil, configid=nil, enablecoord=nil, outputparentkey=nil, configadvanced=nil, outputlanguage=nil)
|
3117
3120
|
@ImageUrl = imageurl
|
3118
3121
|
@ImageBase64 = imagebase64
|
3119
3122
|
@PdfPageNumber = pdfpagenumber
|
@@ -3124,6 +3127,7 @@ module TencentCloud
|
|
3124
3127
|
@EnableCoord = enablecoord
|
3125
3128
|
@OutputParentKey = outputparentkey
|
3126
3129
|
@ConfigAdvanced = configadvanced
|
3130
|
+
@OutputLanguage = outputlanguage
|
3127
3131
|
end
|
3128
3132
|
|
3129
3133
|
def deserialize(params)
|
@@ -3140,6 +3144,7 @@ module TencentCloud
|
|
3140
3144
|
@ConfigAdvanced = ConfigAdvanced.new
|
3141
3145
|
@ConfigAdvanced.deserialize(params['ConfigAdvanced'])
|
3142
3146
|
end
|
3147
|
+
@OutputLanguage = params['OutputLanguage']
|
3143
3148
|
end
|
3144
3149
|
end
|
3145
3150
|
|
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.1106
|
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-07-
|
11
|
+
date: 2025-07-22 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|