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
I have a problem with Tesseract, let me explain it:
I use Tesseract.js in an Angular App.
And when I open it on : http://localhost:4200/ in Internet Explorer 11, I have a white page and a syntax error (I see it in the developer tools).
On other browsers I have no problem.
It seems that Tesseract is not transpiled.
I expect Tesseract to be transpiled and work on IE 11.
To use tesseract.js, you need to use browser that at least support asm.js.
As IE 11 doesn't support asm.js, it is impossible to make it work.
Ref: https://caniuse.com/#feat=asmjs
Hi Jerome,
I have a problem with Tesseract, let me explain it:
I use
Tesseract.js
in an Angular App.And when I open it on :
http://localhost:4200/
in Internet Explorer 11, I have a white page and a syntax error (I see it in the developer tools).On other browsers I have no problem.
It seems that Tesseract is not transpiled.
I expect Tesseract to be transpiled and work on IE 11.
Some details:
The syntax error points to:
I target
es5
in mytsconfig.json
:I opened the same issue here : tesseract.js-angular-app/issues/6.
Thank you in advance for taking the time to answer my problem.
Cheers, Patrick.
The text was updated successfully, but these errors were encountered: