浏览代码

chore: Update pyright configuration to include additional path for DotsOCR

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

+ 2 - 1
pyrightconfig.json

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