@@ -76,11 +76,6 @@ def get_device():
else:
return device
-def get_table_recog_config():
- config = read_config()
- table_config = config.get("table-config")
- return table_config
-
def get_table_recog_config():
config = read_config()
@@ -1,7 +1,6 @@
from loguru import logger
import os
import time
-from pypandoc import convert_text
os.environ['NO_ALBUMENTATIONS_UPDATE'] = '1' # 禁止albumentations检查更新
@@ -8,6 +8,4 @@ fast-langdetect==0.2.0
wordninja>=2.0.0
scikit-learn>=1.0.2
pdfminer.six==20231228
-pypandoc
-struct-eqtable==0.1.0
# The requirements.txt must ensure that only necessary external dependencies are introduced. If there are new dependencies to add, please contact the project administrator.