Commit e83214d3 authored by limingzhe's avatar limingzhe

fix: debug

parent dcd23225
......@@ -2784,9 +2784,11 @@ cc.Class({
const bboxTextArr = [];
for (let i=0; i<curTextArr.length; i++) {
const score = curTextArr[i].content;
const score = curTextArr[i].score;
const {left, right, top, bottom} = curTextArr[i];
const text = curTextArr[i].content;
const {left, right, top, bottom, text} = curTextArr[i];
console.log('text..', JSON.stringify( curTextArr[i] ));
console.log('text..', text);
const disW = (right - left) / text.length;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment