We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 91d374c + dae7492 commit eb47cb8Copy full SHA for eb47cb8
setup.py
@@ -27,7 +27,7 @@ def run(self):
27
"selenium": ["selenium>4", "webdriver_manager", "beautifulsoup4"],
28
"search-google": ["google-api-python-client==2.94.0"],
29
"search-ddg": ["duckduckgo-search~=4.1.1"],
30
- "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"],
31
"rag": [
32
"llama-index-core==0.10.15",
33
"llama-index-embeddings-azure-openai==0.1.6",
0 commit comments