Noam Y. Gherson
Noam Y. Gherson
Hi, I'm trying to read a MRZ and I get some unexpected results. I'm assuming I should pass some options for MRZ  Result: P**L**PRYDE
Hi, In [this](https://jsfiddle.net/szimek/d6a78gwq/) example of drawing over image, the `` tag gets a custom class. Is it possible to add it to the nested `` of ``? Thank you
I'm running this on an index.html generated by angular-cli (`ng build`): ``` let gulp = require('gulp') let inline = require('gulp-inline') gulp.task('inline', async function () { await gulp.src('dist/index.html') .pipe(inline({ base: 'dist/',...