# nodejs-dwt **Repository Path**: dl-study/nodejs-dwt ## Basic Information - **Project Name**: nodejs-dwt - **Description**: nodejs-dwt - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-04-02 - **Last Updated**: 2025-04-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Online Document Imaging and Uploading with Dynamic Web TWAIN & Node.js ======================================================================= The sample shows how to implement a simple online document imaging and uploading application with Dynamic Web TWAIN & Node.js. Screenshots ----------- ![image](http://www.codepool.biz/wp-content/uploads/2014/11/nodejs_dwt.png) Blog ----------------------- [Document Imaging and Uploading With Dynamic Web TWAIN and Node.js][5] Download & Installation ----------------------- * [Dynamic Web TWAIN v10.0.1][1] * [Node.js][2] How to Run ----------- 1. `npm install formidable@latest` 2. `npm install express` 3. `node server.js` 4. visit `localhost:2014` References: ----------- * [Express][3] * [Formidable][4] [1]:http://www.dynamsoft.com/download/Dynamic%20Web%20TWAIN%2010.0.1%20TRIAL.exe [2]:http://nodejs.org/download/ [3]:http://expressjs.com/ [4]:https://github.com/felixge/node-formidable [5]:http://www.codepool.biz/twain/document-imaging-and-uploading-with-dynamic-web-twain-and-node-js.html