Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you may not be able to execute some actions.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
paddle.ocr(img, cpuThreadNum, useSlim);
识别结果为包含字符串,坐标,置信度等的JSON数组
我调用该方法得到的返回是下面这种"类名@hash值"的数据。
[com.baidu.paddle.lite.demo.ocr.OcrResult@3f40edc]
我想知道要如何获取数组中对象所对应的字符串和坐标的数据?
6.2.8修复了