From 87726d8b4f670181c45c7c0f5069fa0ed1cc42b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Pasternak?= Date: Tue, 30 May 2017 10:02:24 +0200 Subject: [PATCH] No, thank you. (#69) * Enable 3.6 and replace pycrypto with cryptodome * Upgrade version number * PyPI badge; whitespace cleanup --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 60d9273..a323316 100644 --- a/README.md +++ b/README.md @@ -3,12 +3,12 @@ PDFMiner.six 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. -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 -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. It includes a PDF converter that can transform PDF files 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 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, but it's also possible to extract some meaningful contents (e.g. images).