import { IScannerCommon } from "./i-scanner-common-handle";
export interface IDocumentDataExtractorScannerHandle extends IScannerCommon {
}
