Enum DefectType
Enum DefectType
Namespace: Aspose.OCR
Assembly: Aspose.OCR.dll (25.2.0)
The types of image defects.
public enum DefectType
Fields
ALL = 9999
All supported image defects.
BLUR = 3
The image is out of focus. This detection algorithm can only identify the entire image as blurry. Specific areas cannot be detected.
GLARE = 4
Areas in an image caused by uneven lighting, such as spot lights or flash.
LOW_CONTRAST = 2
Highlights and shadows typically appearing on curved pages.
SALT_PEPPER_NOISE = 1
Random white and black pixels scattered across the area. Often occurs in digital photographs.