tencentcloud-sdk-ocr 1.0.237 → 1.0.241
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 +3 -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: d27301f5c4bcf75e9cd00019851cdb4bb0e6b4a6
|
4
|
+
data.tar.gz: a4ac0b6c55ead81b4093605409be031e5d48848b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2f34a7e3230964fb61d07946a490c95e13a5edaa5852df1bd91a80e2326a200cfbb71163c68bb54765e1bbd67fdb2032f6e95906c04f3bbf07858f218011a3ff
|
7
|
+
data.tar.gz: dbc875162d07b0f7ad0380c2c474f46bfa7627b0416b65be4d22f7b1e51a8d8d9af821c741dac21424fb72b8f857575ad848c116c6d1ef066a88c652b8107f84
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.0.
|
1
|
+
1.0.241
|
data/lib/v20181119/models.rb
CHANGED
@@ -2716,8 +2716,8 @@ module TencentCloud
|
|
2716
2716
|
|
2717
2717
|
# 通用机打发票信息
|
2718
2718
|
class InvoiceGeneralInfo < TencentCloud::Common::AbstractModel
|
2719
|
-
# @param Name: 识别出的字段名称(关键字)
|
2720
|
-
# 发票代码、发票号码、日期、合计金额(小写)、合计金额(大写)
|
2719
|
+
# @param Name: 识别出的字段名称(关键字),支持以下字段识别(注:下划线表示一个字段):
|
2720
|
+
# 发票代码、发票号码、日期、合计金额(小写)、合计金额(大写)、购买方识别号、销售方识别号、校验码、购买方名称、销售方名称、时间、种类、发票消费类型、省、市、是否有公司印章、发票名称、<span style="text-decoration:underline">购买方地址、电话</span>、<span style="text-decoration:underline">销售方地址、电话</span>、购买方开户行及账号、销售方开户行及账号、经办人取票用户、经办人支付信息、经办人商户号、经办人订单号、<span style="text-decoration:underline">货物或应税劳务、服务名称</span>、数量、单价、税率、税额、金额、单位、规格型号、合计税额、合计金额、备注、收款人、复核、开票人、密码区、行业分类
|
2721
2721
|
# @type Name: String
|
2722
2722
|
# @param Value: 识别出的字段名称对应的值,也就是字段Name对应的字符串结果。
|
2723
2723
|
# @type Value: String
|
@@ -2930,6 +2930,7 @@ module TencentCloud
|
|
2930
2930
|
# -9103 证照翻拍告警
|
2931
2931
|
# -9102 证照复印件告警
|
2932
2932
|
# -9106 证件遮挡告警
|
2933
|
+
# -9107 模糊图片告警
|
2933
2934
|
# @type Warn: Array
|
2934
2935
|
# @param Image: 证件图片
|
2935
2936
|
# @type Image: 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.241
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2022-01-
|
11
|
+
date: 2022-01-13 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|