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
Using the latest version (0.5.0) recognizing certain inputs produces the following error. We should figure out what is causing this, and add an automated test to prevent it from happening again.
Error: TypeError: Cannot read properties of undefined (reading '0')
at Worker.<anonymous> (/home/ben/repos/scribejs/node_modules/@scribe.js/tesseract.js/src/createWorker.js:283:15)
at Worker.emit (node:events:518:28)
at MessagePort.<anonymous> (node:internal/worker:263:53)
at [nodejs.internal.kHybridDispatch] (node:internal/event_target:826:20)
at exports.emitMessage (node:internal/per_context/messageport:23:28)
The text was updated successfully, but these errors were encountered:
Using the latest version (0.5.0) recognizing certain inputs produces the following error. We should figure out what is causing this, and add an automated test to prevent it from happening again.
The text was updated successfully, but these errors were encountered: