skipImagesOccludedByHand property
Indicates whether images occluded by hand should be rejected.
A value of true
means images occluded by hand will be excluded from further processing to prevent occluded images from being used
- If hand occlusion is detected ProcessingStatus
will be ImagePreprocessingFailed
and hand occlusion status will be reported
in the ProcessResult
This setting is applicable only if scanCroppedDocumentImage
= false.
Default: true
Implementation
bool skipImagesOccludedByHand = true;