v0.1.04
Worklenz/worklenzv0.1.04Oct 21, 2024by tylermaran
AI Summary
This release improves image handling by adding a pre-processing step to correct image orientation and resolves a file system error by truncating long file names.
Key Highlights
- Added pre-process step to correct image orientation
- Fixed ENAMETOOLONG error by truncating file names
- New contributor @mefengl
New Features
- Pre-process step to correct image orientation
Full Release Notes
## What's Changed * 🩴 Add pre-process step to correct image orientation by @tylermaran in https://github.com/getomni-ai/zerox/pull/52 * Fix ENAMETOOLONG error by truncating file names by @mefengl in https://github.com/getomni-ai/zerox/pull/61 ## New Contributors * @mefengl made their first contribution in https://github.com/getomni-ai/zerox/pull/61 **Full Changelog**: https://github.com/getomni-ai/zerox/compare/v0.1.03...v0.1.04