diff --git a/README.md b/README.md index db8b205..faa6cd0 100644 --- a/README.md +++ b/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.* -``` - ----