Skip to content

Repository files navigation

PDFMap PyPI version fury.ioPyPI pyversions

Installation

We recommend using the most up-to-date version of pip and wheel packages, so first run:

pip install -U pip wheel

Then install PDFMap with:

pip install pdfmap

Usage

Simple usage can be achieved with:

frompdfmapimportPDFWordMappdfwm=PDFWordMap()
print(pdfwm.parse_pdf('folder/pdfname.pdf'))

You can also extract wordmaze.WordMaze instances by using PDFMaze:

frompdfmapimportPDFMazepdfmaze=PDFMaze()
print(pdfmaze.parse_pdf('folder/pdfname.pdf'))

For other examples, check out our example script

About

Turning PDF documents into Word Maps

Topics

Resources

Stars

7 stars

Watchers

0 watching

Forks

Releases

Used by

Contributors

Languages