|
楼主 |
发表于 2024-10-2 22:43:38
|
显示全部楼层
福建省泉州市
贴上代码->>> 窗口程序集名 | 保 留 | 保 留 | 备 注 | 窗口程序集_启动窗口 | | | | 提交识别 (读入文件 (“图片绝对路径”)) |
获取Token | 文本型 | | |
API_Key | 文本型 | | | | Secret_Key | 文本型 | | | |
变量名 | 类 型 | 静态 | 数组 | 备 注 | json_源文本 | 文本型 | | | json_解析 | 类_json | | |
json_源文本 = UTF8到文本 (网页_访问 (“https://aip.baidubce.com/oauth/2.0/token?client_id=” + API_Key + “&client_secret=” + Secret_Key + “&grant_type=client_credentials”, 1, , , , “User-Agent:Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.6261.95 Safari/537.36”, , , , , , , , )) json_解析. 解析 (json_源文本, , )返回 (json_解析. 取通用属性 (“['access_token']”, )) 变量名 | 类 型 | 静态 | 数组 | 备 注 | json_源文本 | 文本型 | | | json_解析 | 类_json | | | 局_计次 | 整数型 | | |
json_源文本 = 网页_访问S (“https://aip.baidubce.com/rest/2.0/ocr/v1/accurate_basic?access_token=” + 获取Token (“填写你的 API Key ”, “填写你的 Secret Key ”), 1, “image=” + 编码_URL编码 (编码_BASE64编码 (图片 ), 真, 真) + “&language_type=CHN_ENG&detect_direction=false?graph=false&probability=false&multidirectional_recognize=false”, , , “Content-Type:application/x-www-form-urlencoded” + #换行符 + “Accept:application/json”, , , , , , , , , , , , , , , )json_解析. 解析 (编码_utf8到gb2312 (json_源文本 ), , )计次循环首 (json_解析. 成员数 (“words_result”), 局_计次 )调试输出 (json_解析. 取通用属性 (“['words_result'][” + 到文本 (局_计次 - 1 ) + “].words”, )) 计次循环尾 ()
|
|