DetectDefects
AsposeOcr.DetectDefects method
Automatically find problematic areas of an image that can significantly impact the accuracy of OCR. Supports PNG, JPEG, BMP, TIFF, JFIF, and GIF images provided as a file, stream, or pixel array. Supports bulk recognition.
public List<DefectOutput> DetectDefects(OcrInput images, DefectType defectType)
Parameter | Type | Description |
---|---|---|
images | OcrInput | Source images OcrInput |
defectType | DefectType | The types of defects to be recognized DefectType |
Return Value
Detected image defects or ab empty collection if no defect found DefectOutput
.
See Also
- class DefectOutput
- class OcrInput
- enum DefectType
- class AsposeOcr
- namespace Aspose.OCR
- assembly Aspose.OCR