Skip to content

Commit

Permalink
Fix pip install command
Browse files Browse the repository at this point in the history
  • Loading branch information
cseas authored Jul 26, 2019
1 parent b7f205d commit 72379ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ This project aims to extract tables from scanned image PDFs using Optical Charac

4. Python packages
```sh
sudo pip install requirements.txt
sudo pip install -r requirements.txt
```

# Usage
Expand All @@ -43,4 +43,4 @@ This project aims to extract tables from scanned image PDFs using Optical Charac
3. Run
```sh
python3 pdf_miner.py
```
```

0 comments on commit 72379ed

Please sign in to comment.