Skip to content

extract_text goes on forever. #23

Description

@Rammurthy5

I installed latest PDFBox on my Mac via pip.
I did an import and called on to the extract_text() method. And it keeps running perpetually for a 196 KB file.
Please help.

>>> import pdfbox as p, os
>>> os.path.exists(f).  # f is the file path
True
>>> pp = p.PDFBox()
>>> pp.extract_text(f)


extract_text(f) doesn't end, runs perpetually.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions