diff --git a/docs/release_notes.rst b/docs/release_notes.rst index de4f31a1..19bb2397 100644 --- a/docs/release_notes.rst +++ b/docs/release_notes.rst @@ -17,17 +17,19 @@ v6.0.0 + The ``OCRMYPDF_TESSERACT``, ``OCRMYPDF_QPDF``, ``OCRMYPDF_GS`` and ``OCRMYPDF_UNPAPER`` environment variables are no longer used. Change ``PATH`` if you need to override the external programs OCRmyPDF uses. + + The ``ocrmypdf`` package has been moved to ``src/ocrmypdf`` to avoid issues with accidental import. + + The function ``ocrmypdf.exec.get_program`` was removed. + The deprecated module ``ocrmypdf.pageinfo`` was removed. -- Fixed an issue where OCRmyPDF failed to detect existing text on pages, depending on how the text and fonts were stored within the PDF. (#233, #232) +- Fixed an issue where OCRmyPDF failed to detect existing text on pages, depending on how the text and fonts were encoded within the PDF. (#233, #232) - Fixed an issue that caused dramatic inflation of file sizes when ``--skip-text --output-type pdf`` was used. OCRmyPDF now removes duplicate resources such as fonts, images and other objects that it generates. (#237) - Improved performance of the inital page splitting step. Originally this step was not believed to be expensive and ran in a process. Large file testing revealed it to be a bottleneck, so it is now parallelized. (#234) -- +- The test suite now includes a cache that can be used to speed up test runs across platforms. (#217) v5.7.0