aboutsummaryrefslogtreecommitdiff
path: root/textproc/Makefile
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2018-07-28 12:05:28 +0000
committerMartin Wilke <miwi@FreeBSD.org>2018-07-28 12:05:28 +0000
commit69924d8cc2b927af929ccebd3219ef253e7805a7 (patch)
treefd618375bc44263856db7c3b7ac942631304ee78 /textproc/Makefile
parent3f1d00491d46b15dd42a3353b8c1100197f05742 (diff)
downloadports-69924d8cc2b927af929ccebd3219ef253e7805a7.tar.gz
ports-69924d8cc2b927af929ccebd3219ef253e7805a7.zip
PDFMiner.six is a 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 one to obtain the exact location of text 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 than text analysis. Features: - Parse, analyze, and convert PDF documents. - PDF-1.7 specification support. (well, almost) - CJK languages and vertical writing scripts support. - Various font types (Type1, TrueType, Type3, and CID) support. - Basic encryption (RC4) support. - Outline (TOC) extraction. - Tagged contents extraction. - Automatic layout analysis. WWW: https://github.com/pdfminer/pdfminer.six PR: 229447 Submitted by: freebsd_ports@k-worx.org Sponsored by: iXsystems Inc.
Notes
Notes: svn path=/head/; revision=475531
Diffstat (limited to 'textproc/Makefile')
-rw-r--r--textproc/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile
index de8aa7c679df..1f447c849b3d 100644
--- a/textproc/Makefile
+++ b/textproc/Makefile
@@ -1340,6 +1340,7 @@
SUBDIR += py-parsimonious
SUBDIR += py-parso
SUBDIR += py-pdfminer
+ SUBDIR += py-pdfminer.six
SUBDIR += py-pdfminer3k
SUBDIR += py-pdfrw
SUBDIR += py-pss