Confirmed users
770
edits
| Line 67: | Line 67: | ||
onimageprocess = function (event) { | onimageprocess = function (event) { | ||
var img = event.inputFrame; | var img = event.inputFrame; | ||
// Do | // Do text recognition. | ||
// We might use built-in detection function or OpenCV in asm.js | // We might use built-in detection function or OpenCV in asm.js | ||
var words; | var words; | ||