freebsd-ports/textproc/py-pdfminer3k/pkg-descr
Stefan Eßer fb16dfecae Remove WWW entries moved into port Makefiles
Commit b7f05445c0 has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
2022-09-07 23:58:51 +02:00

7 lines
506 B
Text

pdfminer3k is a Python 3 port of pdfminer. 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.