skipImagesWithBlur property
Indicates whether images with blur in the document image should be skipped.
A value of true
means images with detected blur will be excluded from further processing to prevent blurred images from being used
- If blurDetectionLevel = off
- blurred images will be processed
- If blur is detected ProcessingStatus
will be ImagePreprocessingFailed
and blur will be reported in the ProcessResult
A value of false
means images with detected blur will not be excluded from further processing
- If blurDetectionLevel != off
- even if blur is detected, the image will be processed and blur will be reported in the ProcessResult
.
Default: true
Implementation
bool skipImagesWithBlur = true;