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 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.