- Notifications
You must be signed in to change notification settings - Fork3.6k
Comparing changes
Open a pull request
base repository:microsoft/markitdown
Uh oh!
There was an error while loading.Please reload this page.
base:v0.1.1
head repository:microsoft/markitdown
Uh oh!
There was an error while loading.Please reload this page.
compare:v0.1.2
- 19commits
- 47files changed
- 15contributors
Commits on Mar 25, 2025
Basic SSE MCP Server for MarkItDown (#1155)
* Added an initial minimal MCP server for MarkItDown* Added STDIO default option.* Added a Dockerfile, and updated the README accordingly. Also added instructions for Claude Desktop* Pin mcp version.
Update readme to point to the mcp package. (#1158)
* Updated readme with link to the MCP package.
Commits on Mar 26, 2025
Make it easier to use AzureKeyCredentials with Azure Doc Intelligence (…
…#1151)* Make it easier to use AzureKeyCredentials with Azure Doc Intelligence* Fixed mypy type error.* Added more fine-grained options over types.* Pass doc intel options further up the stack.
Commits on Mar 28, 2025
feat: render math equations in .docx documents (#1160)
* feat: math equation rendering in .docx files* fix: import fix on .docx pre processing* test: add test cases for docx equation rendering* docs: add ThirdPartyNotices.md* refactor: reformatted with black
Commits on Apr 13, 2025
Add CSV to Markdown table conversion -fixes#1144(#1176)
* feat: Add CSV to Markdown table converter- Add new CsvConverter class to convert CSV files to Markdown tables\n- Support text/csv and application/csv MIME types\n- Preserve table structure with headers and data rows\n- Handle edge cases like empty cells and mismatched columns\n- Fix Azure Document Intelligence dependency handling\n- Register CsvConverter in MarkItDown class----Thanks also to@benny123tw who submitted a very similar PR in#1171
Commits on May 21, 2025
fix: python.lang.security.use-defused-xml-parse.use-defused-xml-parse…
…-packages-markitdown-src-markitdown-converter_utils-docx-math-omml.py (#1251)
Chore: Make linter happy (#1256)
* refactor: remove unused imports* fix: replace NotImplemented with NotImplementedError* refactor: resolve E722 (do not use bare 'except')* refactor: remove unused variable* refactor: remove unused imports* refactor: ignore unused imports that will be used in the future* refactor: resolve W293 (blank line contains whitespace)* refactor: resolve F541 (f-string is missing placeholders)---------Co-authored-by: afourney <adamfo@microsoft.com>
FIX YouTube transcript errors (#1241)
* FIX YouTube transcript errors* Fixed formatting.---------Co-authored-by: Josh <jca351@sfu.ca>Co-authored-by: afourney <adamfo@microsoft.com>
feat: add Document Intelligence API version selection via kwargs (#1253)
Co-authored-by: Yi-Cheng Wang <yicheng.wang@heph-ai.com>Co-authored-by: afourney <adamfo@microsoft.com>
Update Python version requirement and add .cursorrules to .gitignore (#…
…1249)* update markdown* Update and install Python version suggestions* Update README with prerequisites.---------Co-authored-by: Lucas Liu <lucas@LucasdeMacBook-Pro.local>Co-authored-by: afourney <adamfo@microsoft.com>
Commits on May 23, 2025
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:git diff v0.1.1...v0.1.2
Uh oh!
There was an error while loading.Please reload this page.