v0.3.0

ssrajadh/sentrysearchv0.3.0Jul 9, 2025by pappacena

AI Summary

This release introduces a new ParseConfig option to allow users to specify API keys and other settings directly during parsing, alongside critical bug fixes for file encoding on Windows and image cropping limits.

Key Highlights

  • Fixed file encoding issues when running on Windows
  • Resolved bounding box crop issues that occurred outside image limits
  • Added ParseConfig option to set API keys and other configurations during parsing
  • Included other minor bugfixes

New Features

  • ParseConfig option for flexible API key and configuration management

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