fix(perception): harden PaddleOCR result handling
Tests / Test passed: 793

This commit is contained in:
2026-07-14 20:07:49 +08:00
parent 25ebc10a8a
commit 6e511111c4
4 changed files with 188 additions and 18 deletions
+1
View File
@@ -10,6 +10,7 @@ dependencies = [
"httpx>=0.27.0",
"mcp>=1.27,<2",
"openai>=1.0.0",
"paddlepaddle>=3.0.0",
"paddleocr>=3.0.0",
"uvicorn[standard]>=0.30.0",
]