robertknight / ocrs

Rust library and CLI tool for OCR (extracting text from images)
Apache License 2.0
1.21k stars 54 forks source link

Add C API for ocrs lib #2

Open robertknight opened 10 months ago

robertknight commented 10 months ago

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.