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
The ocrs library should have a C API so it can be used from other languages. Some other languages might be able to use the WebAssembly API, but that is unfortunately much slower than native, due to limitations of WebAssembly's SIMD support and lack of multi-threading.
The text was updated successfully, but these errors were encountered:
The ocrs library should have a C API so it can be used from other languages. Some other languages might be able to use the WebAssembly API, but that is unfortunately much slower than native, due to limitations of WebAssembly's SIMD support and lack of multi-threading.
The text was updated successfully, but these errors were encountered: