Hi, I’m trying to extract text and table separately with ParagraphAbsorber and TableAbsorber for such file page2TableStart.pdf (81.3 KB)
. As you can see from the file, first page doesn’t contain any table. However, Tab…...(MarkupSection section in paragraphAbsorber.PageMarkups[0].Sections) { foreach...(MarkupParagraph paragraph in section.Paragraphs) { Console.Writeline(paragraph...