-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
memory access out of bounds & exception stack overflow #12
Comments
|
I tried running scribe-js in a worker that we can restart, but I’m still encountering the same error. The only solution seems to be restarting the entire Node.js application, any suggestions? |
Please try updating to the latest version ( |
Hey @Balearica, thanks for the advice, it seems to be resolved! I just have a couple of follow-up questions:
Thanks again for your help! |
I just released a new version that uses workers by default in Node.js, so if you update to Although both the browser and Node.js version now run most computationally expensive steps in workers, which can result in 6x faster speeds, the built-in parallel processing capabilities are likely never going to saturate a 48 core server (for example). If you need something at that level, that would require running Scribe.js in multiple Node.js processes (whether using
I'm not sure I understand this question. If you're asking about rendering a PDF page to an image, you can render page |
Hello @Balearica, That’s fantastic news! We had been trying to implement this internally, so it’s great to see it now natively supported. Thanks for all the hard work! I’ll test it out and provide feedback soon. Our users have PDFs that contain embedded images, such as logos, charts, etc. I’m not referring to rendering the entire PDF as an image but rather extracting specific images directly from the PDF pages. |
We’re running Scribe.js at scale and frequently receiving these messages, eventually making it unusable and forcing us to restart the app. Is there any way to restart the Scribe.js engine alone without having to restart the entire Node.js application?
The text was updated successfully, but these errors were encountered: