markitdown
Observation pool · not formally ranked
This project does not currently meet the main index requirement of two current dimensions across two source types.
About
MarkItDown performs I/O with the privileges of the current process. Like open() or requests.get(), it will access resources that the process itself can access. Sanitize your inputs in untrusted environments, and call the narrowest convert function needed for your use case (e.g., convertstream(), or convertlocal()). See the Security Considerations section of the documentation for more information.
MarkItDown is a lightweight Python utility for converting various files to Markdown for use with LLMs and related text analysis pipelines. To this end, it is most comparable to textract, but with a focus on preserving important document structure and content as Markdown (including: headings,…
Across sources
- Stars 182.7k
- Forks 13.4k
- Commits 400
- Releases 21