API Reference

Class

PdfRecognizedWord

Namespace OfficeIMO.Pdf
Assembly OfficeIMO.Pdf
Modifiers sealed

OCR word normalized to top-left PDF-point coordinates.

Inheritance

  • Object
  • PdfRecognizedWord

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 String Text { get; } #

Recognized text.

public Double X { get; } #

Left coordinate in PDF points.

public Double Y { get; } #

Top coordinate in PDF points.

public Double Width { get; } #

Width in PDF points.

public Double Height { get; } #

Height in PDF points.

public Double Confidence { get; } #

Provider confidence.