pdfmap 0.2.1

Last updated:

0 purchases

pdfmap 0.2.1 Image
pdfmap 0.2.1 Images
Add to Cart

Description:

pdfmap 0.2.1

PDFMap
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

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.