你可以对接百du智能云的接口来识别二维码的位置 和内容
[JavaScript] 纯文本查看 复制代码 {
"codes_result": [
{
"location": {
"top": 15,
"left": 15,
"width": 156,
"height": 152
},
"text": [
"这是二维码1"
],
"type": "QR_CODE"
},
{
"location": {
"top": 48,
"left": 315,
"width": 129,
"height": 120
},
"text": [
"这是二维码4"
],
"type": "QR_CODE"
},
{
"location": {
"top": 264,
"left": 71,
"width": 165,
"height": 160
},
"text": [
"这是二维码3"
],
"type": "QR_CODE"
},
{
"location": {
"top": 249,
"left": 294,
"width": 113,
"height": 109
},
"text": [
"这是二维码2"
],
"type": "QR_CODE"
}
],
"codes_result_num": 4,
"log_id": "1934468752665829838"
}
|