v0.1.5
commaai/openpilotv0.1.5Feb 20, 2026by afourney
AI Summary
This release focuses on PDF table extraction improvements and bug fixes, adding support for aligned Markdown, wide tables, and markdown in Accept headers. The update also removes Windows dependency constraints on onnxruntime and introduces new contributors to the project.
Key Highlights
- PDF table extraction now supports aligned Markdown format
- Added support for wide tables in PDF parsing
- Extended Accept header to include text/markdown
- Removed Windows-specific onnxruntime version pinning
- Fixed PDF parsing issues with partially numbered lists
New Features
- Aligned Markdown support for PDF tables
- Wide table support
- Markdown content in Accept headers
- Improved PDF parsing for numbered lists
Full Release Notes
## What's Changed * Update PDF table extraction to support aligned Markdown by @lesyk in https://github.com/microsoft/markitdown/pull/1499 * Fix: PDF parsing doesn't support partially numbered lists by @lesyk in https://github.com/microsoft/markitdown/pull/1525 * Extend table support for wide tables by @lesyk in https://github.com/microsoft/markitdown/pull/1552 * Add text/markdown to Accept header by @afourney in https://github.com/microsoft/markitdown/pull/1554 * Remove onnxruntime<=1.20.1 Windows pin by @basnijholt in https://github.com/microsoft/markitdown/pull/1551 * Bump version for release. by @afourney in https://github.com/microsoft/markitdown/pull/1564 ## New Contributors * @lesyk made their first contribution in https://github.com/microsoft/markitdown/pull/1499 * @basnijholt made their first contribution in https://github.com/microsoft/markitdown/pull/1551 **Full Changelog**: https://github.com/microsoft/markitdown/compare/v0.1.4...v0.1.5