diff --git a/app/modules/pdf2lex_ml/ml_module.py b/app/modules/pdf2lex_ml/ml_module.py index e5f5047..224b9cb 100644 --- a/app/modules/pdf2lex_ml/ml_module.py +++ b/app/modules/pdf2lex_ml/ml_module.py @@ -166,8 +166,6 @@ def remap_pos(node, pos_map): @celery.task def prepare_TEI_download(uid, dsid, input_file, output_file, pos_map, character_map): - get_lex_preview(uid, dsid) - # Load json for transformation json_file = os.path.join(app.config['APP_DIR'], 'modules/pdf2lex_ml/lexonomy_to_tei.json') with open(json_file, 'r') as file: