tencentcloud-sdk-ocr 1.0.206 → 1.0.210
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 +1 -1
- data/lib/v20181119/models.rb +8 -8
- 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: 688d5e0851abb31394fd643bffd9e66372372ca7
|
4
|
+
data.tar.gz: 960fe35725f6b2df50e0b24dd6372c7e23e1d6df
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6ccc44045dbdea3dd872d6c21cb457fe082300b432113e6e8d77792f9eab47eac68e99364d36f3fe1a76c6e8e50de2f08784e74655f2afb2790d4d86f7702795
|
7
|
+
data.tar.gz: d185c36328a696c461db5edf32df1b72e16c3e3f1b14c76f5687521a9d3d08f34580402795594a99cb50ef52ce42001b8b81a2f90f2a897dcc920940b1eeed68
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.0.
|
1
|
+
1.0.210
|
data/lib/v20181119/client.rb
CHANGED
@@ -762,7 +762,7 @@ module TencentCloud
|
|
762
762
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
763
763
|
end
|
764
764
|
|
765
|
-
#
|
765
|
+
# 本接口支持图片中整体文字的检测和识别,返回文字框位置与文字内容。相比通用印刷体识别接口,识别速度更快。
|
766
766
|
|
767
767
|
# @param request: Request instance for GeneralFastOCR.
|
768
768
|
# @type request: :class:`Tencentcloud::ocr::V20181119::GeneralFastOCRRequest`
|
data/lib/v20181119/models.rb
CHANGED
@@ -7174,21 +7174,21 @@ module TencentCloud
|
|
7174
7174
|
# @type CbuItem: String
|
7175
7175
|
# @param ApprDate: 核准时间
|
7176
7176
|
# @type ApprDate: String
|
7177
|
-
# @param Province:
|
7177
|
+
# @param Province: 省(返回空值)
|
7178
7178
|
# @type Province: String
|
7179
|
-
# @param City:
|
7179
|
+
# @param City: 地级市(返回空值)
|
7180
7180
|
# @type City: String
|
7181
|
-
# @param County:
|
7181
|
+
# @param County: 区\县(返回空值)
|
7182
7182
|
# @type County: String
|
7183
|
-
# @param AreaCode:
|
7183
|
+
# @param AreaCode: 住所所在行政区划代码(返回空值)
|
7184
7184
|
# @type AreaCode: String
|
7185
|
-
# @param IndustryPhyCode:
|
7185
|
+
# @param IndustryPhyCode: 行业门类代码(返回空值)
|
7186
7186
|
# @type IndustryPhyCode: String
|
7187
|
-
# @param IndustryPhyName:
|
7187
|
+
# @param IndustryPhyName: 行业门类名称(返回空值)
|
7188
7188
|
# @type IndustryPhyName: String
|
7189
|
-
# @param IndustryCode:
|
7189
|
+
# @param IndustryCode: 国民经济行业代码(返回空值)
|
7190
7190
|
# @type IndustryCode: String
|
7191
|
-
# @param IndustryName:
|
7191
|
+
# @param IndustryName: 国民经济行业名称(返回空值)
|
7192
7192
|
# @type IndustryName: String
|
7193
7193
|
# @param OperateScope: 经营(业务)范围
|
7194
7194
|
# @type OperateScope: String
|
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: 1.0.
|
4
|
+
version: 1.0.210
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2021-11-
|
11
|
+
date: 2021-11-25 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|