v0.22.0
arhamkhnz/next-shadcn-admin-dashboardv0.22.0Jul 17, 2026by VikParuchuri
AI Summary
This release updates the model architecture to use a spawn and server model approach, removing the dependency on separate models per process. It also fixes a bug where text detection weights failed to load correctly.
Key Highlights
- Switched to a spawn + server model architecture instead of per-process models
- Fixed a bug preventing text detection weights from loading properly
- Added Vik/fast models integration
New Features
- Spawn and server model architecture
- Vik/fast models support
Full Release Notes
Swap models to a spawn + server model, instead of relying on each process having a separate model. Fix bug with text detection where weights didn't load properly. ## What's Changed * Vik/fast models by @VikParuchuri in https://github.com/datalab-to/surya/pull/532 * Dev by @VikParuchuri in https://github.com/datalab-to/surya/pull/533 **Full Changelog**: https://github.com/datalab-to/surya/compare/v0.21.2...v0.22.0