antimatter15/ocrad.js
A JavaScript/WebAssembly port of the Ocrad OCR engine compiled via Emscripten.

Velocity · 7d
+0.8
★ / day
Trend
→steady
star history
ocrad.js provides optical character recognition functionality in JavaScript by compiling the Ocrad C library to WebAssembly using Emscripten. This enables browser-based text extraction from images, with potential use cases in browser extensions, note-taking apps, and offline-capable applications. The project targets use cases where client-side processing is needed to reduce latency.