updated readme
This commit is contained in:
parent
b895a98662
commit
1e5119d50a
1 changed files with 1 additions and 19 deletions
20
README.md
20
README.md
|
@ -45,7 +45,7 @@ Ensure you have **Python 3.8+** installed. Then, run:
|
|||
pip install -r requirements.txt
|
||||
```
|
||||
|
||||
**🔹 Note:**
|
||||
📌 **Troubleshooting** :
|
||||
1. If you face **PaddleOCR-related dependency issues**, make sure to install **paddlepaddle**:
|
||||
|
||||
```bash
|
||||
|
@ -111,21 +111,3 @@ pip install -r requirements.txt
|
|||
```
|
||||
|
||||
---
|
||||
|
||||
## 📌 Troubleshooting
|
||||
|
||||
### ❓ Facing PaddleOCR Issues?
|
||||
|
||||
If you get errors related to `protobuf` or `paddleocr`, try:
|
||||
|
||||
```bash
|
||||
pip install paddlepaddle
|
||||
```
|
||||
|
||||
or
|
||||
|
||||
```bash
|
||||
pip install protobuf==3.20.*
|
||||
```
|
||||
|
||||
---
|
||||
|
|
Loading…
Add table
Reference in a new issue