1 repo
Tools that enable local data processing to ensure user privacy and offline functionality.
Distinguishing note: Focuses on the privacy and offline aspects of local processing.
Explore 1 awesome GitHub repository matching security & cryptography · Privacy-Focused Processing. Refine with filters or upvote what's useful.
Tesseract.js is a JavaScript library that provides optical character recognition capabilities directly within web browsers and Node.js environments. It functions as a client-side engine, enabling the conversion of images containing printed text into machine-readable strings without the need for external APIs or server-side infrastructure. The library distinguishes itself by running the original C++ optical character recognition engine within the browser through WebAssembly modules. To maintain interface responsiveness during intensive computation, it utilizes background threads for parallel p
Enables applications to perform optical character recognition on local files while maintaining user privacy and operating without an internet connection.