jeromewu

Results 43 comments of jeromewu

Can you share the full example code to reproduce this issue?

I have tried both Chrome and Firefox and it works perfectly. @IAndreaGiuseppe may I know the version of Firefox? @barryZZJ You might face some network issue, you can try this...

Hi @IAndreaGiuseppe, I have tried Firefox 74.0 (64bit) on Windows and it still works. Maybe you try Private Window in Firefox to avoid potential cache issue, and wait for a...

Most of the time it is a network issue. You can try to use the offline version first and see if it works: https://github.com/jeromewu/tesseract.js-offline

One quick fix is to put your buffer into a canvas and pass the canvas to recognize() function, we will add this feature in the next release.

Not sure about what happened as your description is pretty vague. But you can try this offline example to see if the problem still exists: https://github.com/jeromewu/tesseract.js-offline

As the test case of node.js is still working, I think it is still the file itself cause the issue. Is it possible to provide the image file you use...

It should be working, maybe you just got a slow network or hardware, judge from your log.

No problem, this is great! Also invite you to the organisation, so you can create new repos if required.

Right now rtsp/rtmp is not supported due to the external libraries is unable to integrate with ffmpeg.wasm, I am still looking for possibilities.