Merge branch 'main' into main
This commit is contained in:
commit
b2002012f0
2 changed files with 2 additions and 1 deletions
|
|
@ -27,7 +27,7 @@ dependencies = [
|
|||
"beautifulsoup4",
|
||||
"requests",
|
||||
"mammoth",
|
||||
"markdownify",
|
||||
"markdownify~=0.14.1",
|
||||
"numpy",
|
||||
"python-pptx",
|
||||
"pandas",
|
||||
|
|
|
|||
|
|
@ -312,6 +312,7 @@ class MarkItDown:
|
|||
def _convert(
|
||||
self, local_path: str, extensions: List[Union[str, None]], **kwargs
|
||||
) -> DocumentConverterResult:
|
||||
res: Union[None, DocumentConverterResult] = None
|
||||
error_trace = ""
|
||||
|
||||
# Create a copy of the page_converters list, sorted by priority.
|
||||
|
|
|
|||
Loading…
Reference in a new issue