30 lines
1.1 KiB
Plaintext
30 lines
1.1 KiB
Plaintext
Metadata-Version: 2.1
|
|
Name: pdfminer3k
|
|
Version: 1.3.4
|
|
Summary: Forked from original pdfminer
|
|
Home-page: https://github.com/canserhat77/pdfminer3k
|
|
Author: Serhat Can
|
|
Author-email: author@example.com
|
|
License: UNKNOWN
|
|
Download-URL: https://github.com/canserhat77/pdfminer3k/archive/v1.3.4.tar.gz
|
|
Platform: UNKNOWN
|
|
Classifier: Programming Language :: Python :: 3
|
|
Classifier: License :: OSI Approved :: MIT License
|
|
Classifier: Operating System :: OS Independent
|
|
Requires-Python: >=3.6
|
|
Description-Content-Type: text/markdown
|
|
Requires-Dist: ply
|
|
|
|
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.
|
|
|
|
We had to forked this because original package was removed from pypi
|
|
|