tencentcloud-sdk-ocr 3.0.1012 → 3.0.1014
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 +34 -32
- 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: 9936d9ddd5dcce08ad2b8d8ccf627a7fcbcf576c
|
4
|
+
data.tar.gz: 74116b7d3c2205dc0af781ea8d1328ee8ea18e8a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2d372712c0f246d63add8375a26467c4b16685908dd8304c64e56c8dd8bfb0a3ec28343eb270b850bacdee143f539f11e568ab5df6d7ceea0ad43c81810b2c75
|
7
|
+
data.tar.gz: 17401bc3d3311c19d6f56274c7f05b0ab85d8021701114e95fa143d2d091b7b14289da154024c7d305e048b937a9109e086b142279f82e253b5a79231f674e96
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1014
|
data/lib/v20181119/client.rb
CHANGED
@@ -1739,7 +1739,7 @@ module TencentCloud
|
|
1739
1739
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
1740
1740
|
end
|
1741
1741
|
|
1742
|
-
# 本接口支持 PDF多页(最多30
|
1742
|
+
# 本接口支持 PDF多页(最多30页)、一页中单张、多张、类型票据的混合识别,同时支持单选识别某类票据,已支持票种包括:增值税发票(专票、普票、卷票、区块链发票、通行费发票)、全电发票(专票、普票)、非税发票(通用票据、统一缴纳书)、定额发票、通用机打发票、购车发票(机动车销售发票、二手车发票)、火车票、出租车发票、机票行程单、汽车票、轮船票、过路过桥费发票等常用标准报销发票,支持OFD格式的 增值税电子普通发票、增值税电子专用发票、电子发票(普通发票)、电子发票(增值税专用发票)、电子发票(机票行程单)、电子发票(铁路电子客票)的第一页识别,并支持非上述类型的其他发票的智能识别,点击[立即试用](https://cloud.tencent.com/product/ocr)。
|
1743
1743
|
|
1744
1744
|
# 默认接口请求频率限制:5次/秒。
|
1745
1745
|
|
data/lib/v20181119/models.rb
CHANGED
@@ -1770,8 +1770,8 @@ module TencentCloud
|
|
1770
1770
|
|
1771
1771
|
attr_accessor :PageNumber, :Angle, :Height, :Width, :OriginHeight, :OriginWidth, :Elements, :RotatedAngle
|
1772
1772
|
extend Gem::Deprecate
|
1773
|
-
deprecate :Angle, :none, 2025,
|
1774
|
-
deprecate :Angle=, :none, 2025,
|
1773
|
+
deprecate :Angle, :none, 2025, 3
|
1774
|
+
deprecate :Angle=, :none, 2025, 3
|
1775
1775
|
|
1776
1776
|
def initialize(pagenumber=nil, angle=nil, height=nil, width=nil, originheight=nil, originwidth=nil, elements=nil, rotatedangle=nil)
|
1777
1777
|
@PageNumber = pagenumber
|
@@ -3636,8 +3636,8 @@ module TencentCloud
|
|
3636
3636
|
|
3637
3637
|
attr_accessor :TextDetections, :Angel, :Angle, :RequestId
|
3638
3638
|
extend Gem::Deprecate
|
3639
|
-
deprecate :Angel, :none, 2025,
|
3640
|
-
deprecate :Angel=, :none, 2025,
|
3639
|
+
deprecate :Angel, :none, 2025, 3
|
3640
|
+
deprecate :Angel=, :none, 2025, 3
|
3641
3641
|
|
3642
3642
|
def initialize(textdetections=nil, angel=nil, angle=nil, requestid=nil)
|
3643
3643
|
@TextDetections = textdetections
|
@@ -3743,8 +3743,8 @@ module TencentCloud
|
|
3743
3743
|
|
3744
3744
|
attr_accessor :TextDetections, :Language, :Angel, :PdfPageSize, :Angle, :RequestId
|
3745
3745
|
extend Gem::Deprecate
|
3746
|
-
deprecate :Angel, :none, 2025,
|
3747
|
-
deprecate :Angel=, :none, 2025,
|
3746
|
+
deprecate :Angel, :none, 2025, 3
|
3747
|
+
deprecate :Angel=, :none, 2025, 3
|
3748
3748
|
|
3749
3749
|
def initialize(textdetections=nil, language=nil, angel=nil, pdfpagesize=nil, angle=nil, requestid=nil)
|
3750
3750
|
@TextDetections = textdetections
|
@@ -3840,8 +3840,8 @@ module TencentCloud
|
|
3840
3840
|
|
3841
3841
|
attr_accessor :TextDetections, :Angel, :Angle, :RequestId
|
3842
3842
|
extend Gem::Deprecate
|
3843
|
-
deprecate :Angel, :none, 2025,
|
3844
|
-
deprecate :Angel=, :none, 2025,
|
3843
|
+
deprecate :Angel, :none, 2025, 3
|
3844
|
+
deprecate :Angel=, :none, 2025, 3
|
3845
3845
|
|
3846
3846
|
def initialize(textdetections=nil, angel=nil, angle=nil, requestid=nil)
|
3847
3847
|
@TextDetections = textdetections
|
@@ -3994,8 +3994,8 @@ module TencentCloud
|
|
3994
3994
|
|
3995
3995
|
attr_accessor :TextDetections, :Angel, :Angle, :RequestId
|
3996
3996
|
extend Gem::Deprecate
|
3997
|
-
deprecate :Angel, :none, 2025,
|
3998
|
-
deprecate :Angel=, :none, 2025,
|
3997
|
+
deprecate :Angel, :none, 2025, 3
|
3998
|
+
deprecate :Angel=, :none, 2025, 3
|
3999
3999
|
|
4000
4000
|
def initialize(textdetections=nil, angel=nil, angle=nil, requestid=nil)
|
4001
4001
|
@TextDetections = textdetections
|
@@ -4265,8 +4265,8 @@ module TencentCloud
|
|
4265
4265
|
|
4266
4266
|
attr_accessor :ReturnHeadImage, :DetectFake, :ImageBase64, :ImageUrl
|
4267
4267
|
extend Gem::Deprecate
|
4268
|
-
deprecate :DetectFake, :none, 2025,
|
4269
|
-
deprecate :DetectFake=, :none, 2025,
|
4268
|
+
deprecate :DetectFake, :none, 2025, 3
|
4269
|
+
deprecate :DetectFake=, :none, 2025, 3
|
4270
4270
|
|
4271
4271
|
def initialize(returnheadimage=nil, detectfake=nil, imagebase64=nil, imageurl=nil)
|
4272
4272
|
@ReturnHeadImage = returnheadimage
|
@@ -4335,10 +4335,10 @@ module TencentCloud
|
|
4335
4335
|
|
4336
4336
|
attr_accessor :CnName, :EnName, :TelexCode, :Sex, :Birthday, :Permanent, :IdNum, :Symbol, :FirstIssueDate, :CurrentIssueDate, :FakeDetectResult, :HeadImage, :WarningCode, :WarnCardInfos, :RequestId
|
4337
4337
|
extend Gem::Deprecate
|
4338
|
-
deprecate :FakeDetectResult, :none, 2025,
|
4339
|
-
deprecate :FakeDetectResult=, :none, 2025,
|
4340
|
-
deprecate :WarningCode, :none, 2025,
|
4341
|
-
deprecate :WarningCode=, :none, 2025,
|
4338
|
+
deprecate :FakeDetectResult, :none, 2025, 3
|
4339
|
+
deprecate :FakeDetectResult=, :none, 2025, 3
|
4340
|
+
deprecate :WarningCode, :none, 2025, 3
|
4341
|
+
deprecate :WarningCode=, :none, 2025, 3
|
4342
4342
|
|
4343
4343
|
def initialize(cnname=nil, enname=nil, telexcode=nil, sex=nil, birthday=nil, permanent=nil, idnum=nil, symbol=nil, firstissuedate=nil, currentissuedate=nil, fakedetectresult=nil, headimage=nil, warningcode=nil, warncardinfos=nil, requestid=nil)
|
4344
4344
|
@CnName = cnname
|
@@ -5690,8 +5690,8 @@ module TencentCloud
|
|
5690
5690
|
|
5691
5691
|
attr_accessor :ID, :Name, :Address, :Sex, :Warn, :Image, :AdvancedInfo, :Type, :Birthday, :MyKadNumber, :WarnCardInfos, :RequestId
|
5692
5692
|
extend Gem::Deprecate
|
5693
|
-
deprecate :Warn, :none, 2025,
|
5694
|
-
deprecate :Warn=, :none, 2025,
|
5693
|
+
deprecate :Warn, :none, 2025, 3
|
5694
|
+
deprecate :Warn=, :none, 2025, 3
|
5695
5695
|
|
5696
5696
|
def initialize(id=nil, name=nil, address=nil, sex=nil, warn=nil, image=nil, advancedinfo=nil, type=nil, birthday=nil, mykadnumber=nil, warncardinfos=nil, requestid=nil)
|
5697
5697
|
@ID = id
|
@@ -8736,18 +8736,9 @@ module TencentCloud
|
|
8736
8736
|
|
8737
8737
|
# RecognizeGeneralInvoice请求参数结构体
|
8738
8738
|
class RecognizeGeneralInvoiceRequest < TencentCloud::Common::AbstractModel
|
8739
|
-
# @param ImageBase64: 图片的 Base64
|
8740
|
-
# 支持的图片格式:PNG、JPG、JPEG、PDF,暂不支持 GIF 格式。
|
8741
|
-
# 支持的图片大小:所下载图片经Base64编码后不超过 8M。图片下载时间不超过 3 秒。
|
8742
|
-
# 支持的图片像素:单边介于20-10000px之间。
|
8743
|
-
# 图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
8739
|
+
# @param ImageBase64: 图片的 Base64 值。支持的图片格式:PNG、JPG、JPEG、PDF,暂不支持 GIF 格式。支持的图片大小:所下载图片经Base64编码后不超过 10M。图片下载时间不超过 3 秒。支持的图片像素:单边介于20-10000px之间。图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
8744
8740
|
# @type ImageBase64: String
|
8745
|
-
# @param ImageUrl: 图片的 Url
|
8746
|
-
# 支持的图片格式:PNG、JPG、JPEG、PDF,暂不支持 GIF 格式。
|
8747
|
-
# 支持的图片大小:所下载图片经 Base64 编码后不超过 8M。图片下载时间不超过 3 秒。
|
8748
|
-
# 支持的图片像素:单边介于20-10000px之间。
|
8749
|
-
# 图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。
|
8750
|
-
# 非腾讯云存储的 Url 速度和稳定性可能受一定影响。
|
8741
|
+
# @param ImageUrl: 图片的 Url 地址。支持的图片格式:PNG、JPG、JPEG、PDF,暂不支持 GIF 格式。支持的图片大小:所下载图片经 Base64 编码后不超过 10M。图片下载时间不超过 3 秒。支持的图片像素:单边介于20-10000px之间。图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。非腾讯云存储的 Url 速度和稳定性可能受一定影响。
|
8751
8742
|
# @type ImageUrl: String
|
8752
8743
|
# @param Types: 需要识别的票据类型列表,为空或不填表示识别全部类型。当传入单个类型时,图片均采用该票类型进行处理。
|
8753
8744
|
# 暂不支持多个参数进行局部控制。
|
@@ -11047,9 +11038,9 @@ module TencentCloud
|
|
11047
11038
|
|
11048
11039
|
# SmartStructuralPro请求参数结构体
|
11049
11040
|
class SmartStructuralProRequest < TencentCloud::Common::AbstractModel
|
11050
|
-
# @param ImageUrl: 图片的 Url 地址。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经 Base64 编码后不超过 7M。图片下载时间不超过 3 秒。支持的图片像素:需介于20-10000px之间。图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。非腾讯云存储的 Url 速度和稳定性可能受一定影响。
|
11041
|
+
# @param ImageUrl: 图片的 Url 地址。支持的图片格式:PNG、JPG、JPEG,WORD,EXCEL,暂不支持 GIF 格式。支持的图片大小:所下载图片经 Base64 编码后不超过 7M。图片下载时间不超过 3 秒。支持的图片像素:需介于20-10000px之间。图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。非腾讯云存储的 Url 速度和稳定性可能受一定影响。
|
11051
11042
|
# @type ImageUrl: String
|
11052
|
-
# @param ImageBase64: 图片的 Base64 值。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经Base64编码后不超过 7M。图片下载时间不超过 3 秒。支持的图片像素:需介于20-10000px之间。图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
11043
|
+
# @param ImageBase64: 图片的 Base64 值。支持的图片格式:PNG、JPG、JPEG,WORD,EXCEL,暂不支持 GIF 格式。支持的图片大小:所下载图片经Base64编码后不超过 7M。图片下载时间不超过 3 秒。支持的图片像素:需介于20-10000px之间。图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
11053
11044
|
# @type ImageBase64: String
|
11054
11045
|
# @param PdfPageNumber: 需要识别的PDF页面的对应页码,仅支持PDF单页识别,当上传文件为PDF且IsPdf参数值为true时有效,默认值为1。
|
11055
11046
|
# @type PdfPageNumber: Integer
|
@@ -11057,7 +11048,18 @@ module TencentCloud
|
|
11057
11048
|
# @type ItemNames: Array
|
11058
11049
|
# @param ReturnFullText: 是否开启全文字段识别
|
11059
11050
|
# @type ReturnFullText: Boolean
|
11060
|
-
# @param ConfigId: 配置id支持:
|
11051
|
+
# @param ConfigId: 配置id支持:
|
11052
|
+
# General -- 通用场景
|
11053
|
+
# InvoiceEng -- 国际invoice模版
|
11054
|
+
# WayBillEng --海运订单模板
|
11055
|
+
# CustomsDeclaration -- 进出口报关单
|
11056
|
+
# WeightNote -- 磅单
|
11057
|
+
# MedicalMeter -- 血压仪表识别
|
11058
|
+
# BillOfLading -- 海运提单
|
11059
|
+
# EntrustmentBook -- 海运托书
|
11060
|
+
# WordRecognize -- 手写英文作文模版
|
11061
|
+
# Statement -- 对账单识别模板
|
11062
|
+
# BookingConfirmation -- 配舱通知书识别模板
|
11061
11063
|
# @type ConfigId: String
|
11062
11064
|
# @param EnableCoord: 是否开启全文字段坐标值的识别
|
11063
11065
|
# @type EnableCoord: Boolean
|
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.1014
|
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-03-
|
11
|
+
date: 2025-03-10 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|