v0.3.0

landing-ai/ade-cliv0.3.0Jul 9, 2025by pappacena

AI Summary

This release brings critical bug fixes for Windows file encoding and image bounding box cropping issues, along with a new ParseConfig option that allows users to set API keys and other configurations when calling the parse function.

Key Highlights

  • Fix bug with encoding of files when running on Windows
  • Fix bounding boxes crop issues out of image limits
  • Add ParseConfig option for API key and configurations

New Features

  • ParseConfig option for setting API key and configurations in parse() function

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