updated readme

This commit is contained in:
Amit Nandi 2025-03-08 00:17:45 +05:30
parent b895a98662
commit 1e5119d50a

View file

@ -45,7 +45,7 @@ Ensure you have **Python 3.8+** installed. Then, run:
pip install -r requirements.txt pip install -r requirements.txt
``` ```
**🔹 Note:** 📌 **Troubleshooting** :
1. If you face **PaddleOCR-related dependency issues**, make sure to install **paddlepaddle**: 1. If you face **PaddleOCR-related dependency issues**, make sure to install **paddlepaddle**:
```bash ```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.*
```
---