tencentcloud-sdk-nodejs-ocr 4.0.388 → 4.0.432
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.
- package/CHANGELOG.md +6462 -0
- package/README.md +3 -3
- package/SERVICE_CHANGELOG.md +4451 -124
- package/package.json +1 -1
- package/products.md +104 -100
- package/src/services/ocr/v20181119/ocr_client.ts +30 -12
- package/src/services/ocr/v20181119/ocr_models.ts +39 -8
- package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +30 -12
- package/tencentcloud/services/ocr/v20181119/ocr_client.js +30 -12
- package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +33 -8
@@ -189,6 +189,8 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
189
189
|
/**
|
190
190
|
* 本接口支持中国港澳台地区以及其他国家、地区的护照识别。识别字段包括护照ID、姓名、出生日期、性别、有效期、发行国、国籍,具备护照人像照片的裁剪功能和翻拍、复印件告警功能。
|
191
191
|
|
192
|
+
默认接口请求频率限制:5次/秒。
|
193
|
+
|
192
194
|
*/
|
193
195
|
MLIDPassportOCR(req: MLIDPassportOCRRequest, cb?: (error: string, rep: MLIDPassportOCRResponse) => void): Promise<MLIDPassportOCRResponse>;
|
194
196
|
/**
|
@@ -215,8 +217,10 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
215
217
|
*/
|
216
218
|
PropOwnerCertOCR(req: PropOwnerCertOCRRequest, cb?: (error: string, rep: PropOwnerCertOCRResponse) => void): Promise<PropOwnerCertOCRResponse>;
|
217
219
|
/**
|
218
|
-
|
219
|
-
|
220
|
+
* 本接口支持快速精准识别营业执照上的字段,包括统一社会信用代码、公司名称、经营场所、主体类型、法定代表人、注册资金、组成形式、成立日期、营业期限和经营范围等字段。
|
221
|
+
|
222
|
+
默认接口请求频率限制:10次/秒。
|
223
|
+
*/
|
220
224
|
BizLicenseOCR(req: BizLicenseOCRRequest, cb?: (error: string, rep: BizLicenseOCRResponse) => void): Promise<BizLicenseOCRResponse>;
|
221
225
|
/**
|
222
226
|
* 本接口支持图片内手写体文字的检测和识别,针对手写字体无规则、字迹潦草、模糊等特点进行了识别能力的增强。
|
@@ -354,8 +358,10 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
354
358
|
*/
|
355
359
|
BusInvoiceOCR(req: BusInvoiceOCRRequest, cb?: (error: string, rep: BusInvoiceOCRResponse) => void): Promise<BusInvoiceOCRResponse>;
|
356
360
|
/**
|
357
|
-
|
358
|
-
|
361
|
+
* 本接口支持增值税专用发票、增值税普通发票、增值税电子发票全字段的内容检测和识别,包括发票代码、发票号码、打印发票代码、打印发票号码、开票日期、合计金额、校验码、税率、合计税额、价税合计、购买方识别号、复核、销售方识别号、开票人、密码区1、密码区2、密码区3、密码区4、发票名称、购买方名称、销售方名称、服务名称、备注、规格型号、数量、单价、金额、税额、收款人等字段。
|
362
|
+
|
363
|
+
默认接口请求频率限制:10次/秒。
|
364
|
+
*/
|
359
365
|
VatInvoiceOCR(req: VatInvoiceOCRRequest, cb?: (error: string, rep: VatInvoiceOCRResponse) => void): Promise<VatInvoiceOCRResponse>;
|
360
366
|
/**
|
361
367
|
* <b>此接口为表格识别的旧版本服务,不再进行服务升级,建议您使用识别能力更强、服务性能更优的<a href="https://cloud.tencent.com/document/product/866/49525">新版表格识别</a>。</b>
|
@@ -374,8 +380,10 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
374
380
|
*/
|
375
381
|
HmtResidentPermitOCR(req: HmtResidentPermitOCRRequest, cb?: (error: string, rep: HmtResidentPermitOCRResponse) => void): Promise<HmtResidentPermitOCRResponse>;
|
376
382
|
/**
|
377
|
-
|
378
|
-
|
383
|
+
* 本接口支持识别并提取各类证照、票据、表单、合同等结构化场景的字段信息。无需任何配置,灵活高效。适用于各类结构化信息录入场景。
|
384
|
+
|
385
|
+
默认接口请求频率限制:5次/秒。
|
386
|
+
*/
|
379
387
|
SmartStructuralOCR(req: SmartStructuralOCRRequest, cb?: (error: string, rep: SmartStructuralOCRResponse) => void): Promise<SmartStructuralOCRResponse>;
|
380
388
|
/**
|
381
389
|
* 本接口支持作业算式题目的自动识别和判分,目前覆盖 K12 学力范围内的 11 种题型,包括加减乘除四则、加减乘除已知结果求运算因子、判断大小、约等于估算、带余数除法、分数四则运算、单位换算、竖式加减法、竖式乘除法、脱式计算和解方程,平均识别精度达到93%以上。
|
@@ -504,8 +512,10 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
504
512
|
*/
|
505
513
|
InstitutionOCR(req: InstitutionOCRRequest, cb?: (error: string, rep: InstitutionOCRResponse) => void): Promise<InstitutionOCRResponse>;
|
506
514
|
/**
|
507
|
-
|
508
|
-
|
515
|
+
* 本接口支持图像英文文字的检测和识别,返回文字框位置与文字内容。支持多场景、任意版面下的英文、字母、数字和常见字符的识别,同时覆盖英文印刷体和英文手写体识别。
|
516
|
+
|
517
|
+
默认接口请求频率限制:10次/秒。
|
518
|
+
*/
|
509
519
|
EnglishOCR(req: EnglishOCRRequest, cb?: (error: string, rep: EnglishOCRResponse) => void): Promise<EnglishOCRResponse>;
|
510
520
|
/**
|
511
521
|
* 本接口支持居民户口簿户主页及成员页关键字段的识别,包括姓名、户别、地址、籍贯、身份证号码等。
|
@@ -531,6 +541,8 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
531
541
|
另外,本接口还支持复印件、翻拍和PS告警功能。同时支持识别交管12123APP发放的电子驾驶证正页。
|
532
542
|
|
533
543
|
电子驾驶证正页:包括证号、姓名、性别、国籍、出生日期、初次领证日期、准驾车型、有效期开始时间、有效期截止时间、档案编号、状态、累积记分。
|
544
|
+
|
545
|
+
默认接口请求频率限制:10次/秒。
|
534
546
|
*/
|
535
547
|
DriverLicenseOCR(req: DriverLicenseOCRRequest, cb?: (error: string, rep: DriverLicenseOCRResponse) => void): Promise<DriverLicenseOCRResponse>;
|
536
548
|
/**
|
@@ -558,16 +570,20 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
558
570
|
*/
|
559
571
|
VerifyOfdVatInvoiceOCR(req: VerifyOfdVatInvoiceOCRRequest, cb?: (error: string, rep: VerifyOfdVatInvoiceOCRResponse) => void): Promise<VerifyOfdVatInvoiceOCRResponse>;
|
560
572
|
/**
|
561
|
-
|
562
|
-
|
573
|
+
* 本接口支持 单张、多张、多类型 票据的混合识别,同时支持自选需要识别的票据类型,已支持票种包括:增值税发票(专票、普票、卷票)、全电发票、非税发票、定额发票、通用机打发票、购车发票、火车票、出租车发票、机票行程单、汽车票、轮船票、过路过桥费发票共14种标准报销发票,并支持其他类发票的识别。
|
574
|
+
|
575
|
+
默认接口请求频率限制:5次/秒。
|
576
|
+
*/
|
563
577
|
MixedInvoiceOCR(req: MixedInvoiceOCRRequest, cb?: (error: string, rep: MixedInvoiceOCRResponse) => void): Promise<MixedInvoiceOCRResponse>;
|
564
578
|
/**
|
565
579
|
* 印尼身份证识别
|
566
580
|
*/
|
567
581
|
RecognizeIndonesiaIDCardOCR(req: RecognizeIndonesiaIDCardOCRRequest, cb?: (error: string, rep: RecognizeIndonesiaIDCardOCRResponse) => void): Promise<RecognizeIndonesiaIDCardOCRResponse>;
|
568
582
|
/**
|
569
|
-
|
570
|
-
|
583
|
+
* 本接口支持北京、上海、广东、江苏、吉林、黑龙江、天津、辽宁、浙江、河南、四川、贵州、山东、安徽、福建、江西、湖北、湖南等省份健康码的识别,包括持码人姓名、持码人身份证号、健康码更新时间、健康码颜色、核酸检测结果、核酸检测间隔时长、核酸检测时间,疫苗接种信息,八个字段的识别结果输出。不同省市健康码显示的字段信息有所不同,上述字段的识别结果可能为空,以图片上具体展示的信息为准。
|
584
|
+
|
585
|
+
默认接口请求频率限制:10次/秒。
|
586
|
+
*/
|
571
587
|
RecognizeHealthCodeOCR(req: RecognizeHealthCodeOCRRequest, cb?: (error: string, rep: RecognizeHealthCodeOCRResponse) => void): Promise<RecognizeHealthCodeOCRResponse>;
|
572
588
|
/**
|
573
589
|
* 本接口支持数学试题内容的识别和结构化输出,包括通用文本解析和小学/初中/高中数学公式解析能力(包括91种题型,180种符号),公式返回格式为 Latex 格式文本。
|
@@ -592,6 +608,8 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
592
608
|
行驶证副页:号牌号码、档案编号、核定载人数、总质量、整备质量、核定载质量、外廓尺寸、准牵引总质量、备注、检验记录。
|
593
609
|
|
594
610
|
另外,本接口还支持复印件、翻拍和PS告警功能。
|
611
|
+
|
612
|
+
默认接口请求频率限制:10次/秒。
|
595
613
|
*/
|
596
614
|
VehicleLicenseOCR(req: VehicleLicenseOCRRequest, cb?: (error: string, rep: VehicleLicenseOCRResponse) => void): Promise<VehicleLicenseOCRResponse>;
|
597
615
|
}
|
@@ -242,6 +242,8 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
242
242
|
/**
|
243
243
|
* 本接口支持中国港澳台地区以及其他国家、地区的护照识别。识别字段包括护照ID、姓名、出生日期、性别、有效期、发行国、国籍,具备护照人像照片的裁剪功能和翻拍、复印件告警功能。
|
244
244
|
|
245
|
+
默认接口请求频率限制:5次/秒。
|
246
|
+
|
245
247
|
*/
|
246
248
|
async MLIDPassportOCR(req, cb) {
|
247
249
|
return this.request("MLIDPassportOCR", req, cb);
|
@@ -280,8 +282,10 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
280
282
|
return this.request("PropOwnerCertOCR", req, cb);
|
281
283
|
}
|
282
284
|
/**
|
283
|
-
|
284
|
-
|
285
|
+
* 本接口支持快速精准识别营业执照上的字段,包括统一社会信用代码、公司名称、经营场所、主体类型、法定代表人、注册资金、组成形式、成立日期、营业期限和经营范围等字段。
|
286
|
+
|
287
|
+
默认接口请求频率限制:10次/秒。
|
288
|
+
*/
|
285
289
|
async BizLicenseOCR(req, cb) {
|
286
290
|
return this.request("BizLicenseOCR", req, cb);
|
287
291
|
}
|
@@ -453,8 +457,10 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
453
457
|
return this.request("BusInvoiceOCR", req, cb);
|
454
458
|
}
|
455
459
|
/**
|
456
|
-
|
457
|
-
|
460
|
+
* 本接口支持增值税专用发票、增值税普通发票、增值税电子发票全字段的内容检测和识别,包括发票代码、发票号码、打印发票代码、打印发票号码、开票日期、合计金额、校验码、税率、合计税额、价税合计、购买方识别号、复核、销售方识别号、开票人、密码区1、密码区2、密码区3、密码区4、发票名称、购买方名称、销售方名称、服务名称、备注、规格型号、数量、单价、金额、税额、收款人等字段。
|
461
|
+
|
462
|
+
默认接口请求频率限制:10次/秒。
|
463
|
+
*/
|
458
464
|
async VatInvoiceOCR(req, cb) {
|
459
465
|
return this.request("VatInvoiceOCR", req, cb);
|
460
466
|
}
|
@@ -481,8 +487,10 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
481
487
|
return this.request("HmtResidentPermitOCR", req, cb);
|
482
488
|
}
|
483
489
|
/**
|
484
|
-
|
485
|
-
|
490
|
+
* 本接口支持识别并提取各类证照、票据、表单、合同等结构化场景的字段信息。无需任何配置,灵活高效。适用于各类结构化信息录入场景。
|
491
|
+
|
492
|
+
默认接口请求频率限制:5次/秒。
|
493
|
+
*/
|
486
494
|
async SmartStructuralOCR(req, cb) {
|
487
495
|
return this.request("SmartStructuralOCR", req, cb);
|
488
496
|
}
|
@@ -639,8 +647,10 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
639
647
|
return this.request("InstitutionOCR", req, cb);
|
640
648
|
}
|
641
649
|
/**
|
642
|
-
|
643
|
-
|
650
|
+
* 本接口支持图像英文文字的检测和识别,返回文字框位置与文字内容。支持多场景、任意版面下的英文、字母、数字和常见字符的识别,同时覆盖英文印刷体和英文手写体识别。
|
651
|
+
|
652
|
+
默认接口请求频率限制:10次/秒。
|
653
|
+
*/
|
644
654
|
async EnglishOCR(req, cb) {
|
645
655
|
return this.request("EnglishOCR", req, cb);
|
646
656
|
}
|
@@ -674,6 +684,8 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
674
684
|
另外,本接口还支持复印件、翻拍和PS告警功能。同时支持识别交管12123APP发放的电子驾驶证正页。
|
675
685
|
|
676
686
|
电子驾驶证正页:包括证号、姓名、性别、国籍、出生日期、初次领证日期、准驾车型、有效期开始时间、有效期截止时间、档案编号、状态、累积记分。
|
687
|
+
|
688
|
+
默认接口请求频率限制:10次/秒。
|
677
689
|
*/
|
678
690
|
async DriverLicenseOCR(req, cb) {
|
679
691
|
return this.request("DriverLicenseOCR", req, cb);
|
@@ -715,8 +727,10 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
715
727
|
return this.request("VerifyOfdVatInvoiceOCR", req, cb);
|
716
728
|
}
|
717
729
|
/**
|
718
|
-
|
719
|
-
|
730
|
+
* 本接口支持 单张、多张、多类型 票据的混合识别,同时支持自选需要识别的票据类型,已支持票种包括:增值税发票(专票、普票、卷票)、全电发票、非税发票、定额发票、通用机打发票、购车发票、火车票、出租车发票、机票行程单、汽车票、轮船票、过路过桥费发票共14种标准报销发票,并支持其他类发票的识别。
|
731
|
+
|
732
|
+
默认接口请求频率限制:5次/秒。
|
733
|
+
*/
|
720
734
|
async MixedInvoiceOCR(req, cb) {
|
721
735
|
return this.request("MixedInvoiceOCR", req, cb);
|
722
736
|
}
|
@@ -727,8 +741,10 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
727
741
|
return this.request("RecognizeIndonesiaIDCardOCR", req, cb);
|
728
742
|
}
|
729
743
|
/**
|
730
|
-
|
731
|
-
|
744
|
+
* 本接口支持北京、上海、广东、江苏、吉林、黑龙江、天津、辽宁、浙江、河南、四川、贵州、山东、安徽、福建、江西、湖北、湖南等省份健康码的识别,包括持码人姓名、持码人身份证号、健康码更新时间、健康码颜色、核酸检测结果、核酸检测间隔时长、核酸检测时间,疫苗接种信息,八个字段的识别结果输出。不同省市健康码显示的字段信息有所不同,上述字段的识别结果可能为空,以图片上具体展示的信息为准。
|
745
|
+
|
746
|
+
默认接口请求频率限制:10次/秒。
|
747
|
+
*/
|
732
748
|
async RecognizeHealthCodeOCR(req, cb) {
|
733
749
|
return this.request("RecognizeHealthCodeOCR", req, cb);
|
734
750
|
}
|
@@ -761,6 +777,8 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
761
777
|
行驶证副页:号牌号码、档案编号、核定载人数、总质量、整备质量、核定载质量、外廓尺寸、准牵引总质量、备注、检验记录。
|
762
778
|
|
763
779
|
另外,本接口还支持复印件、翻拍和PS告警功能。
|
780
|
+
|
781
|
+
默认接口请求频率限制:10次/秒。
|
764
782
|
*/
|
765
783
|
async VehicleLicenseOCR(req, cb) {
|
766
784
|
return this.request("VehicleLicenseOCR", req, cb);
|
@@ -859,6 +859,10 @@ export interface SingleInvoiceInfo {
|
|
859
859
|
* 识别出的字段名称对应的值,也就是字段name对应的字符串结果。
|
860
860
|
*/
|
861
861
|
Value: string;
|
862
|
+
/**
|
863
|
+
* 字段属于第几行,用于相同字段的排版,如发票明细表格项目,普通字段使用默认值为-1,表示无列排版。
|
864
|
+
*/
|
865
|
+
Row: number;
|
862
866
|
}
|
863
867
|
/**
|
864
868
|
* 数学公式识别结果
|
@@ -932,6 +936,10 @@ export interface VatInvoiceItem {
|
|
932
936
|
* 税额
|
933
937
|
*/
|
934
938
|
TaxAmount: string;
|
939
|
+
/**
|
940
|
+
* 税收分类编码
|
941
|
+
*/
|
942
|
+
TaxClassifyCode: string;
|
935
943
|
}
|
936
944
|
/**
|
937
945
|
* 机动车登记证书识别结果
|
@@ -973,7 +981,8 @@ export interface VehicleLicenseOCRRequest {
|
|
973
981
|
ImageUrl?: string;
|
974
982
|
/**
|
975
983
|
* FRONT 为行驶证主页正面(有红色印章的一面),
|
976
|
-
BACK
|
984
|
+
BACK 为行驶证副页正面(有号码号牌的一面),
|
985
|
+
DOUBLE 为行驶证主页正面和副页正面。
|
977
986
|
默认值为:FRONT。
|
978
987
|
*/
|
979
988
|
CardSide?: string;
|
@@ -1168,6 +1177,10 @@ export interface VehicleInvoiceInfo {
|
|
1168
1177
|
* 销售电话
|
1169
1178
|
*/
|
1170
1179
|
SellerTel: string;
|
1180
|
+
/**
|
1181
|
+
* 购方身份证
|
1182
|
+
*/
|
1183
|
+
BuyerNo: string;
|
1171
1184
|
}
|
1172
1185
|
/**
|
1173
1186
|
* DriverLicenseOCR请求参数结构体
|
@@ -1734,6 +1747,10 @@ export interface SmartStructuralOCRRequest {
|
|
1734
1747
|
* 需要识别的PDF页面的对应页码,仅支持PDF单页识别,当上传文件为PDF且IsPdf参数值为true时有效,默认值为1。
|
1735
1748
|
*/
|
1736
1749
|
PdfPageNumber?: number;
|
1750
|
+
/**
|
1751
|
+
* 是否开启全文字段识别,默认值为false,开启后可返回全文字段识别结果。
|
1752
|
+
*/
|
1753
|
+
ReturnFullText?: boolean;
|
1737
1754
|
}
|
1738
1755
|
/**
|
1739
1756
|
* 增值税发票识别结果
|
@@ -2190,12 +2207,12 @@ export interface VehicleLicenseOCRResponse {
|
|
2190
2207
|
* 行驶证主页正面的识别结果,CardSide 为 FRONT。
|
2191
2208
|
注意:此字段可能返回 null,表示取不到有效值。
|
2192
2209
|
*/
|
2193
|
-
FrontInfo
|
2210
|
+
FrontInfo: TextVehicleFront;
|
2194
2211
|
/**
|
2195
2212
|
* 行驶证副页正面的识别结果,CardSide 为 BACK。
|
2196
2213
|
注意:此字段可能返回 null,表示取不到有效值。
|
2197
2214
|
*/
|
2198
|
-
BackInfo
|
2215
|
+
BackInfo: TextVehicleBack;
|
2199
2216
|
/**
|
2200
2217
|
* Code 告警码列表和释义:
|
2201
2218
|
-9102 复印件告警
|
@@ -2203,7 +2220,7 @@ export interface VehicleLicenseOCRResponse {
|
|
2203
2220
|
-9106 ps告警
|
2204
2221
|
注:告警码可以同时存在多个
|
2205
2222
|
*/
|
2206
|
-
RecognizeWarnCode
|
2223
|
+
RecognizeWarnCode: Array<number>;
|
2207
2224
|
/**
|
2208
2225
|
* 告警码说明:
|
2209
2226
|
WARN_DRIVER_LICENSE_COPY_CARD 复印件告警
|
@@ -2211,7 +2228,7 @@ export interface VehicleLicenseOCRResponse {
|
|
2211
2228
|
WARN_DRIVER_LICENSE_PS_CARD ps告警
|
2212
2229
|
注:告警信息可以同时存在多个
|
2213
2230
|
*/
|
2214
|
-
RecognizeWarnMsg
|
2231
|
+
RecognizeWarnMsg: Array<string>;
|
2215
2232
|
/**
|
2216
2233
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
2217
2234
|
*/
|
@@ -4017,7 +4034,7 @@ export interface MLIDPassportOCRResponse {
|
|
4017
4034
|
*/
|
4018
4035
|
IssuingCountry: string;
|
4019
4036
|
/**
|
4020
|
-
*
|
4037
|
+
* 国家地区代码
|
4021
4038
|
*/
|
4022
4039
|
Nationality: string;
|
4023
4040
|
/**
|
@@ -5177,7 +5194,7 @@ export interface VatInvoice {
|
|
5177
5194
|
CheckCode: string;
|
5178
5195
|
/**
|
5179
5196
|
* 是否作废(红冲)是否作废(红冲)
|
5180
|
-
Y
|
5197
|
+
Y:已作废,N:未作废,H:红冲,HP:部分红冲,HF:全额红冲
|
5181
5198
|
*/
|
5182
5199
|
IsAbandoned: string;
|
5183
5200
|
/**
|
@@ -5210,6 +5227,14 @@ export interface VatInvoice {
|
|
5210
5227
|
* 项目明细
|
5211
5228
|
*/
|
5212
5229
|
Items: Array<VatInvoiceItem>;
|
5230
|
+
/**
|
5231
|
+
* 所属税局
|
5232
|
+
*/
|
5233
|
+
TaxBureau: string;
|
5234
|
+
/**
|
5235
|
+
* 通行费标志:Y、是;N、否
|
5236
|
+
*/
|
5237
|
+
TrafficFreeFlag: string;
|
5213
5238
|
}
|
5214
5239
|
/**
|
5215
5240
|
* HmtResidentPermitOCR返回参数结构体
|
@@ -5594,7 +5619,7 @@ export interface AdvertiseOCRResponse {
|
|
5594
5619
|
export interface VatRollInvoiceInfo {
|
5595
5620
|
/**
|
5596
5621
|
* 识别出的字段名称(关键字),支持以下字段:
|
5597
|
-
发票代码、合计金额(小写)、合计金额(大写)
|
5622
|
+
发票代码、合计金额(小写)、合计金额(大写)、开票日期、发票号码、购买方识别号、销售方识别号、校验码、销售方名称、购买方名称、发票消费类型、省、市、是否有公司印章、单价、金额、数量、服务类型、品名、种类。
|
5598
5623
|
*/
|
5599
5624
|
Name: string;
|
5600
5625
|
/**
|