parent
79a862ef10
commit
3422cb6620
@ -0,0 +1,10 @@ |
||||
let Verify ={ |
||||
ocr: function(url){ |
||||
let img = convertBase64Image(url).replace('data:image/jpeg;base64,',''); |
||||
let code = post("http://124.221.241.174:9898/ocr/b64/text", {headers: {"Content-Type": "application/json"}, body: img}); |
||||
return code; |
||||
}, |
||||
slide: function(){ |
||||
|
||||
} |
||||
} |
Loading…
Reference in new issue