API Reference

Class

PdfRecognizedWord

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

OCR word normalized to top-left visual PDF-point coordinates after crop and page rotation.

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 visual PDF points.

public Double Y { get; } #

Top coordinate in visual PDF points.

public Double Width { get; } #

Width in PDF points.

public Double Height { get; } #

Height in PDF points.

public Double Confidence { get; } #

Provider confidence.

public String BlockId { get; } #

Provider block identifier, when available.

public String ParagraphId { get; } #

Provider paragraph identifier, when available.

public String LineId { get; } #

Provider line identifier, when available.