------------------
- Python 2.7 support dropped
- 2 optional dependencies (`Pillow <https://pillow.readthedocs.io/>`_,
`pyxpdf_data <https://github.com/ashutoshvarma/pyxpdf_data>`_)
introduced
**New Features**
- Introduce (optional) package
`pyxpdf_data <https://github.com/ashutoshvarma/pyxpdf_data>`_ which
add more encoding support.
- API: add specialised classes for pdf outputs,
`PDFOuputDevice <https://pyxpdf.readthedocs.io/en/latest/api/pdfoutputdevice/index.html>`_.
- **TextOutput** - For Text extraction
- **RawImageOutput** - Render PDF Page as Image
- **PDFImageOutput** - Extract images from PDF
- Config: add new global settings:
- :any:`Config.anti_alias`
- :any:`Config.enable_freetype`
- :any:`Config.vector_anti_alias`
**Bugs Fixed**
- pdftotext: extracted text contains clipped text even when explictly
discarding it.
- Config: fix loading of external xdfrc with :any:`Config.load_file()`