skipImagesWithInadequateLightingConditions property
Indicates whether images with inadequate lighting conditions should be rejected.
Inadequate lighting conditions are represented as either TooBright or TooDark document images,
as defined in the ImageAnalysisLightingStatus enum.
A value of true means images with inadequate lighting conditions will be excluded from further processing to prevent images with
inadequate lighting from being used
- If inadequate light conditions are detected ProcessingStatus will be ImagePreprocessingFailed and lighting status will be
reported in the ProcessResult.
Default: true
Implementation
bool skipImagesWithInadequateLightingConditions = true;