TextRecognitionResult.OcrDetails

TextRecognitionResult.OcrDetails property

A list containing the detailed OCR results for each page of the document. For single-image files, this list will typically contain one OcrDetail entry with PageNumber = 1.

public List<OcrDetail> OcrDetails { get; set; }

See Also