Skip to content

Repository files navigation

xpdf-python

Python wrapper around the pdftotext functionality of xpdf.

Usage

from xpydf.pdf_loader import PdfLoader

loader = PdfLoader("foo.pdf")
pdf_text = loader.extract_strings()
pdf_images = loader.extract_images()

About

Python wrapper around the pdftotext functionality of xpdf

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages