We are encountering an issue while extracting text from a PDF using Aspose.PDF.
The PDF contains a vertical line acting as a separator between two text sections.
However, during text extraction:
The vertical line is n…...StartPoint; var ep = line.EndPoint; double dx = Math.Abs(ep.X - sp.X);...X); double dy = Math.Abs(ep.Y - sp.Y); double length = Math.Sqrt(dx...