@redbull2k @Kevin
I solved the problem,
Do not use ResponseText
If you use the ResponseBody, there is no garbled
can make the code Shorter?
Macro Macro8
I solved the problem,
Do not use ResponseText
If you use the ResponseBody, there is no garbled
can make the code Shorter?
Macro Macro8
typelib WinHttp {662901FC-6951-4854-9EB2-D9A2570F2B2E} 5.1
WinHttp.WinHttpRequest r._create
r.Open("POST" F"https://aip.baidubce.com/rest/2.0/ocr/v1/general_basic")
r.setRequestHeader("content-type", "application/x-www-form-urlencoded")
r.SetRequestHeader("cache-control" , "no-cache")
str access= "access_token=24.b305c9822131e65eda05e29c157dd719.2592000.1559103982.282335-16139329&image="
str sFile.getfile("$desktop$\3.png");; change to file location
_s.encrypt(4 sFile "" 2)
_s.escape(9)
r.Send(F"{access}{_s}")
ARRAY(byte) a=r.ResponseBody
str s.fromn(&a[0] a.len)
out s
IXml x=JsonToXml(s)
ARRAY(IXmlNode) a1; x.Path("root/words_result/item/words" a1 1)
int i; for(i 0 a1.len) out a1[i].Value