ocr.vehicleLicense:基于小程序的行驶证 OCR 识别(https调用)
choseImage() {
var that
= this;
wx
.chooseImage({
count
: 1,
sizeType
: ['original', 'compressed'],
sourceType
: ['album', 'camera'],
success(res
) {
wx
.uploadFile({
url
: 'https://www.biubiu/wx/zmy',
filePath
: res
.tempFilePaths
[0],
name
: 'img',
header
: {
"Content-Type": "multipart/form-data;charset=UTF-8"
},
success(res
) {
let data
=JSON.parse(res
.data
)
console
.log('结果'+JSON.stringify(data
))
}
})
}
})
},
温馨提示:
转载请注明原文地址: https://lol.8miu.com/read-21276.html