API Reference

Class

PdfOcrWord

Namespace OfficeIMO.Pdf
Assembly OfficeIMO.Pdf
Modifiers sealed

One OCR word in rendered pixel coordinates.

Inheritance

  • Object
  • PdfOcrWord

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

Constructors

public PdfOcrWord(String text, Double x, Double y, Double width, Double height, Double confidence) #

Creates a recognized pixel-space word.

Parameters

text System.String requiredposition: 0
x System.Double requiredposition: 1
y System.Double requiredposition: 2
width System.Double requiredposition: 3
height System.Double requiredposition: 4
confidence System.Double requiredposition: 5

Properties

public String Text { get; } #

Recognized text.

public Double X { get; } #

Left pixel.

public Double Y { get; } #

Top pixel.

public Double Width { get; } #

Pixel width.

public Double Height { get; } #

Pixel height.

public Double Confidence { get; } #

Provider confidence from 0 through 1.