-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Description
That instance holds the state of the extracted page text. So because you only create one for all pages not one for each page, the GetTextFromPage method doesn't work properly.
Try:
string page = PdfTextExtractor.GetTextFromPage(reader, i, new SimpleTextExtractionStrategy());
instead. Seems wrong I know but that's how it has to be.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels