Weekend Project: WebAssembly Camera Document Scanner

WebAssembly-based Camera Document Scanning App. The idea is, once the app is loaded on the device, the user can capture an image using a phone’s camera, the app then does some processing and converts it to PDF. All these steps are done without communicating with any backend server, and using a virtual machine inside the browser.

To test the app, click on the camera icon and choose an image to convert.

Source Code: https://github.com/albassam/WebDocScanner