Results 3 issues of 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 ![image](https://user-images.githubusercontent.com/34273570/109934907-aef37080-7cd5-11eb-9671-f9fb75734b05.png) Result: P**L**PRYDE

recognition accuracy

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/',...