You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
let canvas = new Canvas(500, 500);
let paint = new Paint();
paint.setTextSize(100);
paint.setColor(android.graphics.Color.pack(colors.parseColor("#FF963200")));
canvas.drawText("测试文字", 100, 100, paint);
img = canvas.toImage()
//images.save(img, './2.png')
let text = gmlkit.ocr(img, 'zh')
log(text)
官网例子,一直提示
GoogleMLKitOcrResult(level=0, confidence=-1.0, text=, language=null, bounds=null, children=[])
我记得前几天可以用的啊?是我的问题吗?
The text was updated successfully, but these errors were encountered: