Update microsoft loader example with docx2txt dependency (#5832)

@eyurtsev
searx_updates
Duarte OC 11 months ago committed by GitHub
parent 9f4b720a63
commit 137da7e4b6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -22,6 +22,16 @@
"Load .docx using `Docx2txt` into a document."
]
},
{
"cell_type": "code",
"execution_count": 2,
"id": "7b80ea891",
"metadata": {},
"outputs": [],
"source": [
"!pip install docx2txt "
]
},
{
"cell_type": "code",
"execution_count": 3,

Loading…
Cancel
Save