change misleading docstring

This commit is contained in:
makermotion 2024-12-22 13:25:05 +03:00
parent 3207e3ab38
commit a5d67878f2

View file

@ -1081,7 +1081,7 @@ class OutlookMsgConverter(DocumentConverter):
"""Converts Outlook .msg files to markdown by extracting email metadata and content.
Uses the olefile package to parse the .msg file structure and extract:
- Email headers (From, To, Subject, Date)
- Email headers (From, To, Subject)
- Email body content
"""