UNPKG

ngx-document-scanner

Version:

Angular 2+ component for cropping and enhancing images of documents

6 lines (5 loc) 244 B
import { ModuleWithProviders } from '@angular/core'; import { OpenCVConfig } from './PublicModels'; export declare class NgxDocumentScannerModule { static forRoot(config: OpenCVConfig): ModuleWithProviders<NgxDocumentScannerModule>; }