tencentcloud-sdk-ocr 3.0.591 → 3.0.592
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 +6 -6
- 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: bc6d4986983ead464b01dd8d7034a99955fe171d
|
|
4
|
+
data.tar.gz: f8d81da7243deb1894f44a1e2987f561662010e1
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 727203404c60fb16fdad0661a6cbec3f3ce2d57154822a623061acf9b7c23ace7a04a5f8769d89cbe0cbc793708ae83d27604f62127cad6d43782e8a5bdcbc00
|
|
7
|
+
data.tar.gz: 64115c39aad818d63b73a523b1ab9f64ba19ddf2596459aeb6d9eb2ccb0a10e2155132e294ee4375bc18ea9ec0253ff3e292af6b1bf745471ea90b79bc00af1c
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.592
|
data/lib/v20181119/models.rb
CHANGED
|
@@ -3381,7 +3381,7 @@ module TencentCloud
|
|
|
3381
3381
|
# 混贴票据单张发票识别信息
|
|
3382
3382
|
class InvoiceItem < TencentCloud::Common::AbstractModel
|
|
3383
3383
|
# @param Code: 识别结果。
|
|
3384
|
-
# OK:表示识别成功;FailedOperation.
|
|
3384
|
+
# OK:表示识别成功;FailedOperation.UnsupportedInvoice:表示不支持识别;
|
|
3385
3385
|
# FailedOperation.UnKnowError:表示识别失败;
|
|
3386
3386
|
# 其它错误码见各个票据接口的定义。
|
|
3387
3387
|
# @type Code: String
|
|
@@ -3410,13 +3410,13 @@ module TencentCloud
|
|
|
3410
3410
|
# @type SingleInvoiceInfos: :class:`Tencentcloud::Ocr.v20181119.models.SingleInvoiceItem`
|
|
3411
3411
|
# @param Page: 发票处于识别图片或PDF文件中的页教,默认从1开始。
|
|
3412
3412
|
# @type Page: Integer
|
|
3413
|
-
# @param SubType:
|
|
3413
|
+
# @param SubType: 发票详细类型,详见上方 SubType 返回值说明
|
|
3414
3414
|
# @type SubType: String
|
|
3415
|
-
# @param TypeDescription:
|
|
3415
|
+
# @param TypeDescription: 发票类型描述,详见上方 TypeDescription 返回值说明
|
|
3416
3416
|
# @type TypeDescription: String
|
|
3417
3417
|
# @param CutImage: 切割单图文件,Base64编码后的切图后的图片文件,开启 EnableCutImage 后进行返回
|
|
3418
3418
|
# @type CutImage: String
|
|
3419
|
-
# @param SubTypeDescription:
|
|
3419
|
+
# @param SubTypeDescription: 发票详细类型描述,详见上方 SubType 返回值说明
|
|
3420
3420
|
# @type SubTypeDescription: String
|
|
3421
3421
|
|
|
3422
3422
|
attr_accessor :Code, :Type, :Polygon, :Angle, :SingleInvoiceInfos, :Page, :SubType, :TypeDescription, :CutImage, :SubTypeDescription
|
|
@@ -6988,9 +6988,9 @@ module TencentCloud
|
|
|
6988
6988
|
# @type Address: String
|
|
6989
6989
|
# @param Birthday: 出生日期
|
|
6990
6990
|
# @type Birthday: String
|
|
6991
|
-
# @param IssueDate:
|
|
6991
|
+
# @param IssueDate: 签发日期
|
|
6992
6992
|
# @type IssueDate: String
|
|
6993
|
-
# @param ExpirationDate:
|
|
6993
|
+
# @param ExpirationDate: 到期日期
|
|
6994
6994
|
# @type ExpirationDate: String
|
|
6995
6995
|
# @param EnLastName: 英文姓名
|
|
6996
6996
|
# @type EnLastName: 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: 3.0.
|
|
4
|
+
version: 3.0.592
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tencent Cloud
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2023-06-
|
|
11
|
+
date: 2023-06-14 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|