0.22.10
📦 unstructuredView on GitHub →
✨ 1 features🐛 2 fixes🔧 2 symbols
Summary
This release introduces improvements to table handling during chunking and reconstruction, alongside memory optimizations for PaddleOCR and internal code modernization.
Migration Steps
- Code relying on `lazyproperty` should now use `functools.cached_property`.
✨ New Features
- Repeat table headers on continuation chunks during chunking.
🐛 Bug Fixes
- Preserve nested table structure during reconstruction.
- Isolate Table elements in pre-chunks.