Notable changes since the previous release:
- Only functions and classes relevant to the end user are made available at the top level of the module.
- More thorough documentation, [which now also available online](https://nllegalcit.martijn-staal.nl/latest/).
- Now also tested to work with PyPy.
- Directly find citation in local or online PDF files using [`nllegalcit.parse_citations_from_pdf`](https://nllegalcit.martijn-staal.nl/0.0.3/nllegalcit.html#nllegalcit.parse_citations_from_pdf) and [`nllegalcit.parse_citations_from_pdf_url`](https://nllegalcit.martijn-staal.nl/0.0.3/nllegalcit.html#nllegalcit.parse_citations_from_pdf_url)
- The underlying text that resulted in a Citation object is now available as the [`Citation.matched_text`](https://nllegalcit.martijn-staal.nl/0.0.3/nllegalcit.html#nllegalcit.Citation.matched_text) attribute.
- Correctly handle non-text symbols.
**Full Changelog**: https://github.com/mastaal/nllegalcit/compare/v0.0.2...v0.0.3
View this release on PyPI: https://pypi.org/project/nllegalcit/0.0.3/