Barcode & Bankcard
Accura Scan’s solution scans and extracts data from Barcodes as well as Bank cards.
Barcode
The method use to Start Barcode scanning is
Parameters:
accuraConfs: {'enableLogs':false}, barcodeType: String(Available from the license)
Response:
Success: JSON String Response
Error: String
The example function is shown below
Bankcard
The method use to Start Bankcard scanning is
Parameters:
accuraConfs: {'enableLogs':false}
Response:
On Success: JSON String Response
Error: String
Example function:
Last updated