|
|
@ -127,8 +127,9 @@ public class TencentCloudApiUtils { |
|
|
|
// 护照识别(港澳台地区及境外护照)(支持区域:广州、新加坡)
|
|
|
|
MLIDPassportOCR(HTTPRequestMethod.POST_JSON, "ocr.tencentcloudapi.com", "ocr", "2018-11-19"), |
|
|
|
// 港澳台通行证识别(支持区域:北京、广州、香港、上海、多伦多)
|
|
|
|
PermitOCR(HTTPRequestMethod.POST_JSON, "ocr.tencentcloudapi.com", "ocr", "2018-11-19"); |
|
|
|
|
|
|
|
PermitOCR(HTTPRequestMethod.POST_JSON, "ocr.tencentcloudapi.com", "ocr", "2018-11-19"), |
|
|
|
//营业执照(支持区域:)
|
|
|
|
BusinessLicenseOCR(HTTPRequestMethod.POST_JSON, "ocr.tencentcloudapi.com", "ocr", "2018-11-19"); |
|
|
|
private final HTTPRequestMethod method; |
|
|
|
private final String domaiName; |
|
|
|
private final String prodect; |
|
|
|