Skip to content

Python wrapper around the pdftotext functionality of xpdf

License

Notifications You must be signed in to change notification settings

Bladieblah/xpdf-python

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

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published