Project: pdfminer2

PDF parser and analyzer

Project Details

Latest version
20151206
Home Page
https://github.com/metachris/pdfminer
PyPI Page
https://pypi.org/project/pdfminer2/

Project Popularity

PageRank
0.002046288860828152
Number of downloads
45902

Maintained fork of PDFMiner using six for Python 2+3 compatibility

PDFMiner is a tool for extracting information from PDF documents. Unlike other PDF-related tools, it focuses entirely on getting and analyzing text data. PDFMiner allows to obtain the exact location of texts in a page, as well as other information such as fonts or lines. It includes a PDF converter that can transform PDF files into other text formats (such as HTML). It has an extensible PDF parser that can be used for other purposes instead of text analysis.