-
When writing code in IDEs (Visual Studio, Eclipse, Netbeans, Aptana, etc.), developers need to find useful APIs and relevant documentations quickly. The assist function (e.g. IntelliSense) is usually triggered by the shortcut keys Ctrl + space. S ...
-
Last week, I introduced how to create a Web application for document imaging and uploading with Dynamic Web TWAIN SDK and Node.js. In this tutorial, I’d like to share a more convenient way to implement such a solution in Go. You can just copy the ...
-
The latest Dynamic Web TWAIN has evolved to HTML5 version, which means it is completely compatible with all mainstream Web frameworks. This tutorial shares how to implement document Web scanning applications with Dynamic Web TWAIN in different pr ...
-
In this tutorial, I’d like to share how to implement a simple Web application for document imaging and uploading with Dynamic Web TWAIN SDK (DWT) and Node.js.
-
Some Java developers asked a question about how to use Dynamic Web TWAIN (DWT) to upload image files when building a Web application with Struts. In this tutorial, I’d like to make a detailed explanation.
-
Dynamsoft provides a free online OCR tool for end-users. In this tutorial, I’d like to anatomize how to use Dynamic Web TWAIN SDK and Dynamic .NET TWAIN SDK to implement the online OCR solution. You can have fun with the tool before reading the n ...
-
The Visualization Toolkit (VTK) is an open-source software system for 3D computer graphics, image processing and visualization. Today, I’d like to share how to use VTK to generate contours.
-
A few days ago, I read the article - Run .NET and Node.js code in-process with Edge.js, which inspired me to try a new way of WebSocket solutions in JavaScript. It is known that Node.js makes applications, which written in JavaScript, run on serv ...
-
In this tutorial, let’s learn how to implement a simple application to scan documents with Dynamic .NET TWAIN and upload scanned images to Google Drive step by step.
-
When you are scanning tons of documents with your scanner applications, probably you don’t have enough time to take a break sometimes. Because you need to stare at the screen for checking all scanning information in case of some errors. Fortunate ...