tencentcloud-sdk-nodejs-ocr 4.1.226 → 4.1.228
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.
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as TencentCloudCommon from "tencentcloud-sdk-nodejs-common";
|
|
2
|
-
import {
|
|
2
|
+
import { TableOCRRequest, RecognizeOnlineTaxiItineraryOCRResponse, HKIDCardOCRRequest, BankSlipOCRRequest, BusinessCardOCRResponse, VinOCRResponse, BankCardOCRRequest, CarInvoiceOCRRequest, DescribeQuestionMarkAgentJobResponse, ExtractDocMultiRequest, QuestionSplitLayoutOCRRequest, DescribeMarkEssayAgentJobResponse, EstateCertOCRResponse, ExtractDocMultiProRequest, MLIDPassportOCRRequest, TextDetectResponse, GetOCRTokenResponse, DriverLicenseOCRResponse, WaybillOCRResponse, ClassifyStoreNameRequest, QuestionSplitOCRRequest, FlightInvoiceOCRRequest, HmtResidentPermitOCRResponse, IDCardOCRResponse, EnterpriseLicenseOCRResponse, QuestionOCRResponse, DriverLicenseOCRRequest, RecognizeTableOCRResponse, QrcodeOCRResponse, HKIDCardOCRResponse, MainlandPermitOCRRequest, EnglishOCRRequest, VehicleLicenseOCRRequest, QuestionSplitOCRResponse, TableOCRResponse, RecognizeStoreNameRequest, VerifyScenePhotoResponse, RecognizeAgentResponse, TrainTicketOCRResponse, RecognizeFormulaOCRResponse, ArithmeticOCRResponse, FormulaOCRResponse, RecognizeGeneralCardWarnRequest, SmartStructuralOCRRequest, ExtractDocMultiProResponse, RecognizeTravelCardOCRRequest, GeneralHandwritingOCRRequest, BizLicenseOCRRequest, MixedInvoiceDetectResponse, RideHailingDriverLicenseOCRRequest, GeneralAccurateOCRResponse, QrcodeOCRRequest, TaxiInvoiceOCRResponse, RecognizeGeneralInvoiceRequest, GeneralBasicOCRResponse, RecognizeMedicalInvoiceOCRResponse, RecognizeValidIDCardOCRRequest, MixedInvoiceOCRResponse, ClassifyDetectOCRResponse, VinOCRRequest, ExtractDocAgentResponse, VehicleLicenseOCRResponse, VatInvoiceOCRRequest, ClassifyDetectOCRRequest, MLIDCardOCRRequest, LicensePlateOCRResponse, ExtractDocBasicRequest, RecognizeThaiIDCardOCRResponse, ExtractDocMultiResponse, TaxiInvoiceOCRRequest, RecognizeContainerOCRRequest, TextDetectRequest, EduPaperOCRResponse, RecognizeThaiIDCardOCRRequest, RecognizeEncryptedIDCardOCRRequest, RecognizeHealthCodeOCRResponse, SubmitExtractDocAgentJobResponse, ImageEnhancementResponse, PassportOCRResponse, VehicleRegCertOCRRequest, QuestionSplitLayoutOCRResponse, SubmitMarkEssayAgentJobRequest, LicensePlateOCRRequest, GeneralBasicOCRRequest, SubmitMarkEssayAgentJobResponse, GeneralEfficientOCRRequest, AdvertiseOCRRequest, SubmitQuestionMarkAgentJobResponse, RideHailingDriverLicenseOCRResponse, ImageEnhancementRequest, ExtractDocBasicResponse, EnterpriseLicenseOCRRequest, SmartStructuralOCRResponse, GeneralAccurateOCRRequest, RecognizeFormulaOCRRequest, FlightInvoiceOCRResponse, VatInvoiceVerifyNewRequest, SubmitQuestionMarkAgentJobRequest, ArithmeticOCRRequest, VerifyOfdVatInvoiceOCRRequest, GetOCRTokenRequest, RecognizeGeneralCardWarnResponse, ClassifyStoreNameResponse, DescribeExtractDocAgentJobRequest, RecognizeTableAccurateOCRRequest, SealOCRResponse, VerifyBizLicenseEnterprise4Response, HandwritingEssayOCRRequest, BankSlipOCRResponse, RecognizeTravelCardOCRResponse, EduPaperOCRRequest, FormulaOCRRequest, PassportOCRRequest, VerifyScenePhotoRequest, DescribeQuestionMarkAgentJobRequest, MixedInvoiceOCRRequest, DescribeExtractDocAgentJobResponse, ResidenceBookletOCRResponse, CarInvoiceOCRResponse, VehicleRegCertOCRResponse, GeneralFastOCRRequest, RecognizeGeneralInvoiceResponse, HandwritingEssayOCRResponse, VerifyBizLicenseEnterprise4Request, QuestionOCRRequest, RecognizeMedicalInvoiceOCRRequest, InsuranceBillOCRResponse, TrainTicketOCRRequest, GeneralEfficientOCRResponse, MLIDPassportOCRResponse, SealOCRRequest, VerifyOfdVatInvoiceOCRResponse, HmtResidentPermitOCRRequest, RecognizeTableAccurateOCRResponse, ResidenceBookletOCRRequest, GetOCRResultRequest, GetOCRResultResponse, MainlandPermitOCRResponse, PermitOCRRequest, EnglishOCRResponse, RecognizeEncryptedIDCardOCRResponse, RideHailingTransportLicenseOCRResponse, RecognizeContainerOCRResponse, PermitOCRResponse, InsuranceBillOCRRequest, GeneralHandwritingOCRResponse, SubmitExtractDocAgentJobRequest, ExtractDocAgentRequest, AdvertiseOCRResponse, RecognizeAgentRequest, RecognizeOnlineTaxiItineraryOCRRequest, IDCardOCRRequest, MixedInvoiceDetectRequest, RecognizeStoreNameResponse, WaybillOCRRequest, RideHailingTransportLicenseOCRRequest, VatInvoiceVerifyNewResponse, MLIDCardOCRResponse, RecognizeTableOCRRequest, EstateCertOCRRequest, BizLicenseOCRResponse, VatInvoiceOCRResponse, BankCardOCRResponse, RecognizeHealthCodeOCRRequest, BusinessCardOCRRequest, RecognizeValidIDCardOCRResponse, DescribeMarkEssayAgentJobRequest, GeneralFastOCRResponse } from "./ocr_models";
|
|
3
3
|
/**
|
|
4
4
|
* ocr client
|
|
5
5
|
* @class
|
|
@@ -7,17 +7,112 @@ import { BankSlipOCRRequest, HKIDCardOCRRequest, DescribeQuestionMarkAgentJobRes
|
|
|
7
7
|
export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
8
8
|
constructor(clientConfig: TencentCloudCommon.ClientConfig);
|
|
9
9
|
/**
|
|
10
|
-
*
|
|
10
|
+
* 本接口支持病案首页、费用清单、结算单、医疗发票四种保险理赔单据的文本识别和结构化输出。
|
|
11
|
+
|
|
12
|
+
默认接口请求频率限制:1次/秒。
|
|
13
|
+
*/
|
|
14
|
+
InsuranceBillOCR(req: InsuranceBillOCRRequest, cb?: (error: string, rep: InsuranceBillOCRResponse) => void): Promise<InsuranceBillOCRResponse>;
|
|
15
|
+
/**
|
|
16
|
+
* 文本图像增强是面向文档类图片提供的图像增强处理能力,包括切边增强、图像矫正、阴影去除、摩尔纹去除等;可以有效优化文档类的图片质量,提升文字的清晰度。
|
|
17
|
+
|
|
18
|
+
默认接口请求频率限制:10次/秒。
|
|
19
|
+
*/
|
|
20
|
+
ImageEnhancement(req: ImageEnhancementRequest, cb?: (error: string, rep: ImageEnhancementResponse) => void): Promise<ImageEnhancementResponse>;
|
|
21
|
+
/**
|
|
22
|
+
* 试卷切题识别可将整页练习册、试卷或教辅中的题目进行自动切题,并识别出其中的文字内容和坐标位置。新接入客户请注意UseNewModel选择
|
|
11
23
|
|
|
12
24
|
默认接口请求频率限制:2次/秒。
|
|
13
25
|
*/
|
|
14
|
-
|
|
26
|
+
QuestionSplitOCR(req: QuestionSplitOCRRequest, cb?: (error: string, rep: QuestionSplitOCRResponse) => void): Promise<QuestionSplitOCRResponse>;
|
|
15
27
|
/**
|
|
16
|
-
|
|
28
|
+
* 支持对输入图的内容进行判断、分类以及总结;支持用户对通用文字识别输出结构进行自定义。
|
|
29
|
+
*/
|
|
30
|
+
RecognizeAgent(req: RecognizeAgentRequest, cb?: (error: string, rep: RecognizeAgentResponse) => void): Promise<RecognizeAgentResponse>;
|
|
31
|
+
/**
|
|
32
|
+
* 本接口支持智能化识别各类企业登记证书、许可证书、企业执照、三证合一类证书,结构化输出统一社会信用代码、公司名称、法定代表人、公司地址、注册资金、企业类型、经营范围、成立日期、有效期、开办资金、经费来源、举办单位等关键字段。
|
|
17
33
|
|
|
18
34
|
默认接口请求频率限制:5次/秒。
|
|
19
35
|
*/
|
|
20
|
-
|
|
36
|
+
EnterpriseLicenseOCR(req: EnterpriseLicenseOCRRequest, cb?: (error: string, rep: EnterpriseLicenseOCRResponse) => void): Promise<EnterpriseLicenseOCRResponse>;
|
|
37
|
+
/**
|
|
38
|
+
* 本接口支持中英文名片各字段的自动定位与识别,包含姓名、电话、手机号、邮箱、公司、部门、职位、网址、地址、QQ、微信、MSN等。
|
|
39
|
+
|
|
40
|
+
默认接口请求频率限制:10次/秒。
|
|
41
|
+
*/
|
|
42
|
+
BusinessCardOCR(req: BusinessCardOCRRequest, cb?: (error: string, rep: BusinessCardOCRResponse) => void): Promise<BusinessCardOCRResponse>;
|
|
43
|
+
/**
|
|
44
|
+
* 本接口支持网约车行程单关键字段的识别,包括行程起止日期、上车时间、起点、终点、里程、金额等字段。
|
|
45
|
+
|
|
46
|
+
默认接口请求频率限制:20次/秒。
|
|
47
|
+
*/
|
|
48
|
+
RecognizeOnlineTaxiItineraryOCR(req: RecognizeOnlineTaxiItineraryOCRRequest, cb?: (error: string, rep: RecognizeOnlineTaxiItineraryOCRResponse) => void): Promise<RecognizeOnlineTaxiItineraryOCRResponse>;
|
|
49
|
+
/**
|
|
50
|
+
* 本接口支持中国大陆居民二代身份证正反面所有字段的识别,包括姓名、性别、民族、出生日期、住址、公民身份证号、签发机关、有效期限,识别准确度达到99%以上。
|
|
51
|
+
|
|
52
|
+
另外,本接口还支持多种扩展能力,满足不同场景的需求。如身份证照片、人像照片的裁剪功能,同时具备7种告警功能,如下表所示。
|
|
53
|
+
|
|
54
|
+
重要提醒:本产品告警功能依托AI检测技术,不可作为审核的唯一依据,应用前请做好效果测试。
|
|
55
|
+
|
|
56
|
+
|
|
57
|
+
<table style="width:650px">
|
|
58
|
+
<thead>
|
|
59
|
+
<tr>
|
|
60
|
+
<th width="150">扩展能力</th>
|
|
61
|
+
<th width="500">能力项</th>
|
|
62
|
+
</tr>
|
|
63
|
+
</thead>
|
|
64
|
+
<tbody>
|
|
65
|
+
<tr>
|
|
66
|
+
<td rowspan="2">裁剪功能</td>
|
|
67
|
+
<td>身份证照片裁剪(去掉证件外多余的边缘、自动矫正拍摄角度)</td>
|
|
68
|
+
</tr>
|
|
69
|
+
<tr>
|
|
70
|
+
<td>人像照片裁剪(自动抠取身份证头像区域)</td>
|
|
71
|
+
</tr>
|
|
72
|
+
<tr>
|
|
73
|
+
<td rowspan="9">告警功能</td>
|
|
74
|
+
</tr>
|
|
75
|
+
<tr>
|
|
76
|
+
<td>身份证有效日期不合法告警</td>
|
|
77
|
+
</tr>
|
|
78
|
+
<tr>
|
|
79
|
+
<td>身份证边框不完整告警</td>
|
|
80
|
+
</tr>
|
|
81
|
+
<tr>
|
|
82
|
+
<td>身份证复印件告警</td>
|
|
83
|
+
</tr>
|
|
84
|
+
<tr>
|
|
85
|
+
<td>身份证翻拍告警</td>
|
|
86
|
+
</tr>
|
|
87
|
+
<tr>
|
|
88
|
+
<td>身份证框内遮挡告警</td>
|
|
89
|
+
</tr>
|
|
90
|
+
<tr>
|
|
91
|
+
<td>临时身份证告警</td>
|
|
92
|
+
</tr>
|
|
93
|
+
<tr>
|
|
94
|
+
<td>身份证疑似存在PS痕迹告警</td>
|
|
95
|
+
</tr>
|
|
96
|
+
<tr>
|
|
97
|
+
<td>图片模糊告警(可根据图片质量分数判断)</td>
|
|
98
|
+
</tr>
|
|
99
|
+
</tbody>
|
|
100
|
+
</table>
|
|
101
|
+
|
|
102
|
+
默认接口请求频率限制:20次/秒。
|
|
103
|
+
*/
|
|
104
|
+
IDCardOCR(req: IDCardOCRRequest, cb?: (error: string, rep: IDCardOCRResponse) => void): Promise<IDCardOCRResponse>;
|
|
105
|
+
/**
|
|
106
|
+
* 本接口支持马来西亚身份证识别,识别字段包括身份证号、姓名、性别、地址;具备身份证人像照片的裁剪功能和翻拍、复印件告警功能。
|
|
107
|
+
本接口暂未完全对外开放,如需咨询,请[联系商务](https://cloud.tencent.com/about/connect)
|
|
108
|
+
*/
|
|
109
|
+
MLIDCardOCR(req: MLIDCardOCRRequest, cb?: (error: string, rep: MLIDCardOCRResponse) => void): Promise<MLIDCardOCRResponse>;
|
|
110
|
+
/**
|
|
111
|
+
* 本接口支持增值税发票的准确性核验,您可以通过输入增值税发票的关键字段提供所需的验证信息,接口返回真实的票面相关信息,包括发票代码、发票号码、开票日期、金额、消费类型、购方名称、购方税号、销方名称、销方税号等多个常用字段。支持多种发票类型核验,包括增值税专用发票、增值税普通发票(含电子普通发票、卷式发票、通行费发票)、全电发票、机动车销售统一发票、货物运输业增值税专用发票、二手车销售统一发票、通用机打电子发票(广东和浙江)。
|
|
112
|
+
|
|
113
|
+
默认接口请求频率限制:20次/秒。
|
|
114
|
+
*/
|
|
115
|
+
VatInvoiceVerifyNew(req: VatInvoiceVerifyNewRequest, cb?: (error: string, rep: VatInvoiceVerifyNewResponse) => void): Promise<VatInvoiceVerifyNewResponse>;
|
|
21
116
|
/**
|
|
22
117
|
* 本接口支持条形码和二维码的识别(包括 DataMatrix 和 PDF417)。
|
|
23
118
|
|
|
@@ -87,6 +182,12 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
87
182
|
默认接口请求频率限制:5次/秒。
|
|
88
183
|
*/
|
|
89
184
|
RecognizeContainerOCR(req: RecognizeContainerOCRRequest, cb?: (error: string, rep: RecognizeContainerOCRResponse) => void): Promise<RecognizeContainerOCRResponse>;
|
|
185
|
+
/**
|
|
186
|
+
* 本接口支持中英文图片/PDF内常规表格、无线表格、多表格的检测和识别,返回每个单元格的文字内容,支持旋转的表格图片识别,且支持将识别结果保存为 Excel 格式。识别效果比表格识别V2更好,覆盖场景更加广泛,对表格难例场景,如无线表格、嵌套表格(有线表格中包含无线表格)的识别效果均优于表格识别V2。
|
|
187
|
+
|
|
188
|
+
默认接口请求频率限制:2次/秒。
|
|
189
|
+
*/
|
|
190
|
+
RecognizeTableAccurateOCR(req: RecognizeTableAccurateOCRRequest, cb?: (error: string, rep: RecognizeTableAccurateOCRResponse) => void): Promise<RecognizeTableAccurateOCRResponse>;
|
|
90
191
|
/**
|
|
91
192
|
* 身份证识别(安全加密版)接口实现了数据加密传输,能够有效防止个人身份证隐私信息不被窃取泄露。
|
|
92
193
|
|
|
@@ -145,6 +246,16 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
145
246
|
默认接口请求频率限制:20次/秒。
|
|
146
247
|
*/
|
|
147
248
|
RecognizeEncryptedIDCardOCR(req: RecognizeEncryptedIDCardOCRRequest, cb?: (error: string, rep: RecognizeEncryptedIDCardOCRResponse) => void): Promise<RecognizeEncryptedIDCardOCRResponse>;
|
|
249
|
+
/**
|
|
250
|
+
* 本接口支持多张、多类型票据的混合检测和自动分类,返回对应票据类型。目前已支持增值税发票、增值税发票(卷票)、定额发票、通用机打发票、购车发票、火车票、出租车发票、机票行程单、汽车票、轮船票、过路过桥费发票、酒店账单、客运限额发票、购物小票、完税证明共15种票据。
|
|
251
|
+
默认接口请求频率限制:5次/秒。
|
|
252
|
+
*/
|
|
253
|
+
MixedInvoiceDetect(req: MixedInvoiceDetectRequest, cb?: (error: string, rep: MixedInvoiceDetectResponse) => void): Promise<MixedInvoiceDetectResponse>;
|
|
254
|
+
/**
|
|
255
|
+
* 本接口支持图片内车辆识别代号(VIN)的检测和识别。
|
|
256
|
+
默认接口请求频率限制:10次/秒。
|
|
257
|
+
*/
|
|
258
|
+
VinOCR(req: VinOCRRequest, cb?: (error: string, rep: VinOCRResponse) => void): Promise<VinOCRResponse>;
|
|
148
259
|
/**
|
|
149
260
|
* 本接口用于识别门头照文字识别结果以及对应分类标签信息
|
|
150
261
|
默认接口请求频率限制:1次/秒
|
|
@@ -164,11 +275,25 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
164
275
|
*/
|
|
165
276
|
SubmitMarkEssayAgentJob(req: SubmitMarkEssayAgentJobRequest, cb?: (error: string, rep: SubmitMarkEssayAgentJobResponse) => void): Promise<SubmitMarkEssayAgentJobResponse>;
|
|
166
277
|
/**
|
|
167
|
-
*
|
|
278
|
+
* 用于试题批改Agent查询任务。主要面向K12的试题批改产品,支持整卷/单题端到端(试卷切题+题目批改+手写坐标回显)处理,主要聚焦的场景包括试题批改(含手写答案)、试题解析(不含手写答案),其中低年级算式批改效果比线上[数学作业批改](https://cloud.tencent.com/document/product/1004)效果更好。精准输出题目、正误判定、答案对比、错误及知识点等结构化评估结果。
|
|
168
279
|
|
|
169
|
-
|
|
280
|
+
默认接口请求并发限制:10张/分钟。
|
|
170
281
|
*/
|
|
171
|
-
|
|
282
|
+
DescribeQuestionMarkAgentJob(req: DescribeQuestionMarkAgentJobRequest, cb?: (error: string, rep: DescribeQuestionMarkAgentJobResponse) => void): Promise<DescribeQuestionMarkAgentJobResponse>;
|
|
283
|
+
/**
|
|
284
|
+
* 产品规划
|
|
285
|
+
|
|
286
|
+
本接口支持通信大数据行程卡识别,包括行程卡颜色、更新时间、途经地、存在中高风险地区的城市、电话号码,五个字段的识别结果输出。
|
|
287
|
+
|
|
288
|
+
默认接口请求频率限制:20次/秒。
|
|
289
|
+
*/
|
|
290
|
+
RecognizeTravelCardOCR(req: RecognizeTravelCardOCRRequest, cb?: (error: string, rep: RecognizeTravelCardOCRResponse) => void): Promise<RecognizeTravelCardOCRResponse>;
|
|
291
|
+
/**
|
|
292
|
+
* 本接口支持图片中整体文字的检测和识别,返回文字框位置与文字内容。相比通用印刷体识别接口,识别速度更快。
|
|
293
|
+
|
|
294
|
+
默认接口请求频率限制:10次/秒。
|
|
295
|
+
*/
|
|
296
|
+
GeneralFastOCR(req: GeneralFastOCRRequest, cb?: (error: string, rep: GeneralFastOCRResponse) => void): Promise<GeneralFastOCRResponse>;
|
|
172
297
|
/**
|
|
173
298
|
* 本接口支持二代身份证、临时身份证、港澳台居住证、外国人永久居留证,字段内容识别功能,包括姓名、性别、民族、出生、出生日期、住址、公民身份号码、签发机关、有效期限、国籍、通行证号码、持证人持有号码;支持返回证件类型;支持翻拍、复印、边框不完整、遮挡、字段级反光和字段级完整性告警;支持卡片主体框裁剪和头像裁剪。
|
|
174
299
|
|
|
@@ -178,17 +303,49 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
178
303
|
*/
|
|
179
304
|
RecognizeValidIDCardOCR(req: RecognizeValidIDCardOCRRequest, cb?: (error: string, rep: RecognizeValidIDCardOCRResponse) => void): Promise<RecognizeValidIDCardOCRResponse>;
|
|
180
305
|
/**
|
|
181
|
-
*
|
|
182
|
-
|
|
306
|
+
* 本接口支持快速精准识别营业执照上的字段,包括统一社会信用代码、公司名称、主体类型、法定代表人、注册资本、组成形式、成立日期、营业期限和经营范围等字段。
|
|
307
|
+
|
|
308
|
+
默认接口请求频率限制:10次/秒。
|
|
183
309
|
*/
|
|
184
|
-
|
|
310
|
+
BizLicenseOCR(req: BizLicenseOCRRequest, cb?: (error: string, rep: BizLicenseOCRResponse) => void): Promise<BizLicenseOCRResponse>;
|
|
185
311
|
/**
|
|
186
|
-
* <b
|
|
187
|
-
|
|
312
|
+
* <b>此接口为通用手写体识别的旧版本服务,建议您使用识别能力更强、服务性能更优的<a href="https://cloud.tencent.com/document/product/866/34937">通用印刷体识别(高精度)识别服务</a>。</b>
|
|
313
|
+
|
|
314
|
+
本接口支持图片内手写体文字的检测和识别,针对手写字体无规则、字迹潦草、模糊等特点进行了识别能力的增强。
|
|
315
|
+
|
|
316
|
+
默认接口请求频率限制:10次/秒。
|
|
317
|
+
*/
|
|
318
|
+
GeneralHandwritingOCR(req: GeneralHandwritingOCRRequest, cb?: (error: string, rep: GeneralHandwritingOCRResponse) => void): Promise<GeneralHandwritingOCRResponse>;
|
|
319
|
+
/**
|
|
320
|
+
* 题目识别是教育的基础OCR识别能力。可支持扫描、拍照场景的单题题目识别。接口支持印刷体文本、手写体文本及公式的OCR识别和坐标返回,此外,接口还可对题目中的配图位置进行检测并返回坐标位置。适用于智能批改等场景的题目内容识别作为检索输入。
|
|
321
|
+
|
|
322
|
+
默认接口请求频率限制:2次/秒。
|
|
323
|
+
*/
|
|
324
|
+
QuestionOCR(req: QuestionOCRRequest, cb?: (error: string, rep: QuestionOCRResponse) => void): Promise<QuestionOCRResponse>;
|
|
325
|
+
/**
|
|
326
|
+
* 本接口支持识别并提取制式卡证、票据、表单等结构化场景的字段信息。无需任何配置,灵活高效。适用于各类结构化信息录入场景。点击[立即体验](https://ocrdemo.cloud.tencent.com/?action=ExtractDocBasic)。
|
|
327
|
+
|
|
328
|
+
接口别名:SmartStructuralOCRV2
|
|
329
|
+
|
|
330
|
+
默认接口请求频率限制:5次/秒。
|
|
331
|
+
*/
|
|
332
|
+
ExtractDocBasic(req: ExtractDocBasicRequest, cb?: (error: string, rep: ExtractDocBasicResponse) => void): Promise<ExtractDocBasicResponse>;
|
|
333
|
+
/**
|
|
334
|
+
* 本接口支持出租车发票关键字段的识别,包括发票号码、发票代码、金额、日期、上下车时间、里程、车牌号、发票类型及所属地区等字段。
|
|
188
335
|
|
|
189
336
|
默认接口请求频率限制:5次/秒。
|
|
190
337
|
*/
|
|
191
|
-
|
|
338
|
+
TaxiInvoiceOCR(req: TaxiInvoiceOCRRequest, cb?: (error: string, rep: TaxiInvoiceOCRResponse) => void): Promise<TaxiInvoiceOCRResponse>;
|
|
339
|
+
/**
|
|
340
|
+
* 本接口支持火车票全字段的识别,包括编号、出发站、到达站、出发时间、车次、座位号、姓名、票价、席别、身份证号、发票消费类型、序列号、加收票价、手续费、大写金额、售票站、原票价、发票类型、收据号码、是否仅供报销使用等字段的识别。
|
|
341
|
+
|
|
342
|
+
默认接口请求频率限制:5次/秒。
|
|
343
|
+
*/
|
|
344
|
+
TrainTicketOCR(req: TrainTicketOCRRequest, cb?: (error: string, rep: TrainTicketOCRResponse) => void): Promise<TrainTicketOCRResponse>;
|
|
345
|
+
/**
|
|
346
|
+
* 获取ocr结果
|
|
347
|
+
*/
|
|
348
|
+
GetOCRResult(req: GetOCRResultRequest, cb?: (error: string, rep: GetOCRResultResponse) => void): Promise<GetOCRResultResponse>;
|
|
192
349
|
/**
|
|
193
350
|
* 本接口支持中国香港身份证人像面中关键字段的识别,包括中文姓名、英文姓名、姓名电码、出生日期、性别、证件符号、首次签发日期、最近领用日期、身份证号、是否是永久性居民身份证;具备人像照片裁剪等扩展功能。
|
|
194
351
|
|
|
@@ -196,587 +353,110 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
196
353
|
*/
|
|
197
354
|
HKIDCardOCR(req: HKIDCardOCRRequest, cb?: (error: string, rep: HKIDCardOCRResponse) => void): Promise<HKIDCardOCRResponse>;
|
|
198
355
|
/**
|
|
199
|
-
|
|
356
|
+
* 提供针对特定场景(如商户门头照、车牌等)图片的PS篡改、AIGC合成、图片质量检测能力,可应用于业务流程中对特定场景图片真实性、有效性校验的场景。
|
|
357
|
+
*/
|
|
358
|
+
VerifyScenePhoto(req: VerifyScenePhotoRequest, cb?: (error: string, rep: VerifyScenePhotoResponse) => void): Promise<VerifyScenePhotoResponse>;
|
|
359
|
+
/**
|
|
360
|
+
* 本接口支持增值税专用发票、增值税普通发票、增值税电子专票、增值税电子普票、电子发票(普通发票)、电子发票(增值税专用发票)全字段的内容检测和识别,包括发票代码、发票号码、打印发票代码、打印发票号码、开票日期、合计金额、校验码、税率、合计税额、价税合计、购买方识别号、复核、销售方识别号、开票人、密码区1、密码区2、密码区3、密码区4、发票名称、购买方名称、销售方名称、服务名称、备注、规格型号、数量、单价、金额、税额、收款人等字段,点击[立即试用](https://cloud.tencent.com/product/ocr)。
|
|
200
361
|
|
|
201
362
|
默认接口请求频率限制:10次/秒。
|
|
202
363
|
*/
|
|
203
|
-
|
|
364
|
+
VatInvoiceOCR(req: VatInvoiceOCRRequest, cb?: (error: string, rep: VatInvoiceOCRResponse) => void): Promise<VatInvoiceOCRResponse>;
|
|
204
365
|
/**
|
|
205
|
-
*
|
|
366
|
+
* 模型参数更小,速度更快。推荐场景:实时性要求高(30s以内)并且样本输入输出token2000以内,建议用实时模型。【备注:1.固定价格不限抽取字段数,2.自适应价格抽取字段大于10记两次费用,小于等于10记一次费用】
|
|
206
367
|
|
|
207
|
-
默认接口请求频率限制:
|
|
368
|
+
默认接口请求频率限制:5次/秒。
|
|
208
369
|
*/
|
|
209
|
-
|
|
370
|
+
ExtractDocAgent(req: ExtractDocAgentRequest, cb?: (error: string, rep: ExtractDocAgentResponse) => void): Promise<ExtractDocAgentResponse>;
|
|
210
371
|
/**
|
|
211
|
-
*
|
|
212
|
-
|
|
372
|
+
* 支持通用证照的有效性检测告警,包括卡证复印件告警、卡证翻拍告警等功能,支持通用证照的ps伪造检测,可以应用于各种证件信息有效性校验场景。
|
|
373
|
+
|
|
374
|
+
重要提醒:本产品依托AI检测技术,不可作为审核的唯一依据,应用前请做好效果测试。
|
|
213
375
|
|
|
214
376
|
默认接口请求频率限制:5次/秒。
|
|
215
377
|
*/
|
|
216
|
-
|
|
378
|
+
RecognizeGeneralCardWarn(req: RecognizeGeneralCardWarnRequest, cb?: (error: string, rep: RecognizeGeneralCardWarnResponse) => void): Promise<RecognizeGeneralCardWarnResponse>;
|
|
217
379
|
/**
|
|
218
|
-
*
|
|
380
|
+
* 本接口支持市面上主流版式电子运单的识别,包括收件人和寄件人的姓名、电话、地址以及运单号等字段。
|
|
219
381
|
|
|
220
382
|
默认接口请求频率限制:10次/秒。
|
|
221
383
|
*/
|
|
222
|
-
|
|
384
|
+
WaybillOCR(req: WaybillOCRRequest, cb?: (error: string, rep: WaybillOCRResponse) => void): Promise<WaybillOCRResponse>;
|
|
223
385
|
/**
|
|
224
|
-
*
|
|
386
|
+
* <b>此接口不再进行服务升级,建议您使用识别能力更强、服务性能更优的<a href="https://cloud.tencent.com/document/product/866/90802">通用票据识别(高级版)</a>。</b>
|
|
387
|
+
本接口支持机票行程单关键字段的识别,包括旅客姓名、有效身份证件号码、电子客票号码、验证码、填开单位、其他税费、燃油附加费、民航发展基金、保险费、销售单位代号、始发地、目的地、航班号、时间、日期、座位等级、承运人、发票消费类型、票价、合计金额、填开日期、国内国际标签、印刷序号、客票级别/类别、客票生效日期、有效期截止日期、免费行李等字段,支持航班信息多行明细输出。
|
|
225
388
|
|
|
226
389
|
默认接口请求频率限制:5次/秒。
|
|
227
390
|
*/
|
|
228
|
-
|
|
391
|
+
FlightInvoiceOCR(req: FlightInvoiceOCRRequest, cb?: (error: string, rep: FlightInvoiceOCRResponse) => void): Promise<FlightInvoiceOCRResponse>;
|
|
229
392
|
/**
|
|
230
|
-
*
|
|
231
|
-
|
|
393
|
+
* 本接口支持对卡式港澳台通行证的识别,包括签发地点、签发机关、有效期限、性别、出生日期、英文姓名、姓名、证件号等字段。
|
|
394
|
+
|
|
395
|
+
默认接口请求频率限制:10次/秒。
|
|
232
396
|
*/
|
|
233
|
-
|
|
397
|
+
PermitOCR(req: PermitOCRRequest, cb?: (error: string, rep: PermitOCRResponse) => void): Promise<PermitOCRResponse>;
|
|
234
398
|
/**
|
|
235
|
-
*
|
|
399
|
+
* 本接口支持中英文图片/ PDF内常规表格、无线表格、多表格的检测和识别,支持日文有线表格识别,返回每个单元格的文字内容,支持旋转的表格图片识别,且支持将识别结果保存为 Excel 格式。
|
|
236
400
|
|
|
237
|
-
默认接口请求频率限制:
|
|
401
|
+
默认接口请求频率限制:10次/秒。
|
|
238
402
|
*/
|
|
239
|
-
|
|
240
|
-
/**
|
|
241
|
-
* 模型参数更大,速度更慢。推荐场景:可以接受异步(超过30s返回),样本输入输出token大于2000,长文本类文档建议用异步模型。需要 SubmitExtractDocAgentJob(提交任务)、DescribeExtractDocAgentJob(查询任务)两个接口配套使用,计费发生在提交任务后。【备注:1.固定价格不限抽取字段数,2.自适应价格抽取字段大于10记两次费用,小于等于10记一次费用】
|
|
242
|
-
*/
|
|
243
|
-
DescribeExtractDocAgentJob(req: DescribeExtractDocAgentJobRequest, cb?: (error: string, rep: DescribeExtractDocAgentJobResponse) => void): Promise<DescribeExtractDocAgentJobResponse>;
|
|
403
|
+
RecognizeTableOCR(req: RecognizeTableOCRRequest, cb?: (error: string, rep: RecognizeTableOCRResponse) => void): Promise<RecognizeTableOCRResponse>;
|
|
244
404
|
/**
|
|
245
|
-
*
|
|
405
|
+
* 本接口专为教育场景设计,可高精度识别中英文手写字符,智能分栏并按阅读顺序分割内容,自动过滤手写与印刷体混排干扰,精准返回词、行、段落及标题的文本与坐标信息。点击[立即体验](https://ocrdemo.cloud.tencent.com/)。
|
|
246
406
|
|
|
247
|
-
|
|
407
|
+
默认接口请求频率限制:5次/秒。
|
|
248
408
|
*/
|
|
249
|
-
|
|
409
|
+
HandwritingEssayOCR(req: HandwritingEssayOCRRequest, cb?: (error: string, rep: HandwritingEssayOCRResponse) => void): Promise<HandwritingEssayOCRResponse>;
|
|
250
410
|
/**
|
|
251
|
-
*
|
|
411
|
+
* 本接口通过检测图片中的文字信息特征,快速判断图片中有无文字并返回判断结果,帮助用户过滤无文字的图片。
|
|
252
412
|
|
|
253
413
|
默认接口请求频率限制:5次/秒。
|
|
254
414
|
*/
|
|
255
|
-
|
|
415
|
+
TextDetect(req: TextDetectRequest, cb?: (error: string, rep: TextDetectResponse) => void): Promise<TextDetectResponse>;
|
|
256
416
|
/**
|
|
257
|
-
*
|
|
417
|
+
* 本接口支持识别并提取各类证照、票据、表单、合同等结构化场景的字段信息。无需任何配置,灵活高效。适用于各类结构化信息录入场景。
|
|
258
418
|
|
|
259
|
-
默认接口请求频率限制:
|
|
419
|
+
默认接口请求频率限制:5次/秒。
|
|
260
420
|
*/
|
|
261
|
-
|
|
421
|
+
SmartStructuralOCR(req: SmartStructuralOCRRequest, cb?: (error: string, rep: SmartStructuralOCRResponse) => void): Promise<SmartStructuralOCRResponse>;
|
|
262
422
|
/**
|
|
263
|
-
*
|
|
264
|
-
本接口支持机票行程单关键字段的识别,包括旅客姓名、有效身份证件号码、电子客票号码、验证码、填开单位、其他税费、燃油附加费、民航发展基金、保险费、销售单位代号、始发地、目的地、航班号、时间、日期、座位等级、承运人、发票消费类型、票价、合计金额、填开日期、国内国际标签、印刷序号、客票级别/类别、客票生效日期、有效期截止日期、免费行李等字段,支持航班信息多行明细输出。
|
|
423
|
+
* 本接口当前仅支持复杂磅单收发货单抽取,更多强推理场景支持定制咨询。点击[立即体验](https://ocrdemo.cloud.tencent.com/?action=ExtractDocMultiPro)。
|
|
265
424
|
|
|
266
425
|
默认接口请求频率限制:5次/秒。
|
|
267
426
|
*/
|
|
268
|
-
|
|
427
|
+
ExtractDocMultiPro(req: ExtractDocMultiProRequest, cb?: (error: string, rep: ExtractDocMultiProResponse) => void): Promise<ExtractDocMultiProResponse>;
|
|
269
428
|
/**
|
|
270
|
-
*
|
|
429
|
+
* 用于试题批改Agent提交任务。主要面向K12的试题批改产品,支持整卷/单题端到端(试卷切题+题目批改+手写坐标回显)处理,主要聚焦的场景包括试题批改(含手写答案)、试题解析(不含手写答案),其中低年级算式批改效果比线上[数学作业批改](https://cloud.tencent.com/document/product/1004)效果更好。精准输出题目、正误判定、答案对比、错误及知识点等结构化评估结果。
|
|
271
430
|
|
|
272
|
-
|
|
431
|
+
默认接口请求并发限制:10张/分钟。
|
|
432
|
+
*/
|
|
433
|
+
SubmitQuestionMarkAgentJob(req: SubmitQuestionMarkAgentJobRequest, cb?: (error: string, rep: SubmitQuestionMarkAgentJobResponse) => void): Promise<SubmitQuestionMarkAgentJobResponse>;
|
|
434
|
+
/**
|
|
435
|
+
* 本接口支持行驶证主页和副页所有字段的自动定位与识别。
|
|
273
436
|
|
|
274
|
-
|
|
275
|
-
支持返回的细项目子票种SubType、子票种中文TypeDescription、以及对应所属大类票种Type 的说明如下列表:
|
|
276
|
-
<table style="width:715px">
|
|
277
|
-
<thead>
|
|
278
|
-
<tr>
|
|
279
|
-
<th style="width:200px">SubType 子票种英文</th>
|
|
280
|
-
<th style="width:200px">TypeDescription子票种中文</th>
|
|
281
|
-
<th >Type 所属大类票种</th>
|
|
282
|
-
</tr>
|
|
283
|
-
</thead>
|
|
284
|
-
<tbody>
|
|
285
|
-
<tr>
|
|
286
|
-
<td> VatSpecialInvoice</td>
|
|
287
|
-
<td> 增值税专用发票 </td>
|
|
288
|
-
<td> 3 </td>
|
|
289
|
-
</tr>
|
|
290
|
-
<tr>
|
|
291
|
-
<td> VatCommonInvoice</td>
|
|
292
|
-
<td> 增值税普通发票 </td>
|
|
293
|
-
<td> 3 </td>
|
|
294
|
-
</tr>
|
|
295
|
-
<tr>
|
|
296
|
-
<td> VatElectronicCommonInvoice </td>
|
|
297
|
-
<td> 增值税电子普通发票 </td>
|
|
298
|
-
<td> 3 </td>
|
|
299
|
-
</tr>
|
|
300
|
-
<tr>
|
|
301
|
-
<td> VatElectronicSpecialInvoice </td>
|
|
302
|
-
<td> 增值税电子专用发票 </td>
|
|
303
|
-
<td> 3 </td>
|
|
304
|
-
</tr>
|
|
305
|
-
<tr>
|
|
306
|
-
<td> VatElectronicInvoiceBlockchain</td>
|
|
307
|
-
<td> 区块链电子发票 </td>
|
|
308
|
-
<td> 3 </td>
|
|
309
|
-
</tr>
|
|
310
|
-
<tr>
|
|
311
|
-
<td> VatElectronicInvoiceToll</td>
|
|
312
|
-
<td> 增值税电子普通发票(通行费)</td>
|
|
313
|
-
<td> 3 </td>
|
|
314
|
-
</tr>
|
|
315
|
-
<tr>
|
|
316
|
-
<td> VatSalesList</td>
|
|
317
|
-
<td> 增值税销货清单</td>
|
|
318
|
-
<td> 3 </td>
|
|
319
|
-
</tr>
|
|
320
|
-
<tr>
|
|
321
|
-
<td> VatElectronicSpecialInvoiceFull</td>
|
|
322
|
-
<td> 电子发票(专用发票)</td>
|
|
323
|
-
<td> 16 </td>
|
|
324
|
-
</tr>
|
|
325
|
-
<tr>
|
|
326
|
-
<td> VatElectronicInvoiceFull</td>
|
|
327
|
-
<td> 电子发票(普通发票) </td>
|
|
328
|
-
<td> 16 </td>
|
|
329
|
-
</tr>
|
|
330
|
-
<tr>
|
|
331
|
-
<td> ElectronicFlightTicketFull</td>
|
|
332
|
-
<td> 电子发票(机票行程单)</td>
|
|
333
|
-
<td> 16 </td>
|
|
334
|
-
</tr>
|
|
335
|
-
<tr>
|
|
336
|
-
<td> ElectronicTrainTicketFull</td>
|
|
337
|
-
<td> 电子发票(铁路电子客票)</td>
|
|
338
|
-
<td> 16 </td>
|
|
339
|
-
</tr>
|
|
340
|
-
<tr>
|
|
341
|
-
<td> MotorVehicleSaleInvoice </td>
|
|
342
|
-
<td> 机动车销售统一发票 </td>
|
|
343
|
-
<td> 12 </td>
|
|
344
|
-
</tr>
|
|
345
|
-
<tr>
|
|
346
|
-
<td> UsedCarPurchaseInvoice </td>
|
|
347
|
-
<td> 二手车销售统一发票 </td>
|
|
348
|
-
<td> 12 </td>
|
|
349
|
-
</tr>
|
|
350
|
-
<tr>
|
|
351
|
-
<td> MotorVehicleSaleInvoiceElectronic </td>
|
|
352
|
-
<td> 机动车销售统一发票(电子)</td>
|
|
353
|
-
<td> 12 </td>
|
|
354
|
-
</tr>
|
|
355
|
-
<tr>
|
|
356
|
-
<td> UsedCarPurchaseInvoiceElectronic </td>
|
|
357
|
-
<td> 二手车销售统一发票(电子)</td>
|
|
358
|
-
<td> 12 </td>
|
|
359
|
-
</tr>
|
|
360
|
-
<tr>
|
|
361
|
-
<td> VatInvoiceRoll </td>
|
|
362
|
-
<td> 增值税普通发票(卷票) </td>
|
|
363
|
-
<td> 11 </td>
|
|
364
|
-
</tr>
|
|
365
|
-
<tr>
|
|
366
|
-
<td> TaxiTicket </td>
|
|
367
|
-
<td> 出租车发票 </td>
|
|
368
|
-
<td> 0 </td>
|
|
369
|
-
</tr>
|
|
370
|
-
<tr>
|
|
371
|
-
<td> QuotaInvoice </td>
|
|
372
|
-
<td> 定额发票 </td>
|
|
373
|
-
<td> 1 </td>
|
|
374
|
-
</tr>
|
|
375
|
-
<tr>
|
|
376
|
-
<td> TrainTicket </td>
|
|
377
|
-
<td> 火车票 </td>
|
|
378
|
-
<td> 2 </td>
|
|
379
|
-
</tr>
|
|
380
|
-
<tr>
|
|
381
|
-
<td> AirTransport </td>
|
|
382
|
-
<td> 机票行程单 </td>
|
|
383
|
-
<td> 5 </td>
|
|
384
|
-
</tr>
|
|
385
|
-
<tr>
|
|
386
|
-
<td> MachinePrintedInvoice </td>
|
|
387
|
-
<td> 通用机打发票 </td>
|
|
388
|
-
<td> 8 </td>
|
|
389
|
-
</tr>
|
|
390
|
-
<tr>
|
|
391
|
-
<td> BusInvoice </td>
|
|
392
|
-
<td> 汽车票 </td>
|
|
393
|
-
<td> 9 </td>
|
|
394
|
-
</tr>
|
|
395
|
-
<tr>
|
|
396
|
-
<td> ShippingInvoice </td>
|
|
397
|
-
<td> 轮船票 </td>
|
|
398
|
-
<td> 10 </td>
|
|
399
|
-
</tr>
|
|
400
|
-
<tr>
|
|
401
|
-
<td> NonTaxIncomeGeneralBill </td>
|
|
402
|
-
<td> 非税收入通用票据 </td>
|
|
403
|
-
<td> 15 </td>
|
|
404
|
-
</tr>
|
|
405
|
-
<tr>
|
|
406
|
-
<td> NonTaxIncomeElectronicBill </td>
|
|
407
|
-
<td> 非税收入一般缴款书(电子) </td>
|
|
408
|
-
<td> 15 </td>
|
|
409
|
-
</tr>
|
|
410
|
-
<tr>
|
|
411
|
-
<td> TollInvoice </td>
|
|
412
|
-
<td> 过路过桥费发票 </td>
|
|
413
|
-
<td> 13 </td>
|
|
414
|
-
</tr>
|
|
415
|
-
<tr>
|
|
416
|
-
<td> MedicalOutpatientInvoice </td>
|
|
417
|
-
<td> 医疗门诊收费票据(电子) </td>
|
|
418
|
-
<td> 17 </td>
|
|
419
|
-
</tr>
|
|
420
|
-
<tr>
|
|
421
|
-
<td> MedicalHospitalizedInvoice </td>
|
|
422
|
-
<td> 医疗住院收费票据(电子) </td>
|
|
423
|
-
<td> 17 </td>
|
|
424
|
-
</tr>
|
|
425
|
-
<tr>
|
|
426
|
-
<td> TaxPayment </td>
|
|
427
|
-
<td> 完税凭证 </td>
|
|
428
|
-
<td> 18 </td>
|
|
429
|
-
</tr>
|
|
430
|
-
<tr>
|
|
431
|
-
<td> CustomsPaymentReceipt </td>
|
|
432
|
-
<td> 海关缴款 </td>
|
|
433
|
-
<td> 19 </td>
|
|
434
|
-
</tr>
|
|
435
|
-
<tr>
|
|
436
|
-
<td> BankSlip </td>
|
|
437
|
-
<td> 银行回单 </td>
|
|
438
|
-
<td> 20 </td>
|
|
439
|
-
</tr>
|
|
440
|
-
<tr>
|
|
441
|
-
<td> OnlineTaxiItinerary </td>
|
|
442
|
-
<td> 网约车行程单 </td>
|
|
443
|
-
<td> 21 </td>
|
|
444
|
-
</tr>
|
|
445
|
-
<tr>
|
|
446
|
-
<td> CustomsDeclaration </td>
|
|
447
|
-
<td> 海关进/出口货物报关单 </td>
|
|
448
|
-
<td> 22 </td>
|
|
449
|
-
</tr>
|
|
450
|
-
<tr>
|
|
451
|
-
<td> OverseasInvoice </td>
|
|
452
|
-
<td> 海外发票 </td>
|
|
453
|
-
<td> 23 </td>
|
|
454
|
-
</tr>
|
|
455
|
-
<tr>
|
|
456
|
-
<td> ShoppingReceipt </td>
|
|
457
|
-
<td> 购物小票 </td>
|
|
458
|
-
<td> 24 </td>
|
|
459
|
-
</tr>
|
|
460
|
-
<tr>
|
|
461
|
-
<td> SaleInventory </td>
|
|
462
|
-
<td> 销货清单 </td>
|
|
463
|
-
<td> 25 </td>
|
|
464
|
-
</tr>
|
|
465
|
-
<tr>
|
|
466
|
-
<td> ElectronicTollSummary </td>
|
|
467
|
-
<td> 通行费电子票据汇总单 </td>
|
|
468
|
-
<td> 26 </td>
|
|
469
|
-
</tr>
|
|
470
|
-
<tr>
|
|
471
|
-
<td> OtherInvoice </td>
|
|
472
|
-
<td> 其他发票 </td>
|
|
473
|
-
<td> -1 </td>
|
|
474
|
-
</tr>
|
|
475
|
-
</tbody>
|
|
476
|
-
</table>
|
|
477
|
-
*/
|
|
478
|
-
RecognizeGeneralInvoice(req: RecognizeGeneralInvoiceRequest, cb?: (error: string, rep: RecognizeGeneralInvoiceResponse) => void): Promise<RecognizeGeneralInvoiceResponse>;
|
|
479
|
-
/**
|
|
480
|
-
* 本接口支持病案首页、费用清单、结算单、医疗发票四种保险理赔单据的文本识别和结构化输出。
|
|
481
|
-
|
|
482
|
-
默认接口请求频率限制:1次/秒。
|
|
483
|
-
*/
|
|
484
|
-
InsuranceBillOCR(req: InsuranceBillOCRRequest, cb?: (error: string, rep: InsuranceBillOCRResponse) => void): Promise<InsuranceBillOCRResponse>;
|
|
485
|
-
/**
|
|
486
|
-
* 本接口支持增值税发票的准确性核验,您可以通过输入增值税发票的关键字段提供所需的验证信息,接口返回真实的票面相关信息,包括发票代码、发票号码、开票日期、金额、消费类型、购方名称、购方税号、销方名称、销方税号等多个常用字段。支持多种发票类型核验,包括增值税专用发票、增值税普通发票(含电子普通发票、卷式发票、通行费发票)、全电发票、机动车销售统一发票、货物运输业增值税专用发票、二手车销售统一发票、通用机打电子发票(广东和浙江)。
|
|
487
|
-
|
|
488
|
-
默认接口请求频率限制:20次/秒。
|
|
489
|
-
*/
|
|
490
|
-
VatInvoiceVerifyNew(req: VatInvoiceVerifyNewRequest, cb?: (error: string, rep: VatInvoiceVerifyNewResponse) => void): Promise<VatInvoiceVerifyNewResponse>;
|
|
491
|
-
/**
|
|
492
|
-
* 本接口支持图片内车辆识别代号(VIN)的检测和识别。
|
|
493
|
-
默认接口请求频率限制:10次/秒。
|
|
494
|
-
*/
|
|
495
|
-
VinOCR(req: VinOCRRequest, cb?: (error: string, rep: VinOCRResponse) => void): Promise<VinOCRResponse>;
|
|
496
|
-
/**
|
|
497
|
-
* 本接口支持行驶证主页和副页所有字段的自动定位与识别。
|
|
498
|
-
|
|
499
|
-
行驶证主页:车牌号码、车辆类型、所有人、住址、使用性质、品牌型号、识别代码、发动机号、注册日期、发证日期、发证单位。
|
|
437
|
+
行驶证主页:车牌号码、车辆类型、所有人、住址、使用性质、品牌型号、识别代码、发动机号、注册日期、发证日期、发证单位。
|
|
500
438
|
|
|
501
439
|
行驶证副页:号牌号码、档案编号、核定载人数、总质量、整备质量、核定载质量、外廓尺寸、准牵引总质量、备注、检验记录。
|
|
502
440
|
|
|
503
|
-
另外,本接口还支持复印件、翻拍告警功能。
|
|
504
|
-
|
|
505
|
-
默认接口请求频率限制:10次/秒。
|
|
506
|
-
*/
|
|
507
|
-
VehicleLicenseOCR(req: VehicleLicenseOCRRequest, cb?: (error: string, rep: VehicleLicenseOCRResponse) => void): Promise<VehicleLicenseOCRResponse>;
|
|
508
|
-
/**
|
|
509
|
-
* 本接口支持快速精准识别营业执照上的字段,包括统一社会信用代码、公司名称、主体类型、法定代表人、注册资本、组成形式、成立日期、营业期限和经营范围等字段。
|
|
510
|
-
|
|
511
|
-
默认接口请求频率限制:10次/秒。
|
|
512
|
-
*/
|
|
513
|
-
BizLicenseOCR(req: BizLicenseOCRRequest, cb?: (error: string, rep: BizLicenseOCRResponse) => void): Promise<BizLicenseOCRResponse>;
|
|
514
|
-
/**
|
|
515
|
-
* 支持通用证照的有效性检测告警,包括卡证复印件告警、卡证翻拍告警等功能,支持通用证照的ps伪造检测,可以应用于各种证件信息有效性校验场景。
|
|
516
|
-
|
|
517
|
-
重要提醒:本产品依托AI检测技术,不可作为审核的唯一依据,应用前请做好效果测试。
|
|
518
|
-
|
|
519
|
-
默认接口请求频率限制:5次/秒。
|
|
520
|
-
*/
|
|
521
|
-
RecognizeGeneralCardWarn(req: RecognizeGeneralCardWarnRequest, cb?: (error: string, rep: RecognizeGeneralCardWarnResponse) => void): Promise<RecognizeGeneralCardWarnResponse>;
|
|
522
|
-
/**
|
|
523
|
-
* **建议您使用识别效果更好的[通用文字识别(高精度版](https://cloud.tencent.com/document/product/866/34937 ))**
|
|
524
|
-
本接口支持图像整体文字的检测和识别。可以识别中文、英文、中英文、日语、韩语、西班牙语、法语、德语、葡萄牙语、越南语、马来语、俄语、意大利语、荷兰语、瑞典语、芬兰语、丹麦语、挪威语、匈牙利语、泰语,阿拉伯语20种语言,且各种语言均支持与英文混合的文字识别。
|
|
525
|
-
|
|
526
|
-
适用于印刷文档识别、网络图片识别、广告图文字识别、街景店招牌识别、菜单识别、视频标题识别、头像文字识别等场景。
|
|
527
|
-
|
|
528
|
-
产品优势:支持自动识别语言类型,可返回文本框坐标信息,对于倾斜文本支持自动旋转纠正。
|
|
529
|
-
|
|
530
|
-
通用印刷体识别不同版本的差异如下:
|
|
531
|
-
<table style="width:715px">
|
|
532
|
-
<thead>
|
|
533
|
-
<tr>
|
|
534
|
-
<th style="width:150px"></th>
|
|
535
|
-
<th style="width:250px">【荐】通用印刷体识别</th>
|
|
536
|
-
<th ><a href="https://cloud.tencent.com/document/product/866/34937">【荐】通用印刷体识别(高精度版)</a></th>
|
|
537
|
-
</tr>
|
|
538
|
-
</thead>
|
|
539
|
-
<tbody>
|
|
540
|
-
<tr>
|
|
541
|
-
<td> 适用场景</td>
|
|
542
|
-
<td>适用于所有通用场景的印刷体识别</td>
|
|
543
|
-
<td>适用于文字较多、长串数字、小字、模糊字、倾斜文本等困难场景</td>
|
|
544
|
-
</tr>
|
|
545
|
-
<tr>
|
|
546
|
-
<td>识别准确率</td>
|
|
547
|
-
<td>96%</td>
|
|
548
|
-
<td>99%</td>
|
|
549
|
-
</tr>
|
|
550
|
-
<tr>
|
|
551
|
-
<td>价格</td>
|
|
552
|
-
<td>低</td>
|
|
553
|
-
<td>中</td>
|
|
554
|
-
</tr>
|
|
555
|
-
<tr>
|
|
556
|
-
<td>支持的语言</td>
|
|
557
|
-
<td>中文、英文、中英文、日语、韩语、西班牙语、法语、德语、葡萄牙语、越南语、马来语、俄语、意大利语、荷兰语、瑞典语、芬兰语、丹麦语、挪威语、匈牙利语、泰语</td>
|
|
558
|
-
<td>中文、英文、中英文、泰语、印尼语、日语、韩语、西班牙语、法语、德语、葡萄牙语、越南语、马来语、俄语、意大利语、荷兰语、瑞典语、芬兰语、丹麦语、挪威语、匈牙利语、哈萨克语</td>
|
|
559
|
-
</tr>
|
|
560
|
-
<tr>
|
|
561
|
-
<td>自动语言检测</td>
|
|
562
|
-
<td>支持</td>
|
|
563
|
-
<td>中英文支持;其他语种需要调整输入参数</td>
|
|
564
|
-
</tr>
|
|
565
|
-
<tr>
|
|
566
|
-
<td>返回文本行坐标</td>
|
|
567
|
-
<td>支持</td>
|
|
568
|
-
<td>支持</td>
|
|
569
|
-
</tr>
|
|
570
|
-
<tr>
|
|
571
|
-
<td>自动旋转纠正</td>
|
|
572
|
-
<td>支持旋转识别,返回角度信息</td>
|
|
573
|
-
<td>支持旋转识别,返回角度信息</td>
|
|
574
|
-
</tr>
|
|
575
|
-
</tbody>
|
|
576
|
-
</table>
|
|
577
|
-
|
|
578
|
-
默认接口请求频率限制:20次/秒。
|
|
579
|
-
*/
|
|
580
|
-
GeneralBasicOCR(req: GeneralBasicOCRRequest, cb?: (error: string, rep: GeneralBasicOCRResponse) => void): Promise<GeneralBasicOCRResponse>;
|
|
581
|
-
/**
|
|
582
|
-
* 本接口支持泰国身份证识别,识别字段包括泰文姓名、英文姓名、地址、出生日期、身份证号码、首次领用日期、签发日期等字段。
|
|
583
|
-
本接口暂未完全对外开放,如需咨询,请[联系商务](https://cloud.tencent.com/about/connect)
|
|
584
|
-
|
|
585
|
-
默认接口请求频率限制:10次/秒
|
|
586
|
-
*/
|
|
587
|
-
RecognizeThaiIDCardOCR(req: RecognizeThaiIDCardOCRRequest, cb?: (error: string, rep: RecognizeThaiIDCardOCRResponse) => void): Promise<RecognizeThaiIDCardOCRResponse>;
|
|
588
|
-
/**
|
|
589
|
-
* <b>此接口不再进行服务升级,建议您使用识别能力更强、服务性能更优的<a href="https://cloud.tencent.com/document/product/866/90802">通用票据识别(高级版)</a>。</b>
|
|
590
|
-
本接口支持定额发票的发票号码、发票代码、金额(大小写)、发票消费类型、地区及是否有公司印章等关键字段的识别。
|
|
591
|
-
|
|
592
|
-
默认接口请求频率限制:5次/秒。
|
|
593
|
-
*/
|
|
594
|
-
QuotaInvoiceOCR(req: QuotaInvoiceOCRRequest, cb?: (error: string, rep: QuotaInvoiceOCRResponse) => void): Promise<QuotaInvoiceOCRResponse>;
|
|
595
|
-
/**
|
|
596
|
-
* 本接口当前仅支持复杂磅单收发货单抽取,更多强推理场景支持定制咨询。点击[立即体验](https://ocrdemo.cloud.tencent.com/?action=ExtractDocMultiPro)。
|
|
597
|
-
|
|
598
|
-
默认接口请求频率限制:5次/秒。
|
|
599
|
-
*/
|
|
600
|
-
ExtractDocMultiPro(req: ExtractDocMultiProRequest, cb?: (error: string, rep: ExtractDocMultiProResponse) => void): Promise<ExtractDocMultiProResponse>;
|
|
601
|
-
/**
|
|
602
|
-
* <b>此接口为表格识别的旧版本服务,不再进行服务升级,建议您使用识别能力更强、服务性能更优的<a href="https://cloud.tencent.com/document/product/866/49525">新版表格识别</a>。</b>
|
|
603
|
-
|
|
604
|
-
本接口支持图片内表格文档的检测和识别,返回每个单元格的文字内容,支持将识别结果保存为 Excel 格式。
|
|
605
|
-
|
|
606
|
-
默认接口请求频率限制:10次/秒。
|
|
607
|
-
*/
|
|
608
|
-
TableOCR(req: TableOCRRequest, cb?: (error: string, rep: TableOCRResponse) => void): Promise<TableOCRResponse>;
|
|
609
|
-
/**
|
|
610
|
-
* 本接口支持作业算式题目的自动识别和判分,目前覆盖 K12 学力范围内的 11 种题型,包括加减乘除四则、加减乘除已知结果求运算因子、判断大小、约等于估算、带余数除法、分数四则运算、单位换算、竖式加减法、竖式乘除法、脱式计算和解方程,平均识别精度达到93%以上。
|
|
611
|
-
|
|
612
|
-
默认接口请求频率限制:10次/秒。
|
|
613
|
-
*/
|
|
614
|
-
ArithmeticOCR(req: ArithmeticOCRRequest, cb?: (error: string, rep: ArithmeticOCRResponse) => void): Promise<ArithmeticOCRResponse>;
|
|
615
|
-
/**
|
|
616
|
-
* 本接口支持不动产权证关键字段的识别,包括使用期限、面积、用途、权利性质、权利类型、坐落、共有情况、权利人、权利其他状况等。
|
|
617
|
-
|
|
618
|
-
默认接口请求频率限制:5次/秒。
|
|
619
|
-
*/
|
|
620
|
-
EstateCertOCR(req: EstateCertOCRRequest, cb?: (error: string, rep: EstateCertOCRResponse) => void): Promise<EstateCertOCRResponse>;
|
|
621
|
-
/**
|
|
622
|
-
* 本接口支持对中国大陆主流银行卡正反面关键字段的检测与识别,包括卡号、卡类型、卡名字、银行信息、有效期。支持竖排异形卡识别、多角度旋转图片识别。支持对复印件、翻拍件、边框遮挡的银行卡进行告警,可应用于各种银行卡信息有效性校验场景,如金融行业身份认证、第三方支付绑卡等场景。
|
|
623
|
-
|
|
624
|
-
默认接口请求频率限制:10次/秒。
|
|
625
|
-
*/
|
|
626
|
-
BankCardOCR(req: BankCardOCRRequest, cb?: (error: string, rep: BankCardOCRResponse) => void): Promise<BankCardOCRResponse>;
|
|
627
|
-
/**
|
|
628
|
-
* 获取ocr的token值
|
|
629
|
-
*/
|
|
630
|
-
GetOCRToken(req: GetOCRTokenRequest, cb?: (error: string, rep: GetOCRTokenResponse) => void): Promise<GetOCRTokenResponse>;
|
|
631
|
-
/**
|
|
632
|
-
* 本接口支持数学试题内容的识别和结构化输出,包括通用文本解析和小学/初中/高中数学公式解析能力(包括91种题型,180种符号),公式返回格式为 Latex 格式文本。
|
|
633
|
-
|
|
634
|
-
默认接口请求频率限制:5次/秒。
|
|
635
|
-
*/
|
|
636
|
-
EduPaperOCR(req: EduPaperOCRRequest, cb?: (error: string, rep: EduPaperOCRResponse) => void): Promise<EduPaperOCRResponse>;
|
|
637
|
-
/**
|
|
638
|
-
* 支持对输入图的内容进行判断、分类以及总结;支持用户对通用文字识别输出结构进行自定义。
|
|
639
|
-
默认接口请求频率限制:1次/秒
|
|
640
|
-
*/
|
|
641
|
-
RecognizeAgent(req: RecognizeAgentRequest, cb?: (error: string, rep: RecognizeAgentResponse) => void): Promise<RecognizeAgentResponse>;
|
|
642
|
-
/**
|
|
643
|
-
* 本接口支持智能化识别各类企业登记证书、许可证书、企业执照、三证合一类证书,结构化输出统一社会信用代码、公司名称、法定代表人、公司地址、注册资金、企业类型、经营范围、成立日期、有效期、开办资金、经费来源、举办单位等关键字段。
|
|
644
|
-
|
|
645
|
-
默认接口请求频率限制:5次/秒。
|
|
646
|
-
*/
|
|
647
|
-
EnterpriseLicenseOCR(req: EnterpriseLicenseOCRRequest, cb?: (error: string, rep: EnterpriseLicenseOCRResponse) => void): Promise<EnterpriseLicenseOCRResponse>;
|
|
648
|
-
/**
|
|
649
|
-
* 本接口支持中英文名片各字段的自动定位与识别,包含姓名、电话、手机号、邮箱、公司、部门、职位、网址、地址、QQ、微信、MSN等。
|
|
650
|
-
|
|
651
|
-
默认接口请求频率限制:10次/秒。
|
|
652
|
-
*/
|
|
653
|
-
BusinessCardOCR(req: BusinessCardOCRRequest, cb?: (error: string, rep: BusinessCardOCRResponse) => void): Promise<BusinessCardOCRResponse>;
|
|
654
|
-
/**
|
|
655
|
-
* 本接口支持中国大陆居民二代身份证正反面所有字段的识别,包括姓名、性别、民族、出生日期、住址、公民身份证号、签发机关、有效期限,识别准确度达到99%以上。
|
|
656
|
-
|
|
657
|
-
另外,本接口还支持多种扩展能力,满足不同场景的需求。如身份证照片、人像照片的裁剪功能,同时具备7种告警功能,如下表所示。
|
|
658
|
-
|
|
659
|
-
重要提醒:本产品告警功能依托AI检测技术,不可作为审核的唯一依据,应用前请做好效果测试。
|
|
660
|
-
|
|
661
|
-
|
|
662
|
-
<table style="width:650px">
|
|
663
|
-
<thead>
|
|
664
|
-
<tr>
|
|
665
|
-
<th width="150">扩展能力</th>
|
|
666
|
-
<th width="500">能力项</th>
|
|
667
|
-
</tr>
|
|
668
|
-
</thead>
|
|
669
|
-
<tbody>
|
|
670
|
-
<tr>
|
|
671
|
-
<td rowspan="2">裁剪功能</td>
|
|
672
|
-
<td>身份证照片裁剪(去掉证件外多余的边缘、自动矫正拍摄角度)</td>
|
|
673
|
-
</tr>
|
|
674
|
-
<tr>
|
|
675
|
-
<td>人像照片裁剪(自动抠取身份证头像区域)</td>
|
|
676
|
-
</tr>
|
|
677
|
-
<tr>
|
|
678
|
-
<td rowspan="9">告警功能</td>
|
|
679
|
-
</tr>
|
|
680
|
-
<tr>
|
|
681
|
-
<td>身份证有效日期不合法告警</td>
|
|
682
|
-
</tr>
|
|
683
|
-
<tr>
|
|
684
|
-
<td>身份证边框不完整告警</td>
|
|
685
|
-
</tr>
|
|
686
|
-
<tr>
|
|
687
|
-
<td>身份证复印件告警</td>
|
|
688
|
-
</tr>
|
|
689
|
-
<tr>
|
|
690
|
-
<td>身份证翻拍告警</td>
|
|
691
|
-
</tr>
|
|
692
|
-
<tr>
|
|
693
|
-
<td>身份证框内遮挡告警</td>
|
|
694
|
-
</tr>
|
|
695
|
-
<tr>
|
|
696
|
-
<td>临时身份证告警</td>
|
|
697
|
-
</tr>
|
|
698
|
-
<tr>
|
|
699
|
-
<td>身份证疑似存在PS痕迹告警</td>
|
|
700
|
-
</tr>
|
|
701
|
-
<tr>
|
|
702
|
-
<td>图片模糊告警(可根据图片质量分数判断)</td>
|
|
703
|
-
</tr>
|
|
704
|
-
</tbody>
|
|
705
|
-
</table>
|
|
706
|
-
|
|
707
|
-
默认接口请求频率限制:20次/秒。
|
|
708
|
-
*/
|
|
709
|
-
IDCardOCR(req: IDCardOCRRequest, cb?: (error: string, rep: IDCardOCRResponse) => void): Promise<IDCardOCRResponse>;
|
|
710
|
-
/**
|
|
711
|
-
* 本接口支持中英文图片/PDF内常规表格、无线表格、多表格的检测和识别,返回每个单元格的文字内容,支持旋转的表格图片识别,且支持将识别结果保存为 Excel 格式。识别效果比表格识别V2更好,覆盖场景更加广泛,对表格难例场景,如无线表格、嵌套表格(有线表格中包含无线表格)的识别效果均优于表格识别V2。
|
|
712
|
-
|
|
713
|
-
默认接口请求频率限制:2次/秒。
|
|
714
|
-
*/
|
|
715
|
-
RecognizeTableAccurateOCR(req: RecognizeTableAccurateOCRRequest, cb?: (error: string, rep: RecognizeTableAccurateOCRResponse) => void): Promise<RecognizeTableAccurateOCRResponse>;
|
|
716
|
-
/**
|
|
717
|
-
* 本接口支持多张、多类型票据的混合检测和自动分类,返回对应票据类型。目前已支持增值税发票、增值税发票(卷票)、定额发票、通用机打发票、购车发票、火车票、出租车发票、机票行程单、汽车票、轮船票、过路过桥费发票、酒店账单、客运限额发票、购物小票、完税证明共15种票据。
|
|
718
|
-
默认接口请求频率限制:5次/秒。
|
|
719
|
-
*/
|
|
720
|
-
MixedInvoiceDetect(req: MixedInvoiceDetectRequest, cb?: (error: string, rep: MixedInvoiceDetectResponse) => void): Promise<MixedInvoiceDetectResponse>;
|
|
721
|
-
/**
|
|
722
|
-
* <b>此接口不再进行服务升级,建议您使用识别能力更强、服务性能更优的<a href="https://cloud.tencent.com/document/product/866/90802">通用票据识别(高级版)</a>。</b>
|
|
723
|
-
本接口支持对增值税发票(卷票)关键字段的识别,包括的发票代码、合计金额(小写)、合计金额(大写)、开票日期、发票号码、购买方识别号、销售方识别号、校验码、销售方名称、购买方名称、发票消费类型、省、市、是否有公司印章、单价、金额、数量、服务类型、品名、种类等。
|
|
724
|
-
|
|
725
|
-
默认接口请求频率限制:5次/秒。
|
|
726
|
-
*/
|
|
727
|
-
VatRollInvoiceOCR(req: VatRollInvoiceOCRRequest, cb?: (error: string, rep: VatRollInvoiceOCRResponse) => void): Promise<VatRollInvoiceOCRResponse>;
|
|
728
|
-
/**
|
|
729
|
-
* 用于试题批改Agent查询任务。主要面向K12的试题批改产品,支持整卷/单题端到端(试卷切题+题目批改+手写坐标回显)处理,主要聚焦的场景包括试题批改(含手写答案)、试题解析(不含手写答案),其中低年级算式批改效果比线上[数学作业批改](https://cloud.tencent.com/document/product/1004)效果更好。精准输出题目、正误判定、答案对比、错误及知识点等结构化评估结果。
|
|
730
|
-
|
|
731
|
-
默认接口请求并发限制:10张/分钟。
|
|
732
|
-
*/
|
|
733
|
-
DescribeQuestionMarkAgentJob(req: DescribeQuestionMarkAgentJobRequest, cb?: (error: string, rep: DescribeQuestionMarkAgentJobResponse) => void): Promise<DescribeQuestionMarkAgentJobResponse>;
|
|
734
|
-
/**
|
|
735
|
-
* <b>此接口为通用手写体识别的旧版本服务,建议您使用识别能力更强、服务性能更优的<a href="https://cloud.tencent.com/document/product/866/34937">通用印刷体识别(高精度)识别服务</a>。</b>
|
|
736
|
-
|
|
737
|
-
本接口支持图片内手写体文字的检测和识别,针对手写字体无规则、字迹潦草、模糊等特点进行了识别能力的增强。
|
|
738
|
-
|
|
739
|
-
默认接口请求频率限制:10次/秒。
|
|
740
|
-
*/
|
|
741
|
-
GeneralHandwritingOCR(req: GeneralHandwritingOCRRequest, cb?: (error: string, rep: GeneralHandwritingOCRResponse) => void): Promise<GeneralHandwritingOCRResponse>;
|
|
742
|
-
/**
|
|
743
|
-
* 本接口支持识别并提取制式卡证、票据、表单等结构化场景的字段信息。无需任何配置,灵活高效。适用于各类结构化信息录入场景。点击[立即体验](https://ocrdemo.cloud.tencent.com/?action=ExtractDocBasic)。
|
|
744
|
-
|
|
745
|
-
接口别名:SmartStructuralOCRV2
|
|
746
|
-
|
|
747
|
-
默认接口请求频率限制:5次/秒。
|
|
748
|
-
*/
|
|
749
|
-
ExtractDocBasic(req: ExtractDocBasicRequest, cb?: (error: string, rep: ExtractDocBasicResponse) => void): Promise<ExtractDocBasicResponse>;
|
|
750
|
-
/**
|
|
751
|
-
* 本接口支持网约车行程单关键字段的识别,包括行程起止日期、上车时间、起点、终点、里程、金额等字段。
|
|
752
|
-
|
|
753
|
-
默认接口请求频率限制:20次/秒。
|
|
754
|
-
*/
|
|
755
|
-
RecognizeOnlineTaxiItineraryOCR(req: RecognizeOnlineTaxiItineraryOCRRequest, cb?: (error: string, rep: RecognizeOnlineTaxiItineraryOCRResponse) => void): Promise<RecognizeOnlineTaxiItineraryOCRResponse>;
|
|
756
|
-
/**
|
|
757
|
-
* 本接口支持中英文图片/ PDF内常规表格、无线表格、多表格的检测和识别,支持日文有线表格识别,返回每个单元格的文字内容,支持旋转的表格图片识别,且支持将识别结果保存为 Excel 格式。
|
|
441
|
+
另外,本接口还支持复印件、翻拍告警功能。
|
|
758
442
|
|
|
759
443
|
默认接口请求频率限制:10次/秒。
|
|
760
444
|
*/
|
|
761
|
-
|
|
445
|
+
VehicleLicenseOCR(req: VehicleLicenseOCRRequest, cb?: (error: string, rep: VehicleLicenseOCRResponse) => void): Promise<VehicleLicenseOCRResponse>;
|
|
762
446
|
/**
|
|
763
|
-
*
|
|
447
|
+
* <b>此接口为表格识别的旧版本服务,不再进行服务升级,建议您使用识别能力更强、服务性能更优的<a href="https://cloud.tencent.com/document/product/866/49525">新版表格识别</a>。</b>
|
|
764
448
|
|
|
765
|
-
|
|
766
|
-
*/
|
|
767
|
-
ExtractDocAgent(req: ExtractDocAgentRequest, cb?: (error: string, rep: ExtractDocAgentResponse) => void): Promise<ExtractDocAgentResponse>;
|
|
768
|
-
/**
|
|
769
|
-
* 本接口支持市面上主流版式电子运单的识别,包括收件人和寄件人的姓名、电话、地址以及运单号等字段。
|
|
449
|
+
本接口支持图片内表格文档的检测和识别,返回每个单元格的文字内容,支持将识别结果保存为 Excel 格式。
|
|
770
450
|
|
|
771
451
|
默认接口请求频率限制:10次/秒。
|
|
772
452
|
*/
|
|
773
|
-
|
|
453
|
+
TableOCR(req: TableOCRRequest, cb?: (error: string, rep: TableOCRResponse) => void): Promise<TableOCRResponse>;
|
|
774
454
|
/**
|
|
775
|
-
*
|
|
455
|
+
* 本接口支持网约车驾驶证关键字段的识别,包括姓名、证号、起始日期、截止日期、发证日期。
|
|
776
456
|
|
|
777
457
|
默认接口请求频率限制:5次/秒。
|
|
778
458
|
*/
|
|
779
|
-
|
|
459
|
+
RideHailingDriverLicenseOCR(req: RideHailingDriverLicenseOCRRequest, cb?: (error: string, rep: RideHailingDriverLicenseOCRResponse) => void): Promise<RideHailingDriverLicenseOCRResponse>;
|
|
780
460
|
/**
|
|
781
461
|
* 港澳台居住证OCR支持港澳台居住证正反面全字段内容检测识别功能,包括姓名、性别、出生日期、地址、身份证号、签发机关、有效期限、签发次数、通行证号码关键字段识别。可以应用于港澳台居住证信息识别场景,例如银行开户、用户注册等。
|
|
782
462
|
|
|
@@ -790,12 +470,23 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
790
470
|
*/
|
|
791
471
|
DescribeMarkEssayAgentJob(req: DescribeMarkEssayAgentJobRequest, cb?: (error: string, rep: DescribeMarkEssayAgentJobResponse) => void): Promise<DescribeMarkEssayAgentJobResponse>;
|
|
792
472
|
/**
|
|
793
|
-
*
|
|
794
|
-
|
|
473
|
+
* 本接口支持作业算式题目的自动识别和判分,目前覆盖 K12 学力范围内的 11 种题型,包括加减乘除四则、加减乘除已知结果求运算因子、判断大小、约等于估算、带余数除法、分数四则运算、单位换算、竖式加减法、竖式乘除法、脱式计算和解方程,平均识别精度达到93%以上。
|
|
474
|
+
|
|
475
|
+
默认接口请求频率限制:10次/秒。
|
|
476
|
+
*/
|
|
477
|
+
ArithmeticOCR(req: ArithmeticOCRRequest, cb?: (error: string, rep: ArithmeticOCRResponse) => void): Promise<ArithmeticOCRResponse>;
|
|
478
|
+
/**
|
|
479
|
+
* 本接口支持对中国大陆机动车车牌的自动定位和识别,返回地域编号和车牌号码与车牌颜色信息。
|
|
480
|
+
|
|
481
|
+
默认接口请求频率限制:10次/秒。
|
|
482
|
+
*/
|
|
483
|
+
LicensePlateOCR(req: LicensePlateOCRRequest, cb?: (error: string, rep: LicensePlateOCRResponse) => void): Promise<LicensePlateOCRResponse>;
|
|
484
|
+
/**
|
|
485
|
+
* 本接口支持不动产权证关键字段的识别,包括使用期限、面积、用途、权利性质、权利类型、坐落、共有情况、权利人、权利其他状况等。
|
|
795
486
|
|
|
796
487
|
默认接口请求频率限制:5次/秒。
|
|
797
488
|
*/
|
|
798
|
-
|
|
489
|
+
EstateCertOCR(req: EstateCertOCRRequest, cb?: (error: string, rep: EstateCertOCRResponse) => void): Promise<EstateCertOCRResponse>;
|
|
799
490
|
/**
|
|
800
491
|
* 支持身份证、护照、名片、银行卡、行驶证、驾驶证、港澳台通行证、户口本、港澳台来往内地通行证、港澳台居住证、不动产证、营业执照的智能分类。
|
|
801
492
|
|
|
@@ -803,17 +494,24 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
803
494
|
*/
|
|
804
495
|
ClassifyDetectOCR(req: ClassifyDetectOCRRequest, cb?: (error: string, rep: ClassifyDetectOCRResponse) => void): Promise<ClassifyDetectOCRResponse>;
|
|
805
496
|
/**
|
|
806
|
-
*
|
|
497
|
+
* 本接口支持识别并提取场景复杂、版式多等结构化场景的字段信息。重点场景包括:金融、医疗、交通、出行、保险。点击[立即体验](https://ocrdemo.cloud.tencent.com/?action=ExtractDocMulti)。
|
|
807
498
|
|
|
808
|
-
|
|
499
|
+
接口别名:SmartStructuralPro
|
|
500
|
+
|
|
501
|
+
默认接口请求频率限制:5次/秒。
|
|
809
502
|
*/
|
|
810
|
-
|
|
503
|
+
ExtractDocMulti(req: ExtractDocMultiRequest, cb?: (error: string, rep: ExtractDocMultiResponse) => void): Promise<ExtractDocMultiResponse>;
|
|
811
504
|
/**
|
|
812
505
|
* 本接口支持各类印章主体内容、印章其他内容及形状识别,支持单图多印章识别,包括发票章、财务章等,适用于公文票据等场景。
|
|
813
506
|
|
|
814
507
|
默认接口请求频率限制:5次/秒。
|
|
815
508
|
*/
|
|
816
509
|
SealOCR(req: SealOCRRequest, cb?: (error: string, rep: SealOCRResponse) => void): Promise<SealOCRResponse>;
|
|
510
|
+
/**
|
|
511
|
+
* 本接口用于识别门头照分类标签信息
|
|
512
|
+
默认接口请求频率限制:1次/秒
|
|
513
|
+
*/
|
|
514
|
+
ClassifyStoreName(req: ClassifyStoreNameRequest, cb?: (error: string, rep: ClassifyStoreNameResponse) => void): Promise<ClassifyStoreNameResponse>;
|
|
817
515
|
/**
|
|
818
516
|
* 本接口支持银行回单全字段的识别,包括付款开户行、收款开户行、付款账号、收款账号、回单类型、回单编号、币种、流水号、凭证号码、交易机构、交易金额、手续费、日期等字段信息。
|
|
819
517
|
|
|
@@ -821,159 +519,186 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
821
519
|
*/
|
|
822
520
|
BankSlipOCR(req: BankSlipOCRRequest, cb?: (error: string, rep: BankSlipOCRResponse) => void): Promise<BankSlipOCRResponse>;
|
|
823
521
|
/**
|
|
824
|
-
*
|
|
522
|
+
* 本接口支持图像整体文字的检测和识别。支持中文、英文、中英文、数字和特殊字符号的识别,并返回文字框位置和文字内容。
|
|
825
523
|
|
|
826
|
-
|
|
524
|
+
适用于快速文本识别场景。
|
|
525
|
+
|
|
526
|
+
产品优势:与通用印刷体识别接口相比,精简版虽然在准确率和召回率上有一定损失,但价格更加优惠。
|
|
527
|
+
|
|
528
|
+
通用印刷体识别不同版本的差异如下:
|
|
529
|
+
<table style="width:715px">
|
|
530
|
+
<thead>
|
|
531
|
+
<tr>
|
|
532
|
+
<th style="width:150px"></th>
|
|
533
|
+
<th >通用印刷体识别(精简版)</th>
|
|
534
|
+
<th style="width:200px"><a href="https://cloud.tencent.com/document/product/866/33526">【荐】通用印刷体识别</a></th>
|
|
535
|
+
<th><a href="https://cloud.tencent.com/document/product/866/34937">【荐】通用印刷体识别(高精度版)</a></th>
|
|
536
|
+
</tr>
|
|
537
|
+
</thead>
|
|
538
|
+
<tbody>
|
|
539
|
+
<tr>
|
|
540
|
+
<td> 适用场景</td>
|
|
541
|
+
<td>适用于快速文本识别场景,准召率有一定损失,价格更优惠</td>
|
|
542
|
+
<td>适用于所有通用场景的印刷体识别</td>
|
|
543
|
+
<td>适用于文字较多、长串数字、小字、模糊字、倾斜文本等困难场景</td>
|
|
544
|
+
</tr>
|
|
545
|
+
<tr>
|
|
546
|
+
<td>识别准确率</td>
|
|
547
|
+
<td>91%</td>
|
|
548
|
+
<td>96%</td>
|
|
549
|
+
<td>99%</td>
|
|
550
|
+
</tr>
|
|
551
|
+
<tr>
|
|
552
|
+
<td>价格</td>
|
|
553
|
+
<td>低</td>
|
|
554
|
+
<td>中</td>
|
|
555
|
+
<td>高</td>
|
|
556
|
+
</tr>
|
|
557
|
+
<tr>
|
|
558
|
+
<td>支持的语言</td>
|
|
559
|
+
<td>中文、英文、中英文</td>
|
|
560
|
+
<td>中文、英文、中英文、日语、韩语、西班牙语、法语、德语、葡萄牙语、越南语、马来语、俄语、意大利语、荷兰语、瑞典语、芬兰语、丹麦语、挪威语、匈牙利语、泰语</td>
|
|
561
|
+
<td>中文、英文、中英文</td>
|
|
562
|
+
</tr>
|
|
563
|
+
<tr>
|
|
564
|
+
<td>自动语言检测</td>
|
|
565
|
+
<td>支持</td>
|
|
566
|
+
<td>支持</td>
|
|
567
|
+
<td>支持</td>
|
|
568
|
+
</tr>
|
|
569
|
+
<tr>
|
|
570
|
+
<td>返回文本行坐标</td>
|
|
571
|
+
<td>支持</td>
|
|
572
|
+
<td>支持</td>
|
|
573
|
+
<td>支持</td>
|
|
574
|
+
</tr>
|
|
575
|
+
<tr>
|
|
576
|
+
<td>自动旋转纠正</td>
|
|
577
|
+
<td>支持旋转识别,返回角度信息</td>
|
|
578
|
+
<td>支持旋转识别,返回角度信息</td>
|
|
579
|
+
<td>支持旋转识别,返回角度信息</td>
|
|
580
|
+
</tr>
|
|
581
|
+
</tbody>
|
|
582
|
+
</table>
|
|
583
|
+
|
|
584
|
+
默认接口请求频率限制:10次/秒。
|
|
827
585
|
*/
|
|
828
|
-
|
|
586
|
+
GeneralEfficientOCR(req: GeneralEfficientOCRRequest, cb?: (error: string, rep: GeneralEfficientOCRResponse) => void): Promise<GeneralEfficientOCRResponse>;
|
|
829
587
|
/**
|
|
830
|
-
*
|
|
831
|
-
|
|
832
|
-
本接口支持通信大数据行程卡识别,包括行程卡颜色、更新时间、途经地、存在中高风险地区的城市、电话号码,五个字段的识别结果输出。
|
|
588
|
+
* 支持广告商品图片内文字的检测和识别,返回文本框位置与文字内容。支持中英文、横排、竖排以及倾斜场景文字识别,支持90度、180度、270度翻转以及倾斜场景文字识别,具有较高召回率和准确率。
|
|
833
589
|
|
|
834
590
|
默认接口请求频率限制:20次/秒。
|
|
835
591
|
*/
|
|
836
|
-
|
|
592
|
+
AdvertiseOCR(req: AdvertiseOCRRequest, cb?: (error: string, rep: AdvertiseOCRResponse) => void): Promise<AdvertiseOCRResponse>;
|
|
837
593
|
/**
|
|
838
594
|
* 模型参数更大,速度更慢。推荐场景:可以接受异步(超过30s返回),样本输入输出token大于2000,长文本类文档建议用异步模型。需要 SubmitExtractDocAgentJob(提交任务)、DescribeExtractDocAgentJob(查询任务)两个接口配套使用,计费发生在提交任务后。【备注:1.固定价格不限抽取字段数,2.自适应价格抽取字段大于10记两次费用,小于等于10记一次费用】
|
|
839
595
|
*/
|
|
840
|
-
|
|
841
|
-
/**
|
|
842
|
-
* 本接口支持OFD格式的增值税电子普通发票、增值税电子专用发票、电子发票(普通发票)、电子发票(增值税专用发票)、电子发票(铁路电子客票)、电子发票(航空运输电子客票行程单)识别,返回发票代码、发票号码、开票日期、验证码、机器编号、密码区,购买方和销售方信息,包括名称、纳税人识别号、地址电话、开户行及账号,以及价税合计、开票人、收款人、复核人、税额、不含税金额等字段信息。
|
|
843
|
-
*/
|
|
844
|
-
VerifyOfdVatInvoiceOCR(req: VerifyOfdVatInvoiceOCRRequest, cb?: (error: string, rep: VerifyOfdVatInvoiceOCRResponse) => void): Promise<VerifyOfdVatInvoiceOCRResponse>;
|
|
596
|
+
DescribeExtractDocAgentJob(req: DescribeExtractDocAgentJobRequest, cb?: (error: string, rep: DescribeExtractDocAgentJobResponse) => void): Promise<DescribeExtractDocAgentJobResponse>;
|
|
845
597
|
/**
|
|
846
|
-
*
|
|
847
|
-
|
|
848
|
-
驾驶证主页:包括证号、姓名、性别、国籍、住址、出生日期、初次领证日期、准驾车型、有效期限、发证单位
|
|
849
|
-
|
|
850
|
-
驾驶证副页:包括证号、姓名、档案编号、记录。
|
|
851
|
-
|
|
852
|
-
另外,本接口还支持复印件、翻拍告警功能。同时支持识别交管12123 APP发放的电子驾驶证正页。
|
|
853
|
-
|
|
854
|
-
电子驾驶证正页:包括证号、姓名、性别、国籍、出生日期、初次领证日期、准驾车型、有效期开始时间、有效期截止时间、档案编号、状态、累积记分。
|
|
598
|
+
* 本接口支持国内机动车登记证书主要字段的结构化识别,包括机动车所有人、身份证明名称、号码、车辆型号、车辆识别代号、发动机号、制造厂名称等。
|
|
855
599
|
|
|
856
|
-
默认接口请求频率限制:
|
|
600
|
+
默认接口请求频率限制:5次/秒。
|
|
857
601
|
*/
|
|
858
|
-
|
|
602
|
+
VehicleRegCertOCR(req: VehicleRegCertOCRRequest, cb?: (error: string, rep: VehicleRegCertOCRResponse) => void): Promise<VehicleRegCertOCRResponse>;
|
|
859
603
|
/**
|
|
860
|
-
*
|
|
861
|
-
本接口支持常见银行票据的自动分类和识别。整单识别包括支票(含现金支票、普通支票、转账支票),承兑汇票(含银行承兑汇票、商业承兑汇票)以及进账单等,适用于中国人民银行印发的 2010 版银行票据凭证版式(银发[2010]299 号)。
|
|
604
|
+
* 试卷切题(仅检测)可将整页练习册、试卷或教辅中的题目进行自动切题,返回试题边框的坐标位置。新客户请注意UseNewMode的选择。
|
|
862
605
|
|
|
863
|
-
默认接口请求频率限制:
|
|
606
|
+
默认接口请求频率限制:2次/秒。
|
|
864
607
|
*/
|
|
865
|
-
|
|
608
|
+
QuestionSplitLayoutOCR(req: QuestionSplitLayoutOCRRequest, cb?: (error: string, rep: QuestionSplitLayoutOCRResponse) => void): Promise<QuestionSplitLayoutOCRResponse>;
|
|
866
609
|
/**
|
|
867
|
-
*
|
|
610
|
+
* 医疗发票识别目前支持全国统一门诊发票、全国统一住院发票、以及部分地方的门诊和住院发票的识别。
|
|
868
611
|
|
|
869
612
|
默认接口请求频率限制:5次/秒。
|
|
870
613
|
*/
|
|
871
|
-
|
|
614
|
+
RecognizeMedicalInvoiceOCR(req: RecognizeMedicalInvoiceOCRRequest, cb?: (error: string, rep: RecognizeMedicalInvoiceOCRResponse) => void): Promise<RecognizeMedicalInvoiceOCRResponse>;
|
|
872
615
|
/**
|
|
873
|
-
*
|
|
874
|
-
|
|
875
|
-
本接口支持北京、上海、广东、江苏、吉林、黑龙江、天津、辽宁、浙江、河南、四川、贵州、山东、安徽、福建、江西、湖北、湖南等省份健康码的识别,包括持码人姓名、持码人身份证号、健康码更新时间、健康码颜色、核酸检测结果、核酸检测间隔时长、核酸检测时间,疫苗接种信息,八个字段的识别结果输出。不同省市健康码显示的字段信息有所不同,上述字段的识别结果可能为空,以图片上具体展示的信息为准。
|
|
616
|
+
* 本接口支持图像英文文字的检测和识别,返回文字框位置与文字内容。支持多场景、任意版面下的英文、字母、数字和常见字符的识别,同时覆盖英文印刷体和英文手写体识别。
|
|
876
617
|
|
|
877
618
|
默认接口请求频率限制:10次/秒。
|
|
878
619
|
*/
|
|
879
|
-
|
|
620
|
+
EnglishOCR(req: EnglishOCRRequest, cb?: (error: string, rep: EnglishOCRResponse) => void): Promise<EnglishOCRResponse>;
|
|
880
621
|
/**
|
|
881
|
-
*
|
|
622
|
+
* 本接口支持居民户口簿户主页及成员页关键字段的识别,包括姓名、户别、地址、籍贯、身份证号码等。
|
|
882
623
|
|
|
883
|
-
默认接口请求频率限制:
|
|
624
|
+
默认接口请求频率限制:5次/秒。
|
|
884
625
|
*/
|
|
885
|
-
|
|
626
|
+
ResidenceBookletOCR(req: ResidenceBookletOCRRequest, cb?: (error: string, rep: ResidenceBookletOCRResponse) => void): Promise<ResidenceBookletOCRResponse>;
|
|
886
627
|
/**
|
|
887
|
-
*
|
|
628
|
+
* 本接口支持对中国大陆主流银行卡正反面关键字段的检测与识别,包括卡号、卡类型、卡名字、银行信息、有效期。支持竖排异形卡识别、多角度旋转图片识别。支持对复印件、翻拍件、边框遮挡的银行卡进行告警,可应用于各种银行卡信息有效性校验场景,如金融行业身份认证、第三方支付绑卡等场景。
|
|
888
629
|
|
|
889
|
-
默认接口请求频率限制:
|
|
890
|
-
*/
|
|
891
|
-
QuestionSplitOCR(req: QuestionSplitOCRRequest, cb?: (error: string, rep: QuestionSplitOCRResponse) => void): Promise<QuestionSplitOCRResponse>;
|
|
892
|
-
/**
|
|
893
|
-
* 提供比对校验企业名称、统一社会信用代码、法人姓名、注册登记证件号码一致性的服务,助力快速核验企业资质。
|
|
894
|
-
注意:
|
|
895
|
-
存在个别特殊情况下核验结果不准确,请选用前知悉;
|
|
896
|
-
按周更新企业信息变更情况,如遇到未及时更新的情况,可联系在线客服转产品团队进行人工处理。
|
|
897
|
-
*/
|
|
898
|
-
VerifyBizLicenseEnterprise4(req: VerifyBizLicenseEnterprise4Request, cb?: (error: string, rep: VerifyBizLicenseEnterprise4Response) => void): Promise<VerifyBizLicenseEnterprise4Response>;
|
|
899
|
-
/**
|
|
900
|
-
* 本接口支持马来西亚身份证识别,识别字段包括身份证号、姓名、性别、地址;具备身份证人像照片的裁剪功能和翻拍、复印件告警功能。
|
|
901
|
-
本接口暂未完全对外开放,如需咨询,请[联系商务](https://cloud.tencent.com/about/connect)
|
|
630
|
+
默认接口请求频率限制:10次/秒。
|
|
902
631
|
*/
|
|
903
|
-
|
|
632
|
+
BankCardOCR(req: BankCardOCRRequest, cb?: (error: string, rep: BankCardOCRResponse) => void): Promise<BankCardOCRResponse>;
|
|
904
633
|
/**
|
|
905
|
-
*
|
|
634
|
+
* 本接口支持机动车销售统一发票和二手车销售统一发票的识别,包括发票号码、发票代码、合计金额、合计税额等二十多个字段。
|
|
906
635
|
|
|
907
636
|
默认接口请求频率限制:5次/秒。
|
|
908
637
|
*/
|
|
909
|
-
|
|
638
|
+
CarInvoiceOCR(req: CarInvoiceOCRRequest, cb?: (error: string, rep: CarInvoiceOCRResponse) => void): Promise<CarInvoiceOCRResponse>;
|
|
910
639
|
/**
|
|
911
|
-
*
|
|
640
|
+
* 本接口支持驾驶证主页和副页所有字段的自动定位与识别,重点字段的识别准确度达到99%以上。
|
|
912
641
|
|
|
913
|
-
|
|
914
|
-
|
|
915
|
-
|
|
916
|
-
|
|
917
|
-
|
|
642
|
+
驾驶证主页:包括证号、姓名、性别、国籍、住址、出生日期、初次领证日期、准驾车型、有效期限、发证单位
|
|
643
|
+
|
|
644
|
+
驾驶证副页:包括证号、姓名、档案编号、记录。
|
|
645
|
+
|
|
646
|
+
另外,本接口还支持复印件、翻拍告警功能。同时支持识别交管12123 APP发放的电子驾驶证正页。
|
|
647
|
+
|
|
648
|
+
电子驾驶证正页:包括证号、姓名、性别、国籍、出生日期、初次领证日期、准驾车型、有效期开始时间、有效期截止时间、档案编号、状态、累积记分。
|
|
918
649
|
|
|
919
650
|
默认接口请求频率限制:10次/秒。
|
|
920
651
|
*/
|
|
921
|
-
|
|
652
|
+
DriverLicenseOCR(req: DriverLicenseOCRRequest, cb?: (error: string, rep: DriverLicenseOCRResponse) => void): Promise<DriverLicenseOCRResponse>;
|
|
922
653
|
/**
|
|
923
|
-
*
|
|
924
|
-
本接口支持对完税证明的税号、纳税人识别号、纳税人名称、金额合计大写、金额合计小写、填发日期、税务机关、填票人等关键字段的识别。
|
|
654
|
+
* 智能识别并结构化港澳台通行证及来往内地通行证正面全部字段,包含中文姓名、英文姓名、性别、出生日期、签发机关、有效期限、证件号、签发地点、签发次数、证件类别。
|
|
925
655
|
|
|
926
|
-
默认接口请求频率限制:
|
|
656
|
+
默认接口请求频率限制:20次/秒。
|
|
927
657
|
*/
|
|
928
|
-
|
|
658
|
+
MainlandPermitOCR(req: MainlandPermitOCRRequest, cb?: (error: string, rep: MainlandPermitOCRResponse) => void): Promise<MainlandPermitOCRResponse>;
|
|
929
659
|
/**
|
|
930
|
-
|
|
931
|
-
|
|
932
|
-
|
|
933
|
-
默认接口请求频率限制:5次/秒。
|
|
934
|
-
*/
|
|
935
|
-
FinanBillSliceOCR(req: FinanBillSliceOCRRequest, cb?: (error: string, rep: FinanBillSliceOCRResponse) => void): Promise<FinanBillSliceOCRResponse>;
|
|
660
|
+
* 模型参数更大,速度更慢。推荐场景:可以接受异步(超过30s返回),样本输入输出token大于2000,长文本类文档建议用异步模型。需要 SubmitExtractDocAgentJob(提交任务)、DescribeExtractDocAgentJob(查询任务)两个接口配套使用,计费发生在提交任务后。【备注:1.固定价格不限抽取字段数,2.自适应价格抽取字段大于10记两次费用,小于等于10记一次费用】
|
|
661
|
+
*/
|
|
662
|
+
SubmitExtractDocAgentJob(req: SubmitExtractDocAgentJobRequest, cb?: (error: string, rep: SubmitExtractDocAgentJobResponse) => void): Promise<SubmitExtractDocAgentJobResponse>;
|
|
936
663
|
/**
|
|
937
|
-
*
|
|
664
|
+
* 本接口支持识别主流初高中数学符号和公式,返回公式的 Latex 格式文本。
|
|
938
665
|
|
|
939
|
-
默认接口请求频率限制:
|
|
666
|
+
默认接口请求频率限制:5次/秒。
|
|
940
667
|
*/
|
|
941
|
-
|
|
668
|
+
FormulaOCR(req: FormulaOCRRequest, cb?: (error: string, rep: FormulaOCRResponse) => void): Promise<FormulaOCRResponse>;
|
|
942
669
|
/**
|
|
943
|
-
*
|
|
670
|
+
* <b>此接口为护照识别(中国大陆地区护照)的旧版本服务,不再进行服务升级,建议您使用识别能力更强、服务性能更优的<a href="https://cloud.tencent.com/document/product/866/37657">护照识别(多国多地区护照)</a>。</b>
|
|
944
671
|
|
|
945
|
-
|
|
672
|
+
本接口支持中国大陆地区护照个人资料页多个字段的检测与识别。已支持字段包括英文姓名、中文姓名、国家码、护照号、出生地、出生日期、国籍英文、性别英文、有效期、签发地点英文、签发日期、持证人签名、护照机读码(MRZ码)等。
|
|
946
673
|
|
|
947
|
-
默认接口请求频率限制:
|
|
674
|
+
默认接口请求频率限制:10次/秒。
|
|
948
675
|
*/
|
|
949
|
-
|
|
676
|
+
PassportOCR(req: PassportOCRRequest, cb?: (error: string, rep: PassportOCRResponse) => void): Promise<PassportOCRResponse>;
|
|
950
677
|
/**
|
|
951
|
-
*
|
|
678
|
+
* **建议您使用识别效果更好的[通用文字识别(高精度版](https://cloud.tencent.com/document/product/866/34937 ))**
|
|
679
|
+
本接口支持图像整体文字的检测和识别。可以识别中文、英文、中英文、日语、韩语、西班牙语、法语、德语、葡萄牙语、越南语、马来语、俄语、意大利语、荷兰语、瑞典语、芬兰语、丹麦语、挪威语、匈牙利语、泰语,阿拉伯语20种语言,且各种语言均支持与英文混合的文字识别。
|
|
952
680
|
|
|
953
|
-
|
|
681
|
+
适用于印刷文档识别、网络图片识别、广告图文字识别、街景店招牌识别、菜单识别、视频标题识别、头像文字识别等场景。
|
|
954
682
|
|
|
955
|
-
|
|
683
|
+
产品优势:支持自动识别语言类型,可返回文本框坐标信息,对于倾斜文本支持自动旋转纠正。
|
|
956
684
|
|
|
957
685
|
通用印刷体识别不同版本的差异如下:
|
|
958
686
|
<table style="width:715px">
|
|
959
687
|
<thead>
|
|
960
688
|
<tr>
|
|
961
689
|
<th style="width:150px"></th>
|
|
962
|
-
<th
|
|
963
|
-
<th
|
|
964
|
-
<th><a href="https://cloud.tencent.com/document/product/866/34937">【荐】通用印刷体识别(高精度版)</a></th>
|
|
690
|
+
<th style="width:250px">【荐】通用印刷体识别</th>
|
|
691
|
+
<th ><a href="https://cloud.tencent.com/document/product/866/34937">【荐】通用印刷体识别(高精度版)</a></th>
|
|
965
692
|
</tr>
|
|
966
693
|
</thead>
|
|
967
694
|
<tbody>
|
|
968
695
|
<tr>
|
|
969
696
|
<td> 适用场景</td>
|
|
970
|
-
<td>适用于快速文本识别场景,准召率有一定损失,价格更优惠</td>
|
|
971
697
|
<td>适用于所有通用场景的印刷体识别</td>
|
|
972
698
|
<td>适用于文字较多、长串数字、小字、模糊字、倾斜文本等困难场景</td>
|
|
973
699
|
</tr>
|
|
974
700
|
<tr>
|
|
975
701
|
<td>识别准确率</td>
|
|
976
|
-
<td>91%</td>
|
|
977
702
|
<td>96%</td>
|
|
978
703
|
<td>99%</td>
|
|
979
704
|
</tr>
|
|
@@ -981,85 +706,295 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
981
706
|
<td>价格</td>
|
|
982
707
|
<td>低</td>
|
|
983
708
|
<td>中</td>
|
|
984
|
-
<td>高</td>
|
|
985
709
|
</tr>
|
|
986
710
|
<tr>
|
|
987
711
|
<td>支持的语言</td>
|
|
988
|
-
<td>中文、英文、中英文</td>
|
|
989
712
|
<td>中文、英文、中英文、日语、韩语、西班牙语、法语、德语、葡萄牙语、越南语、马来语、俄语、意大利语、荷兰语、瑞典语、芬兰语、丹麦语、挪威语、匈牙利语、泰语</td>
|
|
990
|
-
<td
|
|
713
|
+
<td>中文、英文、中英文、泰语、印尼语、日语、韩语、西班牙语、法语、德语、葡萄牙语、越南语、马来语、俄语、意大利语、荷兰语、瑞典语、芬兰语、丹麦语、挪威语、匈牙利语、哈萨克语</td>
|
|
991
714
|
</tr>
|
|
992
715
|
<tr>
|
|
993
716
|
<td>自动语言检测</td>
|
|
994
717
|
<td>支持</td>
|
|
995
|
-
<td
|
|
996
|
-
<td>支持</td>
|
|
718
|
+
<td>中英文支持;其他语种需要调整输入参数</td>
|
|
997
719
|
</tr>
|
|
998
720
|
<tr>
|
|
999
721
|
<td>返回文本行坐标</td>
|
|
1000
722
|
<td>支持</td>
|
|
1001
723
|
<td>支持</td>
|
|
1002
|
-
<td>支持</td>
|
|
1003
724
|
</tr>
|
|
1004
725
|
<tr>
|
|
1005
726
|
<td>自动旋转纠正</td>
|
|
1006
727
|
<td>支持旋转识别,返回角度信息</td>
|
|
1007
728
|
<td>支持旋转识别,返回角度信息</td>
|
|
1008
|
-
<td>支持旋转识别,返回角度信息</td>
|
|
1009
729
|
</tr>
|
|
1010
730
|
</tbody>
|
|
1011
731
|
</table>
|
|
1012
732
|
|
|
1013
|
-
默认接口请求频率限制:
|
|
733
|
+
默认接口请求频率限制:20次/秒。
|
|
734
|
+
*/
|
|
735
|
+
GeneralBasicOCR(req: GeneralBasicOCRRequest, cb?: (error: string, rep: GeneralBasicOCRResponse) => void): Promise<GeneralBasicOCRResponse>;
|
|
736
|
+
/**
|
|
737
|
+
* 获取ocr的token值
|
|
738
|
+
*/
|
|
739
|
+
GetOCRToken(req: GetOCRTokenRequest, cb?: (error: string, rep: GetOCRTokenResponse) => void): Promise<GetOCRTokenResponse>;
|
|
740
|
+
/**
|
|
741
|
+
* 本接口支持OFD格式的增值税电子普通发票、增值税电子专用发票、电子发票(普通发票)、电子发票(增值税专用发票)、电子发票(铁路电子客票)、电子发票(航空运输电子客票行程单)识别,返回发票代码、发票号码、开票日期、验证码、机器编号、密码区,购买方和销售方信息,包括名称、纳税人识别号、地址电话、开户行及账号,以及价税合计、开票人、收款人、复核人、税额、不含税金额等字段信息。
|
|
742
|
+
*/
|
|
743
|
+
VerifyOfdVatInvoiceOCR(req: VerifyOfdVatInvoiceOCRRequest, cb?: (error: string, rep: VerifyOfdVatInvoiceOCRResponse) => void): Promise<VerifyOfdVatInvoiceOCRResponse>;
|
|
744
|
+
/**
|
|
745
|
+
* 提供比对校验企业名称、统一社会信用代码、法人姓名、注册登记证件号码一致性的服务,助力快速核验企业资质。
|
|
746
|
+
注意:
|
|
747
|
+
存在个别特殊情况下核验结果不准确,请选用前知悉;
|
|
748
|
+
按周更新企业信息变更情况,如遇到未及时更新的情况,可联系在线客服转产品团队进行人工处理。
|
|
1014
749
|
*/
|
|
1015
|
-
|
|
750
|
+
VerifyBizLicenseEnterprise4(req: VerifyBizLicenseEnterprise4Request, cb?: (error: string, rep: VerifyBizLicenseEnterprise4Response) => void): Promise<VerifyBizLicenseEnterprise4Response>;
|
|
1016
751
|
/**
|
|
1017
|
-
*
|
|
752
|
+
* 本接口支持 单张、多张、多类型 票据的混合识别,同时支持自选需要识别的票据类型,已支持票种包括:增值税发票(专票、普票、卷票)、全电发票、非税发票、定额发票、通用机打发票、购车发票、火车票、出租车发票、机票行程单、汽车票、轮船票、过路过桥费发票共14种标准报销发票,并支持其他类发票的识别。
|
|
1018
753
|
|
|
1019
|
-
默认接口请求频率限制:
|
|
754
|
+
默认接口请求频率限制:5次/秒。
|
|
1020
755
|
*/
|
|
1021
|
-
|
|
756
|
+
MixedInvoiceOCR(req: MixedInvoiceOCRRequest, cb?: (error: string, rep: MixedInvoiceOCRResponse) => void): Promise<MixedInvoiceOCRResponse>;
|
|
1022
757
|
/**
|
|
1023
|
-
*
|
|
758
|
+
* 产品规划
|
|
1024
759
|
|
|
1025
|
-
|
|
760
|
+
本接口支持北京、上海、广东、江苏、吉林、黑龙江、天津、辽宁、浙江、河南、四川、贵州、山东、安徽、福建、江西、湖北、湖南等省份健康码的识别,包括持码人姓名、持码人身份证号、健康码更新时间、健康码颜色、核酸检测结果、核酸检测间隔时长、核酸检测时间,疫苗接种信息,八个字段的识别结果输出。不同省市健康码显示的字段信息有所不同,上述字段的识别结果可能为空,以图片上具体展示的信息为准。
|
|
761
|
+
|
|
762
|
+
默认接口请求频率限制:10次/秒。
|
|
1026
763
|
*/
|
|
1027
|
-
|
|
764
|
+
RecognizeHealthCodeOCR(req: RecognizeHealthCodeOCRRequest, cb?: (error: string, rep: RecognizeHealthCodeOCRResponse) => void): Promise<RecognizeHealthCodeOCRResponse>;
|
|
1028
765
|
/**
|
|
1029
|
-
*
|
|
766
|
+
* 本接口支持数学试题内容的识别和结构化输出,包括通用文本解析和小学/初中/高中数学公式解析能力(包括91种题型,180种符号),公式返回格式为 Latex 格式文本。
|
|
1030
767
|
|
|
1031
768
|
默认接口请求频率限制:5次/秒。
|
|
1032
769
|
*/
|
|
1033
|
-
|
|
1034
|
-
/**
|
|
1035
|
-
* 获取ocr结果
|
|
1036
|
-
*/
|
|
1037
|
-
GetOCRResult(req: GetOCRResultRequest, cb?: (error: string, rep: GetOCRResultResponse) => void): Promise<GetOCRResultResponse>;
|
|
770
|
+
EduPaperOCR(req: EduPaperOCRRequest, cb?: (error: string, rep: EduPaperOCRResponse) => void): Promise<EduPaperOCRResponse>;
|
|
1038
771
|
/**
|
|
1039
|
-
*
|
|
772
|
+
* 本接口支持网约车运输证关键字段的识别,包括交运管许可字号、车辆所有人、车辆号牌、起始日期、截止日期、发证日期。
|
|
1040
773
|
|
|
1041
774
|
默认接口请求频率限制:5次/秒。
|
|
1042
775
|
*/
|
|
1043
|
-
|
|
776
|
+
RideHailingTransportLicenseOCR(req: RideHailingTransportLicenseOCRRequest, cb?: (error: string, rep: RideHailingTransportLicenseOCRResponse) => void): Promise<RideHailingTransportLicenseOCRResponse>;
|
|
1044
777
|
/**
|
|
1045
|
-
*
|
|
1046
|
-
|
|
1047
|
-
本接口支持中国大陆地区护照个人资料页多个字段的检测与识别。已支持字段包括英文姓名、中文姓名、国家码、护照号、出生地、出生日期、国籍英文、性别英文、有效期、签发地点英文、签发日期、持证人签名、护照机读码(MRZ码)等。
|
|
778
|
+
* 本接口支持泰国身份证识别,识别字段包括泰文姓名、英文姓名、地址、出生日期、身份证号码、首次领用日期、签发日期等字段。
|
|
779
|
+
本接口暂未完全对外开放,如需咨询,请[联系商务](https://cloud.tencent.com/about/connect)
|
|
1048
780
|
|
|
1049
|
-
默认接口请求频率限制:10
|
|
781
|
+
默认接口请求频率限制:10次/秒
|
|
1050
782
|
*/
|
|
1051
|
-
|
|
783
|
+
RecognizeThaiIDCardOCR(req: RecognizeThaiIDCardOCRRequest, cb?: (error: string, rep: RecognizeThaiIDCardOCRResponse) => void): Promise<RecognizeThaiIDCardOCRResponse>;
|
|
1052
784
|
/**
|
|
1053
|
-
*
|
|
1054
|
-
本接口支持识别轮船票的发票代码、发票号码、日期、姓名、票价、始发地、目的地、姓名、时间、发票消费类型、省、市、币种字段。
|
|
785
|
+
* 本接口支持 PDF多页(最多30页)、一页中单张、多张、类型票据的混合识别,同时支持单选识别某类票据,已支持票种包括:增值税发票(专票、普票、卷票、区块链发票、通行费发票)、全电发票(专票、普票)、非税发票(通用票据、统一缴纳书)、定额发票、通用机打发票、购车发票(机动车销售发票、二手车发票)、火车票、出租车发票、机票行程单、汽车票、轮船票、过路过桥费发票等常用标准报销发票,支持OFD格式的 增值税电子普通发票、增值税电子专用发票、电子发票(普通发票)、电子发票(增值税专用发票)、电子发票(机票行程单)、电子发票(铁路电子客票)的第一页识别,并支持非上述类型的其他发票的智能识别,点击[立即试用](https://cloud.tencent.com/product/ocr)。
|
|
1055
786
|
|
|
1056
787
|
默认接口请求频率限制:5次/秒。
|
|
788
|
+
|
|
789
|
+
|
|
790
|
+
支持返回的细项目子票种SubType、子票种中文TypeDescription、以及对应所属大类票种Type 的说明如下列表:
|
|
791
|
+
<table style="width:715px">
|
|
792
|
+
<thead>
|
|
793
|
+
<tr>
|
|
794
|
+
<th style="width:200px">SubType 子票种英文</th>
|
|
795
|
+
<th style="width:200px">TypeDescription子票种中文</th>
|
|
796
|
+
<th >Type 所属大类票种</th>
|
|
797
|
+
</tr>
|
|
798
|
+
</thead>
|
|
799
|
+
<tbody>
|
|
800
|
+
<tr>
|
|
801
|
+
<td> VatSpecialInvoice</td>
|
|
802
|
+
<td> 增值税专用发票 </td>
|
|
803
|
+
<td> 3 </td>
|
|
804
|
+
</tr>
|
|
805
|
+
<tr>
|
|
806
|
+
<td> VatCommonInvoice</td>
|
|
807
|
+
<td> 增值税普通发票 </td>
|
|
808
|
+
<td> 3 </td>
|
|
809
|
+
</tr>
|
|
810
|
+
<tr>
|
|
811
|
+
<td> VatElectronicCommonInvoice </td>
|
|
812
|
+
<td> 增值税电子普通发票 </td>
|
|
813
|
+
<td> 3 </td>
|
|
814
|
+
</tr>
|
|
815
|
+
<tr>
|
|
816
|
+
<td> VatElectronicSpecialInvoice </td>
|
|
817
|
+
<td> 增值税电子专用发票 </td>
|
|
818
|
+
<td> 3 </td>
|
|
819
|
+
</tr>
|
|
820
|
+
<tr>
|
|
821
|
+
<td> VatElectronicInvoiceBlockchain</td>
|
|
822
|
+
<td> 区块链电子发票 </td>
|
|
823
|
+
<td> 3 </td>
|
|
824
|
+
</tr>
|
|
825
|
+
<tr>
|
|
826
|
+
<td> VatElectronicInvoiceToll</td>
|
|
827
|
+
<td> 增值税电子普通发票(通行费)</td>
|
|
828
|
+
<td> 3 </td>
|
|
829
|
+
</tr>
|
|
830
|
+
<tr>
|
|
831
|
+
<td> VatSalesList</td>
|
|
832
|
+
<td> 增值税销货清单</td>
|
|
833
|
+
<td> 3 </td>
|
|
834
|
+
</tr>
|
|
835
|
+
<tr>
|
|
836
|
+
<td> VatElectronicSpecialInvoiceFull</td>
|
|
837
|
+
<td> 电子发票(专用发票)</td>
|
|
838
|
+
<td> 16 </td>
|
|
839
|
+
</tr>
|
|
840
|
+
<tr>
|
|
841
|
+
<td> VatElectronicInvoiceFull</td>
|
|
842
|
+
<td> 电子发票(普通发票) </td>
|
|
843
|
+
<td> 16 </td>
|
|
844
|
+
</tr>
|
|
845
|
+
<tr>
|
|
846
|
+
<td> ElectronicFlightTicketFull</td>
|
|
847
|
+
<td> 电子发票(机票行程单)</td>
|
|
848
|
+
<td> 16 </td>
|
|
849
|
+
</tr>
|
|
850
|
+
<tr>
|
|
851
|
+
<td> ElectronicTrainTicketFull</td>
|
|
852
|
+
<td> 电子发票(铁路电子客票)</td>
|
|
853
|
+
<td> 16 </td>
|
|
854
|
+
</tr>
|
|
855
|
+
<tr>
|
|
856
|
+
<td> MotorVehicleSaleInvoice </td>
|
|
857
|
+
<td> 机动车销售统一发票 </td>
|
|
858
|
+
<td> 12 </td>
|
|
859
|
+
</tr>
|
|
860
|
+
<tr>
|
|
861
|
+
<td> UsedCarPurchaseInvoice </td>
|
|
862
|
+
<td> 二手车销售统一发票 </td>
|
|
863
|
+
<td> 12 </td>
|
|
864
|
+
</tr>
|
|
865
|
+
<tr>
|
|
866
|
+
<td> MotorVehicleSaleInvoiceElectronic </td>
|
|
867
|
+
<td> 机动车销售统一发票(电子)</td>
|
|
868
|
+
<td> 12 </td>
|
|
869
|
+
</tr>
|
|
870
|
+
<tr>
|
|
871
|
+
<td> UsedCarPurchaseInvoiceElectronic </td>
|
|
872
|
+
<td> 二手车销售统一发票(电子)</td>
|
|
873
|
+
<td> 12 </td>
|
|
874
|
+
</tr>
|
|
875
|
+
<tr>
|
|
876
|
+
<td> VatInvoiceRoll </td>
|
|
877
|
+
<td> 增值税普通发票(卷票) </td>
|
|
878
|
+
<td> 11 </td>
|
|
879
|
+
</tr>
|
|
880
|
+
<tr>
|
|
881
|
+
<td> TaxiTicket </td>
|
|
882
|
+
<td> 出租车发票 </td>
|
|
883
|
+
<td> 0 </td>
|
|
884
|
+
</tr>
|
|
885
|
+
<tr>
|
|
886
|
+
<td> QuotaInvoice </td>
|
|
887
|
+
<td> 定额发票 </td>
|
|
888
|
+
<td> 1 </td>
|
|
889
|
+
</tr>
|
|
890
|
+
<tr>
|
|
891
|
+
<td> TrainTicket </td>
|
|
892
|
+
<td> 火车票 </td>
|
|
893
|
+
<td> 2 </td>
|
|
894
|
+
</tr>
|
|
895
|
+
<tr>
|
|
896
|
+
<td> AirTransport </td>
|
|
897
|
+
<td> 机票行程单 </td>
|
|
898
|
+
<td> 5 </td>
|
|
899
|
+
</tr>
|
|
900
|
+
<tr>
|
|
901
|
+
<td> MachinePrintedInvoice </td>
|
|
902
|
+
<td> 通用机打发票 </td>
|
|
903
|
+
<td> 8 </td>
|
|
904
|
+
</tr>
|
|
905
|
+
<tr>
|
|
906
|
+
<td> BusInvoice </td>
|
|
907
|
+
<td> 汽车票 </td>
|
|
908
|
+
<td> 9 </td>
|
|
909
|
+
</tr>
|
|
910
|
+
<tr>
|
|
911
|
+
<td> ShippingInvoice </td>
|
|
912
|
+
<td> 轮船票 </td>
|
|
913
|
+
<td> 10 </td>
|
|
914
|
+
</tr>
|
|
915
|
+
<tr>
|
|
916
|
+
<td> NonTaxIncomeGeneralBill </td>
|
|
917
|
+
<td> 非税收入通用票据 </td>
|
|
918
|
+
<td> 15 </td>
|
|
919
|
+
</tr>
|
|
920
|
+
<tr>
|
|
921
|
+
<td> NonTaxIncomeElectronicBill </td>
|
|
922
|
+
<td> 非税收入一般缴款书(电子) </td>
|
|
923
|
+
<td> 15 </td>
|
|
924
|
+
</tr>
|
|
925
|
+
<tr>
|
|
926
|
+
<td> TollInvoice </td>
|
|
927
|
+
<td> 过路过桥费发票 </td>
|
|
928
|
+
<td> 13 </td>
|
|
929
|
+
</tr>
|
|
930
|
+
<tr>
|
|
931
|
+
<td> MedicalOutpatientInvoice </td>
|
|
932
|
+
<td> 医疗门诊收费票据(电子) </td>
|
|
933
|
+
<td> 17 </td>
|
|
934
|
+
</tr>
|
|
935
|
+
<tr>
|
|
936
|
+
<td> MedicalHospitalizedInvoice </td>
|
|
937
|
+
<td> 医疗住院收费票据(电子) </td>
|
|
938
|
+
<td> 17 </td>
|
|
939
|
+
</tr>
|
|
940
|
+
<tr>
|
|
941
|
+
<td> TaxPayment </td>
|
|
942
|
+
<td> 完税凭证 </td>
|
|
943
|
+
<td> 18 </td>
|
|
944
|
+
</tr>
|
|
945
|
+
<tr>
|
|
946
|
+
<td> CustomsPaymentReceipt </td>
|
|
947
|
+
<td> 海关缴款 </td>
|
|
948
|
+
<td> 19 </td>
|
|
949
|
+
</tr>
|
|
950
|
+
<tr>
|
|
951
|
+
<td> BankSlip </td>
|
|
952
|
+
<td> 银行回单 </td>
|
|
953
|
+
<td> 20 </td>
|
|
954
|
+
</tr>
|
|
955
|
+
<tr>
|
|
956
|
+
<td> OnlineTaxiItinerary </td>
|
|
957
|
+
<td> 网约车行程单 </td>
|
|
958
|
+
<td> 21 </td>
|
|
959
|
+
</tr>
|
|
960
|
+
<tr>
|
|
961
|
+
<td> CustomsDeclaration </td>
|
|
962
|
+
<td> 海关进/出口货物报关单 </td>
|
|
963
|
+
<td> 22 </td>
|
|
964
|
+
</tr>
|
|
965
|
+
<tr>
|
|
966
|
+
<td> OverseasInvoice </td>
|
|
967
|
+
<td> 海外发票 </td>
|
|
968
|
+
<td> 23 </td>
|
|
969
|
+
</tr>
|
|
970
|
+
<tr>
|
|
971
|
+
<td> ShoppingReceipt </td>
|
|
972
|
+
<td> 购物小票 </td>
|
|
973
|
+
<td> 24 </td>
|
|
974
|
+
</tr>
|
|
975
|
+
<tr>
|
|
976
|
+
<td> SaleInventory </td>
|
|
977
|
+
<td> 销货清单 </td>
|
|
978
|
+
<td> 25 </td>
|
|
979
|
+
</tr>
|
|
980
|
+
<tr>
|
|
981
|
+
<td> ElectronicTollSummary </td>
|
|
982
|
+
<td> 通行费电子票据汇总单 </td>
|
|
983
|
+
<td> 26 </td>
|
|
984
|
+
</tr>
|
|
985
|
+
<tr>
|
|
986
|
+
<td> OtherInvoice </td>
|
|
987
|
+
<td> 其他发票 </td>
|
|
988
|
+
<td> -1 </td>
|
|
989
|
+
</tr>
|
|
990
|
+
</tbody>
|
|
991
|
+
</table>
|
|
1057
992
|
*/
|
|
1058
|
-
|
|
993
|
+
RecognizeGeneralInvoice(req: RecognizeGeneralInvoiceRequest, cb?: (error: string, rep: RecognizeGeneralInvoiceResponse) => void): Promise<RecognizeGeneralInvoiceResponse>;
|
|
1059
994
|
/**
|
|
1060
|
-
*
|
|
995
|
+
* 公式识别是教育的基础OCR识别能力,可支持理科(数学、物理、化学、生物)的印刷体和手写体的公式识别。
|
|
1061
996
|
|
|
1062
|
-
默认接口请求频率限制:
|
|
997
|
+
默认接口请求频率限制:2次/秒。
|
|
1063
998
|
*/
|
|
1064
|
-
|
|
999
|
+
RecognizeFormulaOCR(req: RecognizeFormulaOCRRequest, cb?: (error: string, rep: RecognizeFormulaOCRResponse) => void): Promise<RecognizeFormulaOCRResponse>;
|
|
1065
1000
|
}
|