TextRecognitionResult.OverallSuccess

TextRecognitionResult.OverallSuccess property

Indicates if OCR was successful for ALL pages within this document. False if any OcrDetail in OcrDetails has Success = false.

public bool OverallSuccess { get; set; }

See Also