Skip to content
This repository has been archived by the owner on Apr 15, 2024. It is now read-only.

Commit

Permalink
Updated: build files.
Browse files Browse the repository at this point in the history
  • Loading branch information
euske committed Oct 19, 2019
1 parent 9a30406 commit 3915fce
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -4,4 +4,4 @@ python:
install:
- pip install pycryptodome
script:
- PYTHONPATH=. make test
- env PYTHONPATH=. make test
4 changes: 3 additions & 1 deletion README.md
Expand Up @@ -4,9 +4,11 @@ PDFMiner is a text extraction tool for PDF documents.

[![Build Status](https://travis-ci.org/euske/pdfminer.svg?branch=master)](https://travis-ci.org/euske/pdfminer)

**Warning**: Starting from version 20191010, PDFMiner supports **Python 3 only**.

## Features:

* Pure Python.
* Pure Python (3.6 or above).
* Supports PDF-1.7. (well, almost)
* Obtains the exact location of text as well as other layout information (fonts, etc.).
* Performs automatic layout analysis.
Expand Down
1 change: 1 addition & 0 deletions setup.py
Expand Up @@ -49,6 +49,7 @@ def run(self):
packages = [
'pdfminer',
],
python_requires = '>=3.6',
install_requires = [
'pycryptodome',
],
Expand Down

0 comments on commit 3915fce

Please sign in to comment.