mirror of
https://github.com/UglyToad/PdfPig.git
synced 2025-09-18 18:27:55 +08:00
update nn word extractor for new clustering type
This commit is contained in:
@@ -118,7 +118,7 @@
|
||||
List<Word> words = new List<Word>();
|
||||
for (int a = 0; a < groupedIndexes.Count; a++)
|
||||
{
|
||||
words.Add(new Word(groupedIndexes[a].Select(i => pageLetters[i]).ToList()));
|
||||
words.Add(new Word(groupedIndexes[a]));
|
||||
}
|
||||
|
||||
return words;
|
||||
|
Reference in New Issue
Block a user