Last updated:
0 purchases
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
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.