HELP! Can't get tesseract to work as a vs code extension #1028
openmindednewby
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone!
I am really really struggling to get tesseract to work as a VS Code extension
Everything works fine when I run tesseract in debug mode, however when I bundle my code as a vs code extension it doesn't work and throws a generic error at the creation of the worker ' ERR An unknown error occurred. Please consult the log for more details.'
Could you please help me to get it working, or explain to me what could be the issue?
I tried many things such as coping the whole tesseract package and bundling it in my extension or using CDN. Even building my extension as uncompressed, however, nothing I did made it work.
Please help. https://github.com/openmindednewby/MarkdownImageToTextVSCodeExtension
Beta Was this translation helpful? Give feedback.
All reactions