API Reference
Class
PdfOcrMergeResult
Normalized OCR merge result with native overlap evidence and the parsed document.
Inheritance
- Object
- PdfOcrMergeResult
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Method PdfOcrExtensions.ReadWithOcrAsync
- Property PdfSearchableOcrResult.Ocr
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public PdfDocumentReadResult NativeDocument { get; } #Native parser logical model used for overlap decisions.
public PdfDocumentReadResult Document { get; } #Canonically parsed logical model containing accepted OCR evidence in addition to native content. Pass this model directly to the Word, Excel, PowerPoint, HTML, RTF, or OpenDocument reverse converters.
public Int32 AcceptedWordCount { get; } #Number of accepted OCR words across all requested pages.
public Boolean HasAcceptedOcrContent { get; } #True when at least one OCR word passed merge filtering and was supplied to the parsed document.
public IReadOnlyList<PdfOcrPageMergeResult> Pages { get; } #OCR merge reports in requested page order.
public String Text { get; } #Combined page text separated by blank lines.