change misleading docstring
This commit is contained in:
parent
3207e3ab38
commit
a5d67878f2
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
"""
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue