From 9557431b94f2818abe62cc394e513c680355d011 Mon Sep 17 00:00:00 2001 From: Rafael Teixeira de Lima Date: Thu, 3 Apr 2025 17:57:30 +0200 Subject: [PATCH] Adding new latex symbols, simplifying how equations are added to text Signed-off-by: Rafael Teixeira de Lima --- tests/test_backend_msword.py | 8 -------- 1 file changed, 8 deletions(-) diff --git a/tests/test_backend_msword.py b/tests/test_backend_msword.py index 952029a5..5c43ccf4 100644 --- a/tests/test_backend_msword.py +++ b/tests/test_backend_msword.py @@ -76,23 +76,15 @@ def test_e2e_docx_conversions(): doc: DoclingDocument = conv_result.document pred_md: str = doc.export_to_markdown() -<<<<<<< HEAD assert verify_export( pred_md, str(gt_path) + ".md", generate=GENERATE ), "export to md" -======= - assert verify_export(pred_md, str(gt_path) + ".md", GENERATE), "export to md" ->>>>>>> 64a7888 (Adding new latex symbols, simplifying how equations are added to text) pred_itxt: str = doc._export_to_indented_text( max_text_len=70, explicit_tables=False ) assert verify_export( -<<<<<<< HEAD pred_itxt, str(gt_path) + ".itxt", generate=GENERATE -======= - pred_itxt, str(gt_path) + ".itxt", GENERATE ->>>>>>> 64a7888 (Adding new latex symbols, simplifying how equations are added to text) ), "export to indented-text" assert verify_document(