API Reference
Class
OfficeDocumentOcrEnrichmentOptions
Options controlling how OCR text is merged into a document read result.
Inheritance
- Object
- OfficeDocumentOcrEnrichmentOptions
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
Accepted by parameters
- Method OfficeDocumentOcrEnrichmentExtensions.ApplyOcrResults
- Extension method OfficeDocumentReadResult.ApplyOcrResults
Constructors
public OfficeDocumentOcrEnrichmentOptions() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public Boolean RemoveResolvedCandidates { get; set; } #Removes candidates that received OCR text from the enriched result's pending candidate list.
public Boolean RemoveResolvedOcrNeededDiagnostics { get; set; } #Removes matching ocr-needed diagnostics for candidates that received OCR text.
public Boolean AppendRecognizedTextToMarkdown { get; set; } #Appends recognized OCR text to the result-level Markdown payload.
public String BlockKind { get; set; } #Logical block kind assigned to OCR-enriched text blocks.