v0.3.0
OpenBMB/MiniCPM-Vv0.3.0Jul 9, 2025by pappacena
AI Summary
A feature update that addresses cross-platform encoding issues and introduces configuration options for API keys.
Key Highlights
- Added ParseConfig option for API keys and settings
- Fixed Windows file encoding bug
- Fixed bounding boxes crop issues
New Features
- ParseConfig option
- Windows encoding fix
- Bounding box crop fix
Full Release Notes
- Fix bug with encoding of files when running on Windows - Fix bounding boxes crop issues out of image limits - Add ParseConfig option, so users can set API key and other configurations when calling parse(... config=ParseConfig()) function - Other minor bugfixes