-
Notifications
You must be signed in to change notification settings - Fork 389
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
When I build by build.sh got these errors, could you help me ? thank you ! #49
Comments
Can you run |
Thank you for your reply. But the examples/browser/simple.html dosen't work
Maybe something not init well, but the ocrad.js in the origin repo work well . what should I do ? This is my build.sh
|
This is definitely an issue with the current (>=2015) version of emscripten. A workaround could be something like jedisct1/libsodium.js@8f6c6a8 with a dummy definition of |
I compile ocradjs , add --closure 1
and numbers.html:
but the problem is as same as before :
Also in ocrad.js define Modue by pre.js
|
And the performance is not very well on safari on iPhone X, recognize took 500 seconds. |
Sorry, I'm out of ideas. ocrad.js is a cool hack but it's a hack. ocrad itself can only do so much (try it on the command line, it's available for all major linux distros). If you have to do the OCR within a browser, maybe try tesseract.js. If it can be a client-server app, you have a wide variety of more modern choices. |
thank you very much. |
The text was updated successfully, but these errors were encountered: