Initial work to port #55 to MarkItDown 0.1.X

This commit is contained in:
Adam Fourney
2025-03-06 13:17:58 -08:00
parent 82d84e3edd
commit da73d64bfa
6 changed files with 96 additions and 1 deletions

View File

@@ -45,7 +45,8 @@ all = [
"SpeechRecognition",
"youtube-transcript-api",
"azure-ai-documentintelligence",
"azure-identity"
"azure-identity",
"one-extract",
]
pptx = ["python-pptx"]
docx = ["mammoth"]
@@ -53,6 +54,7 @@ xlsx = ["pandas", "openpyxl"]
xls = ["pandas", "xlrd"]
pdf = ["pdfminer.six"]
outlook = ["olefile"]
onenote = ["one-extract"]
audio-transcription = ["pydub", "SpeechRecognition"]
youtube-transcription = ["youtube-transcript-api"]
az-doc-intel = ["azure-ai-documentintelligence", "azure-identity"]