Table of Contents

Class DefaultWordExtractor

Namespace
UglyToad.PdfPig.Util
Assembly
UglyToad.PdfPig.dll

Default Word Extractor.

public class DefaultWordExtractor : IWordExtractor
Inheritance
DefaultWordExtractor
Implements
Inherited Members

Properties

Instance

Create an instance of Default Word Extractor, DefaultWordExtractor.

public static IWordExtractor Instance { get; }

Property Value

IWordExtractor

Methods

GetWords(IReadOnlyList<Letter>)

Gets the words.

public IEnumerable<Word> GetWords(IReadOnlyList<Letter> letters)

Parameters

letters IReadOnlyList<Letter>

The letters in the page.

Returns

IEnumerable<Word>