v0.3.0

RyanCodrai/turbovecv0.3.0Jul 9, 2025by pappacena

AI Summary

v0.3.0 resolves critical bugs related to file encoding on Windows and bounding box cropping, while introducing a new `ParseConfig` option for easier API key management.

Key Highlights

  • Fixed file encoding bug on Windows
  • Fixed bounding boxes crop issues out of image limits
  • Added ParseConfig option for API key configuration

New Features

  • New ParseConfig option allowing users to set API key and other configurations

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