fix: upgrade PaddleOCR to 3.x for PP-OCRv5 and stability
Old paddlepaddle==2.6.2 + paddleocr==2.8.1 caused hangs on first OCR request. Upgrading to paddlepaddle>=3.0.0 + paddleocr>=2.9.0 enables native PP-OCRv5 support and fixes stability issues. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
paddlepaddle==2.6.2
|
paddlepaddle>=3.0.0
|
||||||
paddleocr==2.8.1
|
paddleocr>=2.9.0
|
||||||
fastapi>=0.110.0
|
fastapi>=0.110.0
|
||||||
uvicorn>=0.25.0
|
uvicorn>=0.25.0
|
||||||
python-multipart>=0.0.6
|
python-multipart>=0.0.6
|
||||||
|
|||||||
Reference in New Issue
Block a user