DocumentScanner constructor

DocumentScanner({
  1. required DocumentScannerOptions options,
})

Constructor to create an instance of DocumentScanner.

Implementation

DocumentScanner({required this.options});