Skip to content

Python wrapper around the pdftotext functionality of xpdf

License

Notifications You must be signed in to change notification settings

ReMiOS/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

Languages

  • C++ 92.4%
  • C 4.5%
  • Roff 2.2%
  • Python 0.4%
  • CMake 0.4%
  • Makefile 0.1%