capacitor-plugin-scanbot-sdk
Version:
Scanbot Document and Barcode Scanner SDK for Capacitor
17 lines • 814 B
JavaScript
export { ScanbotBarcode } from './Barcode';
export { ScanbotCheck } from './Check';
export { ScanbotCreditCard } from './CreditCard';
export { ScanbotDocument } from './Document';
export { ScanbotDocumentDataExtractor } from './DocumentDataExtractor';
export { ScanbotImageProcessor } from './ImageProcessor';
export { ScanbotLegacyPage } from './LegacyPage';
export { ScanbotMrz } from './Mrz';
export { ScanbotOcrEngine } from './OcrEngine';
export { ScanbotPdfGenerator } from './PdfGenerator';
export { ScanbotPdfImageExtractor } from './PdfImageExtractor';
export { ScanbotSdk as ScanbotSDK } from './Sdk';
export { ScanbotTextPattern } from './TextPattern';
export { ScanbotTiffGenerator } from './TiffGenerator';
export { ScanbotVin } from './Vin';
export * from './types';
//# sourceMappingURL=index.js.map