File tree Expand file tree Collapse file tree 2 files changed +2
-9
lines changed
src/markitdown/converters Expand file tree Collapse file tree 2 files changed +2
-9
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ dependencies = [
3636[project .optional-dependencies ]
3737all = [
3838 " python-pptx" ,
39- " mammoth~=1.10 .0" ,
39+ " mammoth~=1.11 .0" ,
4040 " pandas" ,
4141 " openpyxl" ,
4242 " xlrd" ,
@@ -50,7 +50,7 @@ all = [
5050 " azure-identity"
5151]
5252pptx = [" python-pptx" ]
53- docx = [" mammoth~=1.10 .0" , " lxml" ]
53+ docx = [" mammoth~=1.11 .0" , " lxml" ]
5454xlsx = [" pandas" , " openpyxl" ]
5555xls = [" pandas" , " xlrd" ]
5656pdf = [" pdfminer.six" ]
Original file line number Diff line number Diff line change 1515_dependency_exc_info = None
1616try :
1717 import mammoth
18- import mammoth .docx .files
19-
20- def mammoth_files_open (self , uri ):
21- warn ("DOCX: processing of r:link resources (e.g., linked images) is disabled." )
22- return io .BytesIO (b"" )
23-
24- mammoth .docx .files .Files .open = mammoth_files_open
2518
2619except ImportError :
2720 # Preserve the error and stack trace for later
You can’t perform that action at this time.
0 commit comments