Skip to content

v0.1.0a1

Pre-release
Pre-release
Compare
Choose a tag to compare
@afourney afourney released this 06 Mar 07:09
· 68 commits to main since this release
6bedf6d

What's Changed

This MarkItDown alpha introduces numerous bug-fixes, and the following major changes:

  • Dependencies are now organized into optional feature-groups (further details below). Use pip install markitdown[all] to have backward-compatible behavior.
  • The DocumentConverter class interface has changed to read from file-like streams rather than file paths. No temporary files are created anymore. If you are the maintainer of a DocumentConverter, you likely need to update your code. Otherwise, if only using the MarkItDown class or CLI, you should not need to change anything.
  • MarkItDown now supports extension through 3rd-party plugins. See markitdown-sample-plugin for more details!