mirror of
https://github.com/UglyToad/PdfPig.git
synced 2025-10-14 19:05:01 +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)
|
||||
{
|
||||
return new Word(letters);
|
||||
return new Word(letters.ToList());
|
||||
}
|
||||
|
||||
public static IWordExtractor Instance { get; } = new DefaultWordExtractor();
|
||||
|
Reference in New Issue
Block a user