From b671345bb94b3944f7c6823873d4ff5c601c61ca Mon Sep 17 00:00:00 2001 From: Kenny Zhang Date: Thu, 27 Feb 2025 15:07:46 -0500 Subject: [PATCH] updated readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8a2235f..15465d9 100644 --- a/README.md +++ b/README.md @@ -104,6 +104,7 @@ from markitdown import MarkItDown md = MarkItDown() +# Providing the file extension when converting via file objects is recommended for most consistent results # Binary Mode with open("test.docx", 'rb') as file: result = md.convert(file, file_extension=".docx")