v1.5.3
datalab-to/markerv1.5.3Feb 19, 2025by VikParuchuri
AI Summary
Addresses Windows compatibility issues, fixes a memory leak in the converter, and improves batch conversion performance.
Key Highlights
- Windows fixes (permissions, torch classes)
- Memory leak fix
- Disabled tqdm bars for batch conversion
New Features
- Windows compatibility fixes
- Memory leak fix
- Batch conversion optimization
Full Release Notes
## Windows fixes - Fix issue with streamlit app and permissions - Fix torch classes issue ## Memory leak fix Fixed memory leak with repeatedly reusing the same converter. ## Convert.py enhancements - disable tqdm bars when converting multiple files ## What's Changed * Fix issue with reopening and deleting pdf file on Windows by @xiaoyao9184 in https://github.com/VikParuchuri/marker/pull/463 * Fix SyntaxWarning: invalid escape sequence '\c' by using string r-prefix by @dantetemplar in https://github.com/VikParuchuri/marker/pull/555 * Dev by @VikParuchuri in https://github.com/VikParuchuri/marker/pull/560 ## New Contributors * @xiaoyao9184 made their first contribution in https://github.com/VikParuchuri/marker/pull/463 * @dantetemplar made their first contribution in https://github.com/VikParuchuri/marker/pull/555 **Full Changelog**: https://github.com/VikParuchuri/marker/compare/v1.5.2...v1.5.3