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)
ParameterTypeDescription
imagesOcrInputSource images OcrInput
defectTypeDefectTypeThe types of defects to be recognized DefectType

Return Value

Detected image defects or ab empty collection if no defect found DefectOutput.

See Also