tencentcloud-sdk-nodejs 4.1.54 → 4.1.56

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