-
Notifications
You must be signed in to change notification settings - Fork 55
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
Library Performance Versus CLI #7
Comments
Please disregard this. I simply needed to mark the build as release with |
The |
That's good to know, I appreciate the explanation. |
Thank you for your work on this project. It looks really exciting and I can't wait to start using this in my projects. I've spun up the example you give from the library, however, the performance seems to be degraded compare to the CLI.
When running from a Rust project with ocrs as a library, my image took ~30 seconds, whereas the same image took ~1 second with the CLI.
Any idea where I could be going wrong? I can see from debugging that the delay is coming from the phase1 and phase 3 calls from the example. I tried turning debug off, but that hasn't helped.
The text was updated successfully, but these errors were encountered: