v1.5.3
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 #463
- Fix SyntaxWarning: invalid escape sequence '\c' by using string r-prefix by @dantetemplar in #555
- Dev by @VikParuchuri in #560
New Contributors
- @xiaoyao9184 made their first contribution in #463
- @dantetemplar made their first contribution in #555
Full Changelog: v1.5.2...v1.5.3