webfx-scan-service
v1.0.5
Published
Connecting to SecureScan X-Mini
Maintainers
Readme
SecureScan X-Mini Connector
A package that connects your web-based React application to scanner. This package allows seamless integration for real-time scanning and processing within your app.
🚀 Features
- ✅ Easily connect to a scanner
- ✅ Real-time scanning and data retrieval
- ✅ Works with React applications
- ✅ Customizable callback functions for handling scanned data
📦 Installation
To install the package via NPM:
npm install webfx-scan-service🚀 Usage
- ✅ const service = new WebFxScanService(aiCredentials); - Define WebFxScanService
- ✅ If you have aiCredentials you can process data and make an object out of it otherwise it will return scanned image base64 content along with local path
- ✅ service.setOnScanCompleteCallback - using this callback function you can get the response from the scanner
