From dae7492b92697cd96406d7f13e61a9d22beb6412 Mon Sep 17 00:00:00 2001 From: yzlin Date: Fri, 29 Mar 2024 10:15:46 +0800 Subject: [PATCH] update paddleocr version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 3eab2b6a09..6d12514017 100644 --- a/setup.py +++ b/setup.py @@ -27,7 +27,7 @@ def run(self): "selenium": ["selenium>4", "webdriver_manager", "beautifulsoup4"], "search-google": ["google-api-python-client==2.94.0"], "search-ddg": ["duckduckgo-search~=4.1.1"], - "ocr": ["paddlepaddle==2.4.2", "paddleocr>=2.0.1", "tabulate==0.9.0"], + "ocr": ["paddlepaddle==2.4.2", "paddleocr~=2.7.3", "tabulate==0.9.0"], "rag": [ "llama-index-core==0.10.15", "llama-index-embeddings-azure-openai==0.1.6",