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