Category: Document Scanning
-
With the release of Apple M1, Mac has started their journey transitioning from x86_64 to arm64. Dynamsoft has not released any package for the new architecture Mac yet. However, it does not mean we can’t run our existing software on the new platform. Rosetta2 could translate ...
-
ASP.NET Core enables C# application to run on *nix operating systems. In this tutorial, we are going to play with ASP.NET Core and Dynamic Web TWAIN SDK to build a DotNet Core document scanning application for Windows, Linux, and macOS.PreparationFirst and foremost, we should ...
-
Wrapping a HTML element as an component is a new fashion of front-end development. In this article, we will take a tour of building a component-based document scanning app using Vue.js and Dynamic Web TWAIN. To make our app look modern, we hire Vuetify, one of the most popula ...
-
Django is a popular framework of Python for web development. In this tutorial, we will create an web application with Django and Dynamic Web TWAIN.Download and InstallationVersion:Python: 3.8.5Django: 3.1.1Dynamic Web TWAIN: 16.1.1For the download and installation of Python a ...
-
In the past, Dynamic Web TWAIN was tightly correlated with HTML elements. It only allowed developers to use HTML element ID to initialize the image container. In the meantime, shadow DOM elements were not supported, which failed Polymer projects. Starting from the latest vers ...
-
Dynamic Web TWAIN SDK v15.2 brings a set of new APIs for classifying images by tags. In this article, I will share how to use the latest JavaScript APIs to implement a simple web document management app from scratch.Building Document Management App in JavaScriptCreate an HTML ...
-
Mono is an open source implementation of Microsoft’s .NET Framework. It aims to help C# developers create cross-platform .NET applications. Although .NET Core is born for multiple platforms (Windows, Linux, and macOS), it is so far not a substitution of .NET framework. If you ...
-
This tutorial aims to help .NET developers use Dynamic .NET TWAIN in Unity projects.Download Unity Dynamic .NET TWAINUnity Infinite Loading IssueIt’s weird when running the Unity editor first time, I got stuck on the loading screen. If you suffer from the issue, remove %USERP ...
-
RequireJS is a JavaScript file and module loader that implements Asynchronous Module Definition(AMD) API for in-browser use. Similar to require() used in Node.js, we can use requirejs() to load any JavaScript module for web apps. In this post, I will share how to use Dynamic ...
-
Dynamic Web TWAIN has been widely used for developing web browser based document scanning apps. Is it possible to embed Dynamic Web TWAIN APIs into a Chrome app or extension? In this post, I want to share what I went through while building a Chrome extension.Chrome AppWhen op ...
-
Last week, I shared how to load a global JavaScript library dynamsoft.webtwain.min.js in React. Now it is time to use the library to build a simple app. I hope this tutorial will be handy for Dynamic Web TWAIN developers.Building Document Scanning App with ReactInitialize and ...
-
Not like AngularJS 1.x written in JavaScript, Angular is a complete rewrite using TypeScript. When migrating your project from AngularJS to Angular, you may wonder how to use JavaScript global libraries, such as jQuery, in the new framework. In this article, I will use DWT ( ...
-
Electron is a framework for building cross-platform desktop apps with HTML, JavaScript, and CSS. Since Dynamic Web TWAIN is also a cross-platform JavaScript library for scanning document, it is pretty easy to implement a desktop document scan app with Electron for Windows, Li ...
-
Dynamic Web TWAIN for Raspberry Pi is on Dynamsoft Labs now. No matter whether you are a Dynamic Web TWAIN user or not, if you want to build a document scanning and management system with low cost, you should experience this edition. Build a smart and wireless scanner with a ...
-
Dynamic Web TWAIN for Linux is coming soon. The underlying technology is SANE (Scanner Access Now Easy). Although we do not need to write any code other than JavaScript when using Dynamic Web TWAIN to develop SANE document scanning applications on Linux, learning the underlyi ...
-
Have you ever imagined to build a JavaScript document scanning solution for Windows, Linux, and macOS from one single codebase? To make it, you need to find a solution that compatible with different scanner driver types: TWAIN for Windows, SANE for Linux, TWAIN, and ICA for m ...
-
Dynamic Web TWAIN is a document scanning SDK that allows developers to build document management solutions in JavaScript. The beta version of Dynamic Web TWAIN for Linux is available for download. This post will illustrate how to build a simple web application to scan documen ...
-
Dynamic Web TWAIN SDK is a scanning SDK designed for web application development. It helps developers to easily build document scanning apps with a few lines of JavaScript code. The preview of Dynamic Web TWAIN for Linux is available now. In this post, I will demonstrate how ...
-
ZK is a Java Web framework that similar to GWT. Some developers have no idea how they can integrate DWT (Dynamic Web TWAIN) into a ZK Web project. I have successfully made it. The process is not too hard, but a little bit tricky.First ZK Web Project with Eclipse and Maven Ins ...
-
Have you ever thought about how to create a Web document scanning project with Ruby on Rails? In this tutorial, I’m going to guide you through how to create a Rails project with Dynamic Web TWAIN (DWT) SDK for loading, scanning and uploading document files step by step.Prereq ...
-
The article demonstrates how to upload the document images, scanned by Dynamic Web TWAIN, to Microsoft Azure Web service. You can run the enclosed sample for testing. To learn how to get started with the toolkit, please refer to the Developers’ Guide.Uploading Images to Azure ...
-
MongoDB is known as a NoSQL database, which uses a JSON-like document structure by key-value pairs. Comparing to the relational database like MySQL, MongoDB is easier and more scalable. Especially when processing big and complex data, MongoDB can perform faster and better. In ...
-
AngularJS is a Web application framework for rendering dynamic Web content with MVC architecture. It reduces amount of JavaScript code with the feature of two-way data binding. More and more developers tend to use Angular for client-side development. Therefore, I’d like to sh ...
-
GWT (Google Web Toolkit), a development toolkit that allows developers to build complicated JavaScript Web applications in Java, has been used by many outstanding products, such as Google AdSense, Google AdWords, and so on. It is open source, and completely free. In this post ...
-
Last time, I shared an article Document Imaging and Uploading with Dynamic Web TWAIN (DWT) and Node.js, which demonstrated how to deploy a website on the Web server that implemented in node.js with Express. Today, I’ll re-write the sample with Express application generator an ...
-
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 client-relevant resources and ...
-
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.Download and Installation Dynamic Web TWAIN download Node.js downloadCreating a Web Server with Node.jsRun your comman ...
-
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.How to Upload Files with StrutsUsing NetBeans IDE, we can quickly create ...
-
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 next paragraph.Free Online OCRP ...
-
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.Prerequisites Download Dynamic .NET TWAIN SDK. Download virtual scanner if there is no real scanner connected.S ...
-
If you have a TWAIN-compliant scanner, you can easily control it with Dynamic Web TWAIN or Dynamic .NET TWAIN. Both SDKs can help you create some excellent applications for document scanning and management on PCs. However, have you ever complained that it’s so inconvenient to ...
-
In this tutorial, I am about to make a more complicated solution – Web-based document imaging capture, combining the implementation of Java TWAIN and Java WebSocket with Dynamic .NET TWAIN library, C#, JNI, Java Swing, Jetty and HTML5 WebSocket. Here is the workflow:Prerequis ...
-
Dynamic .NET TWAIN is one of the excellent TWAIN-compliant SDKs for document scanning and image capture. In this tutorial, I would like to share how to create a bridge to convert .NET TWAIN C# methods to Java methods in order to help Java developers easily implement Java TWAI ...
-
In this tutorial, I want to make a more complicated WebSocket demo, which enables me to capture images from scanners on server side, and view the images in desktop web browsers or mobile web browsers. Here is the flowchart: Prerequisites Read Image Transmission between a HTML ...
-
Dynamic .NET TWAIN 5.0 has been released for a while. To help users to quickly grasp APIs, a brand-new API demo, written in WPF with C# & VB.NET, is included. In this tutorial, we would like to show the anatomy of this application. Let’s glance at the screenshot as a warm ...
-
It’s been a while now since Microsoft released a Windows 8.1 Preview with a Preview of IE 11 too. No doubt many users have already tested it. It is apparent that Microsoft has entirely rebuilt the developer tools and made them much more beautiful and powerful. There are eight ...
-
In today’s “big data era”, more and more organizations are using an enterprise content management (ECM) or record management system (RMS) to help maintain and manage the documents. Digitizing documents and storing them in a central database has become an important part of man ...
-
When developing an online image capture application, which API shall we choose?Catherine wrote an article which introduces three popular APIs for imaging apps - TWAIN, WIA and DirectShow. It will give you some ideas on TWAIN vs WIA vs Direcshow and will give you some clues on ...
-
ActiveX is a software framework created by Microsoft for sharing information and functionality among different applications. As for web application, ActiveX only works with Internet Explorer.Choose a secure ActiveX controlDue to the fact that ActiveX control can literally do ...
-
You may get problems when using your application with some scanners and wonder whether it is the issue with your application or it is the device issue.If you are using a TWAIN library and your application is supposed to work with all TWAIN compatible devices, you can use Twac ...
-
Since Internet Explorer 7 on Windows Vista was released, Protected Mode has been introduced as a new security feature. When running in Protected Mode, Internet Explorer is a low integrity process and has limited permissions to access the user system.When running Dynamic Web T ...
-
1. Introduction to OCR add-ona. What is OCROCR (optical character recognition) is software used by a computer to recognize text in a graphic format and turn it into computer text, which can be read and edited normall y. For example, one might take a picture of a car’s license ...
-
Simplify your document scanning and editing processWith the development of digital devices (scanners, webcams) and information delivering and sharing online, more users choose to manage and store documents online, such as legal papers, contracts and IDs. This perfectly solves ...
-
A lot of businesses and organizations have a bunch of existing digital documents and images that require to be handled. These digital materials might be shared documents for different departments in the company, collected images from the customers, and more.In this article, I ...
-
Besides document scanning, editing and uploading, supporting all mainstream browsers is another nice feature of Dynamic Web TWAIN. In this article, I’ll share with you on how to solve the browser compatibility issue using the image scanning SDK.Browser Market ShareIt’s always ...
-
Dynamsoft ImageCapture Suite, Give Your Customers the Most FlexibilityDynamsoft’s DWT (Dynamic Web TWAIN), an image acquisition SDK, available since 2013 has won the trust of many customers from different industries, including Lockheed Martin, IBM, Nokia and more. Optimized f ...