Added/Changed
- Additional fields in JSON output:
- Annotation color as hex RGB by @charlesneimog in #78
page_label
by @linozen in #81name
andin_reply_to
in #102
- Markdown output features:
--page-number-offset
to change page numbers by @gvtulder in #90- Caret annotation support (caret for insertion, strikeout + caret for replacement) in #102, #105, #107
Fixed
- ASCII escaping of JSON in a utf-8 encoded file in #85
- Whitespace in strikeout context in #95
- Avoided a buggy pdfminer release in #101
- Improved page sequence calculation for annotations on the same line in #103
- Misc fixes in #104
Removed
- Python 3.7 support #93
Thanks
- @charlesneimog made their first contribution in #78
- @linozen made their first contribution in #79
- @gvtulder made their first contribution in #90
- @suyashmahar prototyped caret annotation support in #96
Full Changelog: v0.4...v0.5