UNPKG

@scandit/web-datacapture-id

Version:

Scandit Data Capture SDK for the Web

9 lines (8 loc) 214 B
export interface MobileDocumentScannerJSON { ocr: boolean; } export declare class MobileDocumentScanner { protected readonly _ocr = true; constructor(); toJSONObject(): MobileDocumentScannerJSON; }