You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add support to ingest content from DOCX and ODT documents. This could be done by using the python-docx Python library to ingest Word documents and the odfpy library for OpenDocument. Implement both as they are common in enterprise contexts.
Add support to ingest content from DOCX and ODT documents. This could be done by using the
python-docxPython library to ingest Word documents and theodfpylibrary for OpenDocument. Implement both as they are common in enterprise contexts.