We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7f205d commit 72379edCopy full SHA for 72379ed
README.md
@@ -20,7 +20,7 @@ This project aims to extract tables from scanned image PDFs using Optical Charac
20
21
4. Python packages
22
```sh
23
- sudo pip install requirements.txt
+ sudo pip install -r requirements.txt
24
```
25
26
# Usage
@@ -43,4 +43,4 @@ This project aims to extract tables from scanned image PDFs using Optical Charac
43
3. Run
44
45
python3 pdf_miner.py
46
- ```
+ ```
0 commit comments