Forráskód Böngészése

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 hete
szülő
commit
b4b5494b89
1 módosított fájl, 2 hozzáadás és 1 törlés
  1. 2 1
      pyrightconfig.json

+ 2 - 1
pyrightconfig.json

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