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
Initializing tesseract.js with const worker = createWorker(); returns error
....webpack\renderer\main_window\index.js:979
/******/ self["webpackHotUpdateelectron_react_typescript"] = (chunkId, moreModules, runtime) => {
^
ReferenceError: self is not defined
Initializing tesseract.js with
const worker = createWorker();
returns errorwhen initialized from the renderer process and
when initialized from the main process.
The text was updated successfully, but these errors were encountered: