DOCS: Update Readme.md

pull/157/head
Tata Ganesh 2018-06-17 22:37:32 +05:30 committed by GitHub
parent 67bc581bd3
commit ac8bb81c72
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 2 deletions

View File

@ -38,11 +38,11 @@ How to Install
* Install Python 2.7 or newer. (Python 3.x is supported in pdfminer.six)
* Install
$ pip install pdfminer.six
`pip install pdfminer.six`
* Run the following test:
$ pdf2txt.py samples/simple1.pdf
`pdf2txt.py samples/simple1.pdf`
Command Line Tools
@ -78,6 +78,7 @@ TODO
* PEP-8 and PEP-257 conformance.
* Better documentation.
* Performance improvements.
Terms and Conditions