Class DocumentScannerConfiguration

Configuration for the document scanner.

Constructors

Properties

The engine to use for document scanning.

Default Value

"ML";

Initial parameters for the document scanner.

Default Value

new DocumentScannerParameters({});
partiallyVisibleDocumentConfiguration: PartiallyVisibleDocumentConfiguration

Configuration for handling partially visible documents.

Default Value

new PartiallyVisibleDocumentConfiguration({});
processingMode: ProcessingMode

In live mode, the document scanner will return only the best document contour. In single-shot mode it will return additional document contours, suitable for use in the cropping screen.

Default Value

"AUTO";

Generated using TypeDoc