mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2026-03-10 00:13:40 +08:00
✨ #1167 增加File类型身份证OCR识别方法
This commit is contained in:
committed by
Binary Wang
parent
e109037249
commit
f24495b729
@@ -440,7 +440,9 @@ public interface WxMpApiUrl {
|
||||
/**
|
||||
* 身份证识别.
|
||||
*/
|
||||
IDCARD(API_DEFAULT_HOST_URL, "/cv/ocr/idcard?type=%s&img_url=%s");
|
||||
IDCARD(API_DEFAULT_HOST_URL, "/cv/ocr/idcard?type=%s&img_url=%s"),
|
||||
|
||||
FILEIDCARD(API_DEFAULT_HOST_URL, "/cv/ocr/idcard?type=%s");
|
||||
|
||||
private String prefix;
|
||||
private String path;
|
||||
|
||||
Reference in New Issue
Block a user