Skip to main content

Turning PDFs into WordMaps and WordMazes

Project description

PDFMap PyPI version fury.io PyPI 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:

from pdfmap import PDFWordMap

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

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

from pdfmap import PDFMaze

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

For other examples, check out our example script

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pdfmap-0.2.1.tar.gz (4.1 kB view hashes)

Uploaded Source

Built Distribution

pdfmap-0.2.1-py3-none-any.whl (4.7 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page