API Reference
Class
PdfSearchableOcrResult
Searchable PDF artifact together with the OCR evidence used to create its invisible text layer.
Inheritance
- Object
- PdfSearchableOcrResult
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
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public PdfDocument Document { get; } #The original or rewritten PDF document containing accepted OCR text.
public PdfOcrMergeResult Ocr { get; } #Recognition, filtering, geometry, and provider evidence for the operation.
public IReadOnlyList<Int32> ModifiedPages { get; } #One-based page numbers that received invisible searchable text.
public Boolean WasModified { get; } #True when at least one page received invisible searchable text.
public Int32 AddedWordCount { get; } #Number of accepted OCR words written to the searchable text layer.