tencentcloud-sdk-nodejs-ocr 4.0.725 → 4.0.728

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.
@@ -470,32 +470,21 @@ export interface EstateCertOCRResponse {
470
470
  }
471
471
 
472
472
  /**
473
- * FlightInvoiceOCR请求参数结构体
473
+ * GeneralHandwritingOCR返回参数结构体
474
474
  */
475
- export interface FlightInvoiceOCRRequest {
476
- /**
477
- * 图片的 Base64 值。
478
- 支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。
479
- 支持的图片大小:所下载图片经Base64编码后不超过 7M。图片下载时间不超过 3 秒。
480
- 图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
481
- */
482
- ImageBase64?: string
475
+ export interface GeneralHandwritingOCRResponse {
483
476
  /**
484
- * 图片的 Url 地址。
485
- 支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。
486
- 支持的图片大小:所下载图片经 Base64 编码后不超过 7M。图片下载时间不超过 3 秒。
487
- 图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。
488
- 非腾讯云存储的 Url 速度和稳定性可能受一定影响。
477
+ * 检测到的文本信息,具体内容请点击左侧链接。
489
478
  */
490
- ImageUrl?: string
479
+ TextDetections: Array<TextGeneralHandwriting>
491
480
  /**
492
- * 是否开启PDF识别,默认值为true,开启后可同时支持图片和PDF的识别。
481
+ * 图片旋转角度(角度制),文本的水平方向为0°;顺时针为正,逆时针为负。点击查看<a href="https://cloud.tencent.com/document/product/866/45139">如何纠正倾斜文本</a>
493
482
  */
494
- IsPdf?: boolean
483
+ Angel: number
495
484
  /**
496
- * 需要识别的PDF页面的对应页码,仅支持PDF单页识别,当上传文件为PDF且IsPdf参数值为true时有效,默认值为1
485
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId
497
486
  */
498
- PdfPageNumber?: number
487
+ RequestId?: string
499
488
  }
500
489
 
501
490
  /**
@@ -633,6 +622,112 @@ export interface TextDetectResponse {
633
622
  RequestId?: string
634
623
  }
635
624
 
625
+ /**
626
+ * 铁路电子客票信息
627
+ */
628
+ export interface RailwayTicketInfo {
629
+ /**
630
+ * 电子发票类型
631
+ */
632
+ TypeOfVoucher?: string
633
+ /**
634
+ * 电子客票号
635
+ */
636
+ ElectronicTicketNum?: string
637
+ /**
638
+ * 开票日期
639
+ */
640
+ DateOfIssue?: string
641
+ /**
642
+ * 售票或退票类型
643
+ */
644
+ TypeOfBusiness?: string
645
+ /**
646
+ * 始发站
647
+ */
648
+ DepartureStation?: string
649
+ /**
650
+ * 始发站英文
651
+ */
652
+ PhonicsOfDepartureStation?: string
653
+ /**
654
+ * 到达站
655
+ */
656
+ DestinationStation?: string
657
+ /**
658
+ * 到达站英文
659
+ */
660
+ PhonicsOfDestinationStation?: string
661
+ /**
662
+ * 火车号
663
+ */
664
+ TrainNumber?: string
665
+ /**
666
+ * 火车出发日期
667
+ */
668
+ TravelDate?: string
669
+ /**
670
+ * 始发时间
671
+ */
672
+ DepartureTime?: string
673
+ /**
674
+ * 空调特点
675
+ */
676
+ AirConditioningCharacteristics?: string
677
+ /**
678
+ * 座位类型
679
+ */
680
+ SeatLevel?: string
681
+ /**
682
+ * 火车第几车
683
+ */
684
+ Carriage?: string
685
+ /**
686
+ * 座位号
687
+ */
688
+ Seat?: string
689
+ /**
690
+ * 票价
691
+ */
692
+ Fare?: string
693
+ /**
694
+ * 发票号码
695
+ */
696
+ ElectronicInvoiceRailwayETicketNumber?: string
697
+ /**
698
+ * 身份证号
699
+ */
700
+ IdNumber?: string
701
+ /**
702
+ * 姓名
703
+ */
704
+ Name?: string
705
+ /**
706
+ * 金额
707
+ */
708
+ TotalAmountExcludingTax?: string
709
+ /**
710
+ * 税率
711
+ */
712
+ TaxRate?: string
713
+ /**
714
+ * 税额
715
+ */
716
+ TaxAmount?: string
717
+ /**
718
+ * 购买方名称
719
+ */
720
+ NameOfPurchaser?: string
721
+ /**
722
+ * 统一社会信用代码
723
+ */
724
+ UnifiedSocialCreditCodeOfPurchaser?: string
725
+ /**
726
+ * 原发票号码
727
+ */
728
+ NumberOfOriginalInvoice?: string
729
+ }
730
+
636
731
  /**
637
732
  * TollInvoiceOCR返回参数结构体
638
733
  */
@@ -983,25 +1078,32 @@ export interface RideHailingTransportLicenseOCRRequest {
983
1078
  }
984
1079
 
985
1080
  /**
986
- * 增值税普通发票(卷票)条目
1081
+ * FlightInvoiceOCR请求参数结构体
987
1082
  */
988
- export interface VatRollItem {
1083
+ export interface FlightInvoiceOCRRequest {
989
1084
  /**
990
- * 项目名称
1085
+ * 图片的 Base64 值。
1086
+ 支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。
1087
+ 支持的图片大小:所下载图片经Base64编码后不超过 7M。图片下载时间不超过 3 秒。
1088
+ 图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
991
1089
  */
992
- Name?: string
1090
+ ImageBase64?: string
993
1091
  /**
994
- * 数量
1092
+ * 图片的 Url 地址。
1093
+ 支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。
1094
+ 支持的图片大小:所下载图片经 Base64 编码后不超过 7M。图片下载时间不超过 3 秒。
1095
+ 图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。
1096
+ 非腾讯云存储的 Url 速度和稳定性可能受一定影响。
995
1097
  */
996
- Quantity?: string
1098
+ ImageUrl?: string
997
1099
  /**
998
- * 单价
1100
+ * 是否开启PDF识别,默认值为true,开启后可同时支持图片和PDF的识别。
999
1101
  */
1000
- Price?: string
1102
+ IsPdf?: boolean
1001
1103
  /**
1002
- * 金额
1104
+ * 需要识别的PDF页面的对应页码,仅支持PDF单页识别,当上传文件为PDF且IsPdf参数值为true时有效,默认值为1。
1003
1105
  */
1004
- Total?: string
1106
+ PdfPageNumber?: number
1005
1107
  }
1006
1108
 
1007
1109
  /**
@@ -2434,17 +2536,41 @@ export interface VatInvoiceUserInfo {
2434
2536
  }
2435
2537
 
2436
2538
  /**
2437
- * InsuranceBillOCR返回参数结构体
2539
+ * 通用机打发票条目
2438
2540
  */
2439
- export interface InsuranceBillOCRResponse {
2541
+ export interface GeneralMachineItem {
2440
2542
  /**
2441
- * 保险单据识别结果,具体内容请点击左侧链接。
2543
+ * 项目名称
2442
2544
  */
2443
- InsuranceBillInfos: Array<InsuranceBillInfo>
2545
+ Name?: string
2444
2546
  /**
2445
- * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
2547
+ * 规格型号
2446
2548
  */
2447
- RequestId?: string
2549
+ Specification?: string
2550
+ /**
2551
+ * 单位
2552
+ */
2553
+ Unit?: string
2554
+ /**
2555
+ * 数量
2556
+ */
2557
+ Quantity?: string
2558
+ /**
2559
+ * 单价
2560
+ */
2561
+ Price?: string
2562
+ /**
2563
+ * 金额
2564
+ */
2565
+ Total?: string
2566
+ /**
2567
+ * 税率
2568
+ */
2569
+ TaxRate?: string
2570
+ /**
2571
+ * 税额
2572
+ */
2573
+ Tax?: string
2448
2574
  }
2449
2575
 
2450
2576
  /**
@@ -2588,19 +2714,49 @@ export interface BusInvoice {
2588
2714
  }
2589
2715
 
2590
2716
  /**
2591
- * QrcodeOCR请求参数结构体
2717
+ * 定额发票
2592
2718
  */
2593
- export interface QrcodeOCRRequest {
2719
+ export interface QuotaInvoice {
2594
2720
  /**
2595
- * 图片的 Base64 值。要求图片经Base64编码后不超过 7M,支持PNG、JPG、JPEG格式。
2596
- 图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
2721
+ * 发票名称
2597
2722
  */
2598
- ImageBase64?: string
2723
+ Title?: string
2599
2724
  /**
2600
- * 图片的 Url 地址。要求图片经Base64编码后不超过 7M,支持PNG、JPG、JPEG格式。
2601
- 建议图片存储于腾讯云,可保障更高的下载速度和稳定性。
2725
+ * 发票代码
2602
2726
  */
2603
- ImageUrl?: string
2727
+ Code?: string
2728
+ /**
2729
+ * 发票号码
2730
+ */
2731
+ Number?: string
2732
+ /**
2733
+ * 价税合计(小写)
2734
+ */
2735
+ Total?: string
2736
+ /**
2737
+ * 价税合计(大写)
2738
+ */
2739
+ TotalCn?: string
2740
+ /**
2741
+ * 发票消费类型
2742
+ */
2743
+ Kind?: string
2744
+ /**
2745
+ * 省
2746
+ */
2747
+ Province?: string
2748
+ /**
2749
+ * 市
2750
+ */
2751
+ City?: string
2752
+ /**
2753
+ * 是否存在二维码(1:有,0:无)
2754
+ */
2755
+ QRCodeMark?: number
2756
+ /**
2757
+ * 是否有公司印章(0:没有,1:有)
2758
+ */
2759
+ CompanySealMark?: number
2604
2760
  }
2605
2761
 
2606
2762
  /**
@@ -5025,6 +5181,112 @@ export interface AdvertiseOCRRequest {
5025
5181
  ImageUrl?: string
5026
5182
  }
5027
5183
 
5184
+ /**
5185
+ * 航空运输电子客票行程单信息
5186
+ */
5187
+ export interface AirTicketInfo {
5188
+ /**
5189
+ * 旅客姓名
5190
+ */
5191
+ PassengerName?: string
5192
+ /**
5193
+ * 有效身份证件号码
5194
+ */
5195
+ ValidIdNumber?: string
5196
+ /**
5197
+ * 签注
5198
+ */
5199
+ Endorsement?: string
5200
+ /**
5201
+ * GP单号
5202
+ */
5203
+ NumberOfGPOrder?: string
5204
+ /**
5205
+ * 发票号码
5206
+ */
5207
+ ElectronicInvoiceAirTransportReceiptNumber?: string
5208
+ /**
5209
+ * 机票详细信息元组
5210
+ */
5211
+ DetailInformationOfAirTicketTuple?: Array<DetailInformationOfAirTicketTupleList>
5212
+ /**
5213
+ * 票价
5214
+ */
5215
+ Fare?: string
5216
+ /**
5217
+ * 燃油附加费
5218
+ */
5219
+ FuelSurcharge?: string
5220
+ /**
5221
+ * 增值税税率
5222
+ */
5223
+ VatRate?: string
5224
+ /**
5225
+ * 增值税税额
5226
+ */
5227
+ VatTaxAmount?: string
5228
+ /**
5229
+ * 民航发展基金
5230
+ */
5231
+ CivilAviationDevelopmentFund?: string
5232
+ /**
5233
+ * 其他税费
5234
+ */
5235
+ OtherTaxes?: string
5236
+ /**
5237
+ * 合计
5238
+ */
5239
+ TotalAmount?: string
5240
+ /**
5241
+ * 电子客票号码
5242
+ */
5243
+ ElectronicTicketNum?: string
5244
+ /**
5245
+ * 验证码
5246
+ */
5247
+ VerificationCode?: string
5248
+ /**
5249
+ * 提示信息
5250
+ */
5251
+ PromptInformation?: string
5252
+ /**
5253
+ * 保险费
5254
+ */
5255
+ Insurance?: string
5256
+ /**
5257
+ * 销售网点代号
5258
+ */
5259
+ AgentCode?: string
5260
+ /**
5261
+ * 填开单位
5262
+ */
5263
+ IssueParty?: string
5264
+ /**
5265
+ * 填开时间
5266
+ */
5267
+ IssueDate?: string
5268
+ /**
5269
+ * 开具状态
5270
+ */
5271
+ IssuingStatus?: string
5272
+ /**
5273
+ * 国内国际标识
5274
+ */
5275
+ MarkingOfDomesticOrInternational?: string
5276
+ /**
5277
+ * 购买方名称
5278
+ */
5279
+ NameOfPurchaser?: string
5280
+ /**
5281
+ * 销售方名称
5282
+ */
5283
+ NameOfSeller?: string
5284
+ /**
5285
+ * 统一社会信用代码
5286
+ */
5287
+ UnifiedSocialCreditCodeOfPurchaser?: string
5288
+ }
5289
+
5028
5290
  /**
5029
5291
  * RideHailingDriverLicenseOCR返回参数结构体
5030
5292
  */
@@ -5496,6 +5758,60 @@ export interface FlightInvoiceInfo {
5496
5758
  Row: number
5497
5759
  }
5498
5760
 
5761
+ /**
5762
+ * 机票详细信息元组
5763
+ */
5764
+ export interface DetailInformationOfAirTicketTupleList {
5765
+ /**
5766
+ * 出发站(自)
5767
+ */
5768
+ DepartureStation?: string
5769
+ /**
5770
+ * 目的地(至)
5771
+ */
5772
+ DestinationStation?: string
5773
+ /**
5774
+ * 航班
5775
+ */
5776
+ FlightSegment?: string
5777
+ /**
5778
+ * 航班
5779
+ */
5780
+ Carrier?: string
5781
+ /**
5782
+ * 航班号
5783
+ */
5784
+ Flight?: string
5785
+ /**
5786
+ * 座位等级
5787
+ */
5788
+ SeatClass?: string
5789
+ /**
5790
+ * 日期
5791
+ */
5792
+ CarrierDate?: string
5793
+ /**
5794
+ * 时间
5795
+ */
5796
+ DepartureTime?: string
5797
+ /**
5798
+ * 客票级别/客票类别
5799
+ */
5800
+ FareBasis?: string
5801
+ /**
5802
+ * 客票生效日期
5803
+ */
5804
+ EffectiveDate?: string
5805
+ /**
5806
+ * 有效截止日期
5807
+ */
5808
+ ExpirationDate?: string
5809
+ /**
5810
+ * 免费行李
5811
+ */
5812
+ FreeBaggageAllowance?: string
5813
+ }
5814
+
5499
5815
  /**
5500
5816
  * 行驶证主页正面的识别结果
5501
5817
  */
@@ -7090,41 +7406,17 @@ export interface RecognizeMedicalInvoiceOCRRequest {
7090
7406
  }
7091
7407
 
7092
7408
  /**
7093
- * 通用机打发票条目
7409
+ * InsuranceBillOCR返回参数结构体
7094
7410
  */
7095
- export interface GeneralMachineItem {
7096
- /**
7097
- * 项目名称
7098
- */
7099
- Name?: string
7100
- /**
7101
- * 规格型号
7102
- */
7103
- Specification?: string
7104
- /**
7105
- * 单位
7106
- */
7107
- Unit?: string
7108
- /**
7109
- * 数量
7110
- */
7111
- Quantity?: string
7112
- /**
7113
- * 单价
7114
- */
7115
- Price?: string
7116
- /**
7117
- * 金额
7118
- */
7119
- Total?: string
7411
+ export interface InsuranceBillOCRResponse {
7120
7412
  /**
7121
- * 税率
7413
+ * 保险单据识别结果,具体内容请点击左侧链接。
7122
7414
  */
7123
- TaxRate?: string
7415
+ InsuranceBillInfos: Array<InsuranceBillInfo>
7124
7416
  /**
7125
- * 税额
7417
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
7126
7418
  */
7127
- Tax?: string
7419
+ RequestId?: string
7128
7420
  }
7129
7421
 
7130
7422
  /**
@@ -7285,6 +7577,14 @@ export interface VerifyOfdVatInvoiceOCRResponse {
7285
7577
  * 货物或服务清单
7286
7578
  */
7287
7579
  GoodsInfos?: Array<VatInvoiceGoodsInfo>
7580
+ /**
7581
+ * 航空运输电子客票行程单信息
7582
+ */
7583
+ AirTicketInfo?: AirTicketInfo
7584
+ /**
7585
+ * 铁路电子客票
7586
+ */
7587
+ RailwayTicketInfo?: RailwayTicketInfo
7288
7588
  /**
7289
7589
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
7290
7590
  */
@@ -7943,52 +8243,6 @@ export interface EnterpriseLicenseInfo {
7943
8243
  Value?: string
7944
8244
  }
7945
8245
 
7946
- /**
7947
- * 定额发票
7948
- */
7949
- export interface QuotaInvoice {
7950
- /**
7951
- * 发票名称
7952
- */
7953
- Title?: string
7954
- /**
7955
- * 发票代码
7956
- */
7957
- Code?: string
7958
- /**
7959
- * 发票号码
7960
- */
7961
- Number?: string
7962
- /**
7963
- * 价税合计(小写)
7964
- */
7965
- Total?: string
7966
- /**
7967
- * 价税合计(大写)
7968
- */
7969
- TotalCn?: string
7970
- /**
7971
- * 发票消费类型
7972
- */
7973
- Kind?: string
7974
- /**
7975
- * 省
7976
- */
7977
- Province?: string
7978
- /**
7979
- * 市
7980
- */
7981
- City?: string
7982
- /**
7983
- * 是否存在二维码(1:有,0:无)
7984
- */
7985
- QRCodeMark?: number
7986
- /**
7987
- * 是否有公司印章(0:没有,1:有)
7988
- */
7989
- CompanySealMark?: number
7990
- }
7991
-
7992
8246
  /**
7993
8247
  * InsuranceBillOCR请求参数结构体
7994
8248
  */
@@ -8011,21 +8265,19 @@ export interface InsuranceBillOCRRequest {
8011
8265
  }
8012
8266
 
8013
8267
  /**
8014
- * GeneralHandwritingOCR返回参数结构体
8268
+ * QrcodeOCR请求参数结构体
8015
8269
  */
8016
- export interface GeneralHandwritingOCRResponse {
8017
- /**
8018
- * 检测到的文本信息,具体内容请点击左侧链接。
8019
- */
8020
- TextDetections: Array<TextGeneralHandwriting>
8270
+ export interface QrcodeOCRRequest {
8021
8271
  /**
8022
- * 图片旋转角度(角度制),文本的水平方向为0°;顺时针为正,逆时针为负。点击查看<a href="https://cloud.tencent.com/document/product/866/45139">如何纠正倾斜文本</a>
8272
+ * 图片的 Base64 值。要求图片经Base64编码后不超过 7M,支持PNG、JPG、JPEG格式。
8273
+ 图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
8023
8274
  */
8024
- Angel: number
8275
+ ImageBase64?: string
8025
8276
  /**
8026
- * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
8277
+ * 图片的 Url 地址。要求图片经Base64编码后不超过 7M,支持PNG、JPG、JPEG格式。
8278
+ 建议图片存储于腾讯云,可保障更高的下载速度和稳定性。
8027
8279
  */
8028
- RequestId?: string
8280
+ ImageUrl?: string
8029
8281
  }
8030
8282
 
8031
8283
  /**
@@ -8117,6 +8369,28 @@ export interface QuestionBlockObj {
8117
8369
  QuestionBboxCoord: Rect
8118
8370
  }
8119
8371
 
8372
+ /**
8373
+ * 增值税普通发票(卷票)条目
8374
+ */
8375
+ export interface VatRollItem {
8376
+ /**
8377
+ * 项目名称
8378
+ */
8379
+ Name?: string
8380
+ /**
8381
+ * 数量
8382
+ */
8383
+ Quantity?: string
8384
+ /**
8385
+ * 单价
8386
+ */
8387
+ Price?: string
8388
+ /**
8389
+ * 金额
8390
+ */
8391
+ Total?: string
8392
+ }
8393
+
8120
8394
  /**
8121
8395
  * AdvertiseOCR返回参数结构体
8122
8396
  */
@@ -1,5 +1,5 @@
1
1
  import * as TencentCloudCommon from "tencentcloud-sdk-nodejs-common";
2
- import { RecognizeOnlineTaxiItineraryOCRResponse, BankSlipOCRRequest, BusinessCardOCRResponse, HKIDCardOCRRequest, CarInvoiceOCRRequest, RecognizeTravelCardOCRRequest, TrainTicketOCRRequest, EstateCertOCRResponse, FlightInvoiceOCRRequest, RecognizePhilippinesDrivingLicenseOCRRequest, MLIDPassportOCRRequest, SmartStructuralOCRV2Request, TextDetectResponse, TollInvoiceOCRResponse, FinanBillSliceOCRResponse, DriverLicenseOCRResponse, WaybillOCRResponse, CreateAIFormTaskRequest, PermitOCRResponse, InvoiceGeneralOCRRequest, RideHailingTransportLicenseOCRRequest, HmtResidentPermitOCRResponse, EnterpriseLicenseOCRResponse, RecognizePhilippinesVoteIDOCRRequest, InstitutionOCRResponse, DriverLicenseOCRRequest, RecognizeTableOCRResponse, QrcodeOCRResponse, MainlandPermitOCRRequest, SmartStructuralOCRV2Response, EnterpriseLicenseOCRRequest, BankCardOCRRequest, VehicleRegCertOCRRequest, PropOwnerCertOCRResponse, TrainTicketOCRResponse, RecognizePhilippinesTinIDOCRResponse, ArithmeticOCRResponse, FormulaOCRResponse, SmartStructuralOCRRequest, GeneralHandwritingOCRRequest, BizLicenseOCRRequest, MixedInvoiceDetectResponse, RecognizePhilippinesVoteIDOCRResponse, InsuranceBillOCRResponse, GeneralAccurateOCRResponse, HmtResidentPermitOCRRequest, QrcodeOCRRequest, TaxiInvoiceOCRResponse, RecognizeGeneralInvoiceRequest, GeneralBasicOCRResponse, RecognizeThaiIDCardOCRResponse, RecognizeMedicalInvoiceOCRResponse, MixedInvoiceOCRResponse, ClassifyDetectOCRResponse, VatInvoiceVerifyNewRequest, VehicleLicenseOCRResponse, RecognizePhilippinesSssIDOCRRequest, IDCardOCRResponse, ClassifyDetectOCRRequest, DutyPaidProofOCRResponse, TollInvoiceOCRRequest, LicensePlateOCRResponse, HKIDCardOCRResponse, PermitOCRRequest, InvoiceGeneralOCRResponse, VatInvoiceVerifyNewResponse, RecognizePhilippinesSssIDOCRResponse, TaxiInvoiceOCRRequest, PropOwnerCertOCRRequest, RecognizeContainerOCRRequest, EduPaperOCRRequest, VatRollInvoiceOCRResponse, VatInvoiceVerifyRequest, EduPaperOCRResponse, RecognizeThaiIDCardOCRRequest, TableOCRRequest, ImageEnhancementResponse, PassportOCRResponse, TextDetectRequest, RecognizeTravelCardOCRResponse, LicensePlateOCRRequest, GeneralBasicOCRRequest, RecognizeIndonesiaIDCardOCRResponse, GeneralEfficientOCRRequest, RecognizePhilippinesUMIDOCRResponse, AdvertiseOCRRequest, RideHailingDriverLicenseOCRResponse, ImageEnhancementRequest, EnglishOCRRequest, VatInvoiceVerifyResponse, SmartStructuralOCRResponse, RecognizeIndonesiaIDCardOCRRequest, GeneralAccurateOCRRequest, OrgCodeCertOCRRequest, FlightInvoiceOCRResponse, InstitutionOCRRequest, RideHailingDriverLicenseOCRRequest, ArithmeticOCRRequest, VerifyOfdVatInvoiceOCRRequest, FinanBillSliceOCRRequest, MLIDPassportOCRResponse, VatRollInvoiceOCRRequest, RecognizeTableAccurateOCRRequest, SealOCRResponse, FinanBillOCRResponse, RecognizeHealthCodeOCRRequest, BankSlipOCRResponse, VinOCRResponse, GetTaskStateResponse, FormulaOCRRequest, PassportOCRRequest, DutyPaidProofOCRRequest, RecognizeHealthCodeOCRResponse, CreateAIFormTaskResponse, MixedInvoiceOCRRequest, ResidenceBookletOCRResponse, CarInvoiceOCRResponse, VehicleRegCertOCRResponse, GeneralFastOCRRequest, ShipInvoiceOCRResponse, RecognizeGeneralInvoiceResponse, GetTaskStateRequest, RecognizeMedicalInvoiceOCRRequest, GeneralEfficientOCRResponse, ShipInvoiceOCRRequest, SealOCRRequest, VerifyOfdVatInvoiceOCRResponse, RecognizeTableAccurateOCRResponse, ResidenceBookletOCRRequest, BusInvoiceOCRResponse, MainlandPermitOCRResponse, MLIDCardOCRRequest, EnglishOCRResponse, BusInvoiceOCRRequest, OrgCodeCertOCRResponse, RideHailingTransportLicenseOCRResponse, RecognizeContainerOCRResponse, InsuranceBillOCRRequest, GeneralHandwritingOCRResponse, TableOCRResponse, AdvertiseOCRResponse, VehicleLicenseOCRRequest, RecognizeOnlineTaxiItineraryOCRRequest, IDCardOCRRequest, MixedInvoiceDetectRequest, WaybillOCRRequest, VinOCRRequest, VatInvoiceOCRRequest, RecognizePhilippinesUMIDOCRRequest, MLIDCardOCRResponse, RecognizePhilippinesTinIDOCRRequest, RecognizeTableOCRRequest, EstateCertOCRRequest, BizLicenseOCRResponse, VatInvoiceOCRResponse, QuotaInvoiceOCRRequest, BankCardOCRResponse, BusinessCardOCRRequest, RecognizePhilippinesDrivingLicenseOCRResponse, FinanBillOCRRequest, QuotaInvoiceOCRResponse, GeneralFastOCRResponse } from "./ocr_models";
2
+ import { RecognizeOnlineTaxiItineraryOCRResponse, BankSlipOCRRequest, BusinessCardOCRResponse, HKIDCardOCRRequest, CarInvoiceOCRRequest, RecognizeTravelCardOCRRequest, TrainTicketOCRRequest, EstateCertOCRResponse, GeneralHandwritingOCRResponse, RecognizePhilippinesDrivingLicenseOCRRequest, MLIDPassportOCRRequest, SmartStructuralOCRV2Request, TextDetectResponse, TollInvoiceOCRResponse, FinanBillSliceOCRResponse, DriverLicenseOCRResponse, WaybillOCRResponse, CreateAIFormTaskRequest, PermitOCRResponse, InvoiceGeneralOCRRequest, RideHailingTransportLicenseOCRRequest, FlightInvoiceOCRRequest, HmtResidentPermitOCRResponse, EnterpriseLicenseOCRResponse, RecognizePhilippinesVoteIDOCRRequest, InstitutionOCRResponse, DriverLicenseOCRRequest, RecognizeTableOCRResponse, QrcodeOCRResponse, MainlandPermitOCRRequest, SmartStructuralOCRV2Response, EnterpriseLicenseOCRRequest, BankCardOCRRequest, VehicleRegCertOCRRequest, PropOwnerCertOCRResponse, TrainTicketOCRResponse, RecognizePhilippinesTinIDOCRResponse, ArithmeticOCRResponse, FormulaOCRResponse, SmartStructuralOCRRequest, GeneralHandwritingOCRRequest, BizLicenseOCRRequest, MixedInvoiceDetectResponse, RecognizePhilippinesVoteIDOCRResponse, GeneralAccurateOCRResponse, HmtResidentPermitOCRRequest, TaxiInvoiceOCRResponse, RecognizeGeneralInvoiceRequest, GeneralBasicOCRResponse, RecognizeThaiIDCardOCRResponse, RecognizeMedicalInvoiceOCRResponse, MixedInvoiceOCRResponse, ClassifyDetectOCRResponse, VatInvoiceVerifyNewRequest, VehicleLicenseOCRResponse, RecognizePhilippinesSssIDOCRRequest, IDCardOCRResponse, ClassifyDetectOCRRequest, DutyPaidProofOCRResponse, TollInvoiceOCRRequest, LicensePlateOCRResponse, HKIDCardOCRResponse, PermitOCRRequest, InvoiceGeneralOCRResponse, VatInvoiceVerifyNewResponse, RecognizePhilippinesSssIDOCRResponse, TaxiInvoiceOCRRequest, PropOwnerCertOCRRequest, RecognizeContainerOCRRequest, EduPaperOCRRequest, VatRollInvoiceOCRResponse, VatInvoiceVerifyRequest, EduPaperOCRResponse, RecognizeThaiIDCardOCRRequest, TableOCRRequest, ImageEnhancementResponse, PassportOCRResponse, TextDetectRequest, RecognizeTravelCardOCRResponse, LicensePlateOCRRequest, GeneralBasicOCRRequest, RecognizeIndonesiaIDCardOCRResponse, GeneralEfficientOCRRequest, RecognizePhilippinesUMIDOCRResponse, AdvertiseOCRRequest, RideHailingDriverLicenseOCRResponse, ImageEnhancementRequest, EnglishOCRRequest, VatInvoiceVerifyResponse, SmartStructuralOCRResponse, RecognizeIndonesiaIDCardOCRRequest, GeneralAccurateOCRRequest, OrgCodeCertOCRRequest, FlightInvoiceOCRResponse, InstitutionOCRRequest, RideHailingDriverLicenseOCRRequest, ArithmeticOCRRequest, VerifyOfdVatInvoiceOCRRequest, FinanBillSliceOCRRequest, MLIDPassportOCRResponse, VatRollInvoiceOCRRequest, RecognizeTableAccurateOCRRequest, SealOCRResponse, FinanBillOCRResponse, RecognizeHealthCodeOCRRequest, BankSlipOCRResponse, VinOCRResponse, GetTaskStateResponse, FormulaOCRRequest, PassportOCRRequest, DutyPaidProofOCRRequest, RecognizeHealthCodeOCRResponse, CreateAIFormTaskResponse, MixedInvoiceOCRRequest, ResidenceBookletOCRResponse, CarInvoiceOCRResponse, VehicleRegCertOCRResponse, GeneralFastOCRRequest, ShipInvoiceOCRResponse, RecognizeGeneralInvoiceResponse, GetTaskStateRequest, RecognizeMedicalInvoiceOCRRequest, InsuranceBillOCRResponse, GeneralEfficientOCRResponse, ShipInvoiceOCRRequest, SealOCRRequest, VerifyOfdVatInvoiceOCRResponse, RecognizeTableAccurateOCRResponse, ResidenceBookletOCRRequest, BusInvoiceOCRResponse, MainlandPermitOCRResponse, MLIDCardOCRRequest, EnglishOCRResponse, BusInvoiceOCRRequest, OrgCodeCertOCRResponse, RideHailingTransportLicenseOCRResponse, RecognizeContainerOCRResponse, InsuranceBillOCRRequest, QrcodeOCRRequest, TableOCRResponse, AdvertiseOCRResponse, VehicleLicenseOCRRequest, RecognizeOnlineTaxiItineraryOCRRequest, IDCardOCRRequest, MixedInvoiceDetectRequest, WaybillOCRRequest, VinOCRRequest, VatInvoiceOCRRequest, RecognizePhilippinesUMIDOCRRequest, MLIDCardOCRResponse, RecognizePhilippinesTinIDOCRRequest, RecognizeTableOCRRequest, EstateCertOCRRequest, BizLicenseOCRResponse, VatInvoiceOCRResponse, QuotaInvoiceOCRRequest, BankCardOCRResponse, BusinessCardOCRRequest, RecognizePhilippinesDrivingLicenseOCRResponse, FinanBillOCRRequest, QuotaInvoiceOCRResponse, GeneralFastOCRResponse } from "./ocr_models";
3
3
  /**
4
4
  * ocr client
5
5
  * @class