diff options
author | Brenton Earl <brent@exitstatusone.com> | 2015-11-14 23:19:43 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-11-14 23:19:43 +0700 |
commit | 8ee80adc21733871a05f1eb38d949ddf19a431d2 (patch) | |
tree | 33e2ec48c1785b939d2e73d366eb74952b77bac9 /python/python-pdfminer/slack-desc | |
parent | 6a250f182ecd65acfcac96409f71010ba7cb04a6 (diff) | |
download | slackbuilds-8ee80adc21733871a05f1eb38d949ddf19a431d2.tar.gz |
python/python-pdfminer: Added (PDF parser and analyzer).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python-pdfminer/slack-desc')
-rw-r--r-- | python/python-pdfminer/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/python/python-pdfminer/slack-desc b/python/python-pdfminer/slack-desc new file mode 100644 index 0000000000..0076bdf514 --- /dev/null +++ b/python/python-pdfminer/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +python-pdfminer: python-pdfminer (PDF parser and analyzer) +python-pdfminer: +python-pdfminer: PDFMiner is a tool for extracting information from PDF +python-pdfminer: documents. It focuses entirely on getting and analyzing text +python-pdfminer: data. PDFMiner can obtain the location of text in a page, +python-pdfminer: and other information like fonts or lines. It includes a +python-pdfminer: PDF converter that can transform PDF files into several +python-pdfminer: text formats. It also includes an extensible PDF parser. +python-pdfminer: +python-pdfminer: Home page: https://euske.github.io/pdfminer/index.html +python-pdfminer: |