# electron-document-scan **Repository Path**: yushulx/electron-document-scan ## Basic Information - **Project Name**: electron-document-scan - **Description**: No description available - **Primary Language**: HTML - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-08-06 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Cross-platform Desktop Document Scanner The sample demonstrates how to create a desktop document scanning app with [Electron](http://electron.atom.io/docs/latest/tutorial/quick-start) and [Dynamic Web TWAIN SDK](http://www.dynamsoft.com/Products/WebTWAIN_Overview.aspx) for **Windows, Linux and macOS**. ## How to Use the Code 1. Install **Electron**: ```bash npm install -g electron ``` 2. Run the app: ``` cd app electron . ``` ![electron document scanner](http://www.codepool.biz/wp-content/uploads/2017/03/electron-dwt.PNG) ## Blog [Cross-platform Document Scan Application with Electron](http://www.codepool.biz/crossplatform-document-scan-electron.html)