API Reference

Class

PdfUnderstandingRegion

Namespace OfficeIMO.Pdf
Assembly OfficeIMO.Pdf
Modifiers sealed

One page-segmentation region containing related lines.

Inheritance

  • Object
  • PdfUnderstandingRegion

Usage

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

Accepted by parameters

Constructors

public PdfUnderstandingRegion(IReadOnlyList<PdfUnderstandingLine> lines, Nullable<Double> confidence = null, IEnumerable<PdfInferenceEvidence> evidence = null) #

Creates a segmented region from lines in local reading order.

Parameters

lines System.Collections.Generic.IReadOnlyList{OfficeIMO.Pdf.PdfUnderstandingLine} requiredposition: 0
confidence System.Nullable{System.Double} = null optionalposition: 1
evidence System.Collections.Generic.IEnumerable{OfficeIMO.Pdf.PdfInferenceEvidence} = null optionalposition: 2

Properties

public IReadOnlyList<PdfUnderstandingLine> Lines { get; } #

Lines in local region order.

public String Text { get; } #

Normalized region text.

public Double YBottom { get; } #

Bottom baseline.

public Double Confidence { get; } #

Normalized segmentation confidence from 0 to 1.

public IReadOnlyList<PdfInferenceEvidence> Evidence { get; } #

Evidence supporting this region segmentation.