UNPKG

scanbot-web-sdk

Version:

Scanbot Web Document and Barcode Scanner SDK

6 lines (5 loc) 183 B
import { SBDocument } from "../document/model/sb-document"; export declare class DocumentScannerUIResult { readonly document: SBDocument; constructor(document: SBDocument); }