Browse Source

fix formula feq (#4030)

Co-authored-by: zhangyubo0722 <zangyubo0722@163.com>
zhangyubo0722 6 months ago
parent
commit
ee3acdf204
1 changed files with 1 additions and 1 deletions
  1. 1 1
      paddlex/repo_manager/meta.py

+ 1 - 1
paddlex/repo_manager/meta.py

@@ -74,7 +74,7 @@ REPO_META = {
         "pdx_pkg_name": "PaddleOCR_api",
         "extra_pkgs": [
             "ppstructure/kie/requirements.txt",
-            "docs/algorithm/formula_recognition/requirements.txt",
+            "docs/version2.x/algorithm/formula_recognition/requirements.txt",
         ],
         "path_env": "PADDLE_PDX_PADDLEOCR_PATH",
         "requires": ["PaddleNLP"],