From 1e5119d50a69c7b69748ab94950962ca02a34e3d Mon Sep 17 00:00:00 2001 From: Amit Nandi Date: Sat, 8 Mar 2025 00:17:45 +0530 Subject: [PATCH] updated readme --- README.md | 20 +------------------- 1 file changed, 1 insertion(+), 19 deletions(-) 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.* -``` - ----