Skip to main content

Search OfficeIMO

Enter a topic, API type, or PowerShell command.

Documentation Search all OfficeIMO/

API Reference

Enum

PdfOcrWordDisposition

Namespace OfficeIMO.Pdf.Ocr
Assembly OfficeIMO.Pdf.Ocr
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

The canonical merge decision for a recognized word with valid page geometry.

Inheritance

  • Enum
  • PdfOcrWordDisposition

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Values

public const PdfOcrWordDisposition Accepted #

The word passed confidence and native-text overlap filtering.

Value: 0
public const PdfOcrWordDisposition LowConfidence #

The word fell below the confidence threshold; native overlap was not evaluated.

Value: 1
public const PdfOcrWordDisposition NativeTextOverlap #

Existing native PDF text already covers the word's region.

Value: 2