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 am trying to run the demo on https://tesseract.projectnaptha.com/ and I get an error in the console. This seems to be blocking any processing of the image dropped onto the page regardless of language.
send.js:9 Uncaught (in promise) DOMException: Failed to execute 'postMessage' on 'Worker': function progressUpdate(packet){
var log = document.getElementById('log');
const statusLabel = {"initialized...<omitted>...
} could not be cloned.
The text was updated successfully, but these errors were encountered:
Thank you for reporting. The demo site was written for Tesseract.js v4, however Tesseract.js v5 was being loaded, resulting in the error.
I've updated the site to use Tesseract.js v4 for now, as that is the quickest fix, so the issue should be resolved. (You may have to clear your cache for the site for the change to take effect.)
I am trying to run the demo on https://tesseract.projectnaptha.com/ and I get an error in the console. This seems to be blocking any processing of the image dropped onto the page regardless of language.
The text was updated successfully, but these errors were encountered: