mirror of
https://github.com/UglyToad/PdfPig.git
synced 2025-10-15 19:54:52 +08:00
keep letters in word when using default word extractor
This commit is contained in:
@@ -96,7 +96,7 @@
|
|||||||
|
|
||||||
private static Word GenerateWord(List<Letter> letters)
|
private static Word GenerateWord(List<Letter> letters)
|
||||||
{
|
{
|
||||||
return new Word(letters);
|
return new Word(letters.ToList());
|
||||||
}
|
}
|
||||||
|
|
||||||
public static IWordExtractor Instance { get; } = new DefaultWordExtractor();
|
public static IWordExtractor Instance { get; } = new DefaultWordExtractor();
|
||||||
|
Reference in New Issue
Block a user