No, thank you. (#69)

* Enable 3.6 and replace pycrypto with cryptodome

* Upgrade version number

* PyPI badge; whitespace cleanup
pull/70/head
Michał Pasternak 2017-05-30 10:02:24 +02:00 committed by Goulu
parent 35a58ee5b5
commit 87726d8b4f
1 changed files with 4 additions and 4 deletions

View File

@ -3,12 +3,12 @@ PDFMiner.six
PDFMiner.six is a fork of PDFMiner using six for Python 2+3 compatibility PDFMiner.six is a fork of PDFMiner using six for Python 2+3 compatibility
[![Build Status](https://travis-ci.org/pdfminer/pdfminer.six.svg?branch=master)](https://travis-ci.org/pdfminer/pdfminer.six) [![Build Status](https://travis-ci.org/pdfminer/pdfminer.six.svg?branch=master)](https://travis-ci.org/pdfminer/pdfminer.six) [![PyPI version](https://img.shields.io/pypi/v/pdfminer.six.svg)](https://pypi.python.org/pypi/pdfminer.six/)
PDFMiner is a tool for extracting information from PDF documents. PDFMiner is a tool for extracting information from PDF documents.
Unlike other PDF-related tools, it focuses entirely on getting Unlike other PDF-related tools, it focuses entirely on getting
and analyzing text data. PDFMiner allows one to obtain and analyzing text data. PDFMiner allows one to obtain
the exact location of text in a page, as well as the exact location of text in a page, as well as
other information such as fonts or lines. other information such as fonts or lines.
It includes a PDF converter that can transform PDF files It includes a PDF converter that can transform PDF files
into other text formats (such as HTML). It has an extensible into other text formats (such as HTML). It has an extensible
@ -66,7 +66,7 @@ You cannot extract any text from a PDF document which does not have extraction p
**dumppdf.py** **dumppdf.py**
dumppdf.py dumps the internal contents of a PDF file in pseudo-XML format. dumppdf.py dumps the internal contents of a PDF file in pseudo-XML format.
This program is primarily for debugging purposes, This program is primarily for debugging purposes,
but it's also possible to extract some meaningful contents (e.g. images). but it's also possible to extract some meaningful contents (e.g. images).