using your pdf table data extractor in Csharp the whole table is being processed as one cell, I have no idea how to fix it. I am new
TableAbsorber absorber = new TableAbsorber();
absorber.Visit(page);
foreach (Absorbed…...pdf table data extractor in csharp the whole table is being processed...