|
发表于 2020-7-30 00:02:19
|
显示全部楼层
广东省潮州市
|
百度OCR_银行卡 | 文本型 | | |
APIkey | 文本型 | | | | SecretKey | 文本型 | | | | picture | 字节集 | | | |
变量名 | 类 型 | 静态 | 数组 | 备 注 | url | 文本型 | | | return | 文本型 | | | access_token | 文本型 | | | setpicture | 文本型 | | |
access_token = 字节集_到文本 (网页_访问_对象 (“https://aip.baidubce.com/oauth/2.0/token?grant_type=client_credentials” + “&client_id=” + APIkey + “&client_secret=” + SecretKey + “&”, , , , , , , , , , , , , , , , , , )) access_token = 文本_取出中间文本 (access_token, “access_token” + #引号 + “:”, #引号 + “,”, , )url = “https://aip.baidubce.com/rest/2.0/ocr/v1/bankcard?access_token=” + access_token setpicture = 到文本 (编码_BASE64编码A (picture )) setpicture = 编码_URL编码_快速 (到字节集 (setpicture ), )return = 编码_URL解码_快速 (网页_访问S (url, 1, “image=” + setpicture, , , “Content-Type:application/x-www-form-urlencoded”, , , , , , , , , , , , , , , ), 真, 真)返回 (return )
|
|