From c7e7d52441c83caddfa90e3a9455969bbde4a9f8 Mon Sep 17 00:00:00 2001 From: Sathindu Ganhala Arachchige Date: Thu, 27 Mar 2025 14:43:40 -0400 Subject: [PATCH] fix: import fix on .docx pre processing --- .../markitdown/src/markitdown/converter_utils/docx/math/omml.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/markitdown/src/markitdown/converter_utils/docx/math/omml.py b/packages/markitdown/src/markitdown/converter_utils/docx/math/omml.py index 3767932..c258d3b 100644 --- a/packages/markitdown/src/markitdown/converter_utils/docx/math/omml.py +++ b/packages/markitdown/src/markitdown/converter_utils/docx/math/omml.py @@ -8,7 +8,7 @@ On 25/03/2025 import xml.etree.ElementTree as ET -from experiment.math.latex_dict import (CHARS, CHR, CHR_BO, CHR_DEFAULT, POS, POS_DEFAULT +from .latex_dict import (CHARS, CHR, CHR_BO, CHR_DEFAULT, POS, POS_DEFAULT , SUB, SUP, F, F_DEFAULT, T, FUNC, D, D_DEFAULT, RAD, RAD_DEFAULT, ARR , LIM_FUNC, LIM_TO, LIM_UPP, M, BRK, BLANK, BACKSLASH, ALN, FUNC_PLACE)