浏览代码

chore: Update pyright configuration to include additional path for PaddleX

- Added "../PaddleX" to the extraPaths for improved type checking and module resolution alongside the existing "../dots.ocr" path.
zhch158_admin 1 周之前
父节点
当前提交
02b7f63b3d
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      pyrightconfig.json

+ 2 - 1
pyrightconfig.json

@@ -1,7 +1,8 @@
 {
   "extraPaths": [
     "../MinerU",
-    "../dots.ocr"
+    "../dots.ocr",
+    "../PaddleX"
   ],
   "pythonVersion": "3.12",
   "typeCheckingMode": "basic"