Use PDF can not be read to table1 and table2 of the table

table1.pdf (24.2 KB)
table2.pdf (24.5 KB)
table3.pdf (24.7 KB)

But you can read the table3 table
I need to set how to read table1 and table2 it
Thank you very much for your reply!

  Aspose.Pdf.Document pdfDocument = new Aspose.Pdf.Document(filePath);
        foreach (var page in pdfDocument.Pages)
        {

          
            Aspose.Pdf.Text.TableAbsorber absorber = new Aspose.Pdf.Text.TableAbsorber();
            absorber.Visit(page);


            }
        }

We have opened the following new ticket(s) in our internal issue tracking system and will deliver their fixes according to the terms mentioned in Free Support Policies.

  Issue ID(s): PDFNET-53539

You can obtain Paid Support services if you need support on a priority basis, along with the direct access to our Paid Support management team.