API Reference

Class

PdfOcrRedactionCandidate

Namespace OfficeIMO.Pdf.Ocr
Assembly OfficeIMO.Pdf.Ocr
Modifiers sealed

One privacy-conscious OCR-derived redaction candidate.

Inheritance

  • Object
  • PdfOcrRedactionCandidate

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

Properties

public PdfRedactionArea Area { get; } #

Canonical PDF user-space rectangle covering every OCR word in the match.

public String Criterion { get; } #

Stable criterion description. The recognized text itself is intentionally omitted.

public Double MinimumConfidence { get; } #

Lowest OCR confidence among the words contributing to this candidate.

public String Provider { get; } #

OCR provider identifier, when reported.

public String Model { get; } #

OCR model identifier, when reported.

public String Language { get; } #

Detected or requested language, when reported.