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
Cannot enlarge memory arrays in asm.js. Either (1) compile with -s TOTAL_MEMORY=X with X higher than the current value 16777216, or (2) set Module.TOTAL_MEMORY before the program runs.
ocrad.js:7985 Uncaught abort() at Error
at stackTrace (http://antimatter15.com/ocrad.js/ocrad.js:935:15)
at abort (http://antimatter15.com/ocrad.js/ocrad.js:7985:25)
The text was updated successfully, but these errors were encountered:
I am trying from nodeJS on my side. I don't think this an OCRAD issue though.... More about reading very big buffer array from javascript , client side or server side.
I went to the page http://antimatter15.com/ocrad.js/demo.html. I try to drag and drop the test.png from the examples folder. It shows...
The text was updated successfully, but these errors were encountered: