What's Changed
- Add type hints and py.typed marker (PEP 561) by @lfoppiano in #112
- Fixed offsets crash on Markdown transformation: removing the html.unescape and repetitive… by @Sanakhamassi in #123
- Stream PDF from archives by @lfoppiano in #117
- Add --skip_errors to skip documents that failed in a previous run by @lfoppiano in #120
- Stream PDF from disk, s3 or zip files through memory by @lfoppiano in #124
- Rename batch_size config to queue_size and set better defaults by @lfoppiano in #125
New Contributors
- @Sanakhamassi made their first contribution in #123
- @jangoepfert for the initial work on the memory streaming
Full Changelog: v0.1.5...v0.2.0