@scandit/web-datacapture-id
Version:
Scandit Data Capture SDK for the Web
8 lines (7 loc) • 405 B
TypeScript
import { PhysicalDocumentScanner, PhysicalDocumentScannerType, type PhysicalDocumentScannerJSON } from "./PhysicalDocumentScanner.js";
export type FullDocumentScannerJSON = PhysicalDocumentScannerJSON;
export declare class FullDocumentScanner extends PhysicalDocumentScanner {
readonly type = PhysicalDocumentScannerType.FullDocument;
constructor();
toJSONObject(): FullDocumentScannerJSON;
}