DocumentClassicScannerConfiguration constructor
DocumentClassicScannerConfiguration(- {bool? ignoreBadAspectRatio,
- bool? detectDocumentAfterSnap,
- bool autoSnapEnabled = false,
- double? acceptedAngleScore,
- double? acceptedSizeScore,
- List<PageAspectRatio>? requiredAspectRatios,
- double? autoSnapSensitivity,
- Size? originalImageSizeLimit,
- Size? documentImageSizeLimit}
)
Implementation
DocumentClassicScannerConfiguration({
this.ignoreBadAspectRatio,
this.detectDocumentAfterSnap,
this.autoSnapEnabled = false,
this.acceptedAngleScore,
this.acceptedSizeScore,
this.requiredAspectRatios,
this.autoSnapSensitivity,
this.originalImageSizeLimit,
this.documentImageSizeLimit,
});