Skip to content

Doesn't read two columns PDF correctly, thinks it is a one column #721

@hhblaze

Description

@hhblaze

2302.14502.pdf

image

                using (UglyToad.PdfPig.PdfDocument document = UglyToad.PdfPig.PdfDocument.Open(pdfFilePath))
                {
                    foreach (Page page in document.GetPages())
                    {                
                        foreach (Word word in page.GetWords())
                        {
                            Console.Write(word.Text + " ");
                        }
                    }
                }

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions