Skip to content

Commit

Permalink
Add copy buttons for commands in README
Browse files Browse the repository at this point in the history
  • Loading branch information
Sai-Roopesh authored Jun 17, 2024
1 parent 9cc4d1d commit 1e0d605
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,16 +41,19 @@ How to use

* Install Python 3.8 or newer.
* Install pdfminer.six.

`pip install pdfminer.six`
*
```bash
pip install pdfminer.six

* (Optionally) install extra dependencies for extracting images.

`pip install 'pdfminer.six[image]'`
```bash
pip install 'pdfminer.six[image]'
* Use the command-line interface to extract text from pdf.
`pdf2txt.py example.pdf`
```bash
pdf2txt.py example.pdf

* Or use it with Python.

Expand Down

0 comments on commit 1e0d605

Please sign in to comment.