spinner



Framework Logo

cScanTWAIN

Version 4
Browser Based Document Scanning SDK

cScanTWAIN is a browser-based document scanning SDK specifically designed for web applications. A few lines of JavaScript code and a small non-intrusive client-side companion application is all it takes for your web application to scan documents from within the browser.




schedule
Speeds up Development

We did most of the heavy lifting, so just add a few lines of code to get started.

group
User Experience Simplified

By utilizing a simple interface with basic controls and principles, we are able to simplify the User Experience.

settings
Easy Integration

Native Javascript and a small non-intrusive client side companion application.


DOWNLOAD TRIAL
Requesting a trial is your consent to receive product update notices


Easy Integration with a few lines of Code
<html>
<head>
<link rel="stylesheet" href="/lib/cScan/cscan.min.css"/>
</head>
<body>
<button onclick="csharks.cScanShow()">SCAN</button>
<script src="/lib/cScan/pdf.min.js" type="module"></script>
<script src="/lib/cScan/cscanConfig.js"></script>
<script src="/lib/cScan/cscan.min.js"></script>
</body>
</html>
Developer Controlled Configuration

LICENSE_KEY: "TRIAL",
CSCAN_DOWNLOAD_LINK: "/urlToYourDistributionFile",
CSCAN_ADMIN_NOTICE: "If you need assistance then please contact your system Administrator.",
CSCAN_UPLOAD_URL: "/cscan/upload",
CSCAN_UPLOAD_PREFIX: "DEMO_",
CSCAN_PROFILES: [
  {"NAME": "B/W Document Sample"},
  {"NAME": "Color Document Sample", "PIXEL": 2}
]

Simple Use Case
cScanTWAIN in Healthcare
Acme Medical Group has a web based (EMR) Electronic Medical Records system to manage patient records. Staff need to scan in paperwork provided by the patient along with insurance cards etc. Using an inexpensive TWAIN compliant scanner, similar to an Ambir TravelscanPRO P600, the staff can now scan the patient documents from within the browser.

In previous scenarios, the use of an ancillary application to scan in the paper documents, save them to the local file system, and then upload them to the EMR was required.

cScanTWAIN simplifies this process by allowing the scan operation to occur directly from the browser, shields the user from making unnecessary scanner settings, and prevents the local file system from being littered with PHI (Protected Health Information).

See our Guide for more Detail
publish
© 2024 - codesharks - 1.15.0 [1713569513] Privacy Policy