Browse Source

fix: deepl ver

Byaidu 1 year ago
parent
commit
b5a58e697b
2 changed files with 2 additions and 2 deletions
  1. 1 1
      pdf2zh/__init__.py
  2. 1 1
      setup.py

+ 1 - 1
pdf2zh/__init__.py

@@ -1,2 +1,2 @@
-__version__ = "1.7.1"
+__version__ = "1.7.2"
 __author__ = "Byaidu"

+ 1 - 1
setup.py

@@ -27,7 +27,7 @@ setup(
         "doclayout-yolo",
         "numpy",
         "ollama",
-        "deepl",
+        "deepl<1.19.1",
         "openai",
     ],
     classifiers=[