1.0 KiB
1.0 KiB
Changelog
All notable changes to the Mistral OCR CLI project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
[Unreleased]
Added
- Enhanced documentation including README.md, CONTRIBUTING.md, and CHANGELOG.md
- More detailed troubleshooting section
- API response format documentation
- Option to extract images to separate files instead of embedding them in markdown
- Comprehensive architecture documentation with UML diagrams (ARCHITECTURE.md)
[0.1.0] - 2025-04-24
Added
- Initial release of Mistral OCR CLI
- Process command for OCR processing of PDF documents and images
- Convert command for transforming OCR JSON to Markdown
- Markdown command for one-step processing and conversion
- Support for local files and URLs
- Support for extracting and including images
- Support for metadata extraction
- Support for single-file and multi-file output
- Basic error handling and retries