v0.12.0

datalab-to/suryav0.12.0Feb 19, 2025by VikParuchuri

AI Summary

Enhances model loading reliability and removes GUI dependencies by implementing S3 support and switching to headless OpenCV.

Key Highlights

  • Downloads models via S3 for improved speed and reliability.
  • Switches to headless OpenCV to avoid GUI dependencies.

New Features

  • Add s3 loading functionality to `from_pretrained`
  • Swap to headless opencv

Full Release Notes

## Download models with S3

- Improve speed and reliability by downloading models with S3

## Misc fixes

- Use opencv headless to avoid GUI dependencies

## What's Changed
* Add s3 loading functionality to `from_pretrained` by @tarun-menta in https://github.com/VikParuchuri/surya/pull/320
* Swap to headless opencv by @VikParuchuri in https://github.com/VikParuchuri/surya/pull/321


**Full Changelog**: https://github.com/VikParuchuri/surya/compare/v0.11.1...v0.12.0