v6.0.1 start release notes

This commit is contained in:
James R. Barlow
2018-03-26 01:44:01 -07:00
parent 746969207a
commit d86e315c48
+8 -1
View File
@@ -5,9 +5,14 @@ OCRmyPDF uses `semantic versioning <http://semver.org/>`_ for its command line i
The OCRmyPDF package itself does not contain a public API, although it is fairly stable and breaking changes are usually timed with a major release. A future release will clearly define the stable public API.
v6.0.0
v6.0.1
------
- Fix ``FileExistsError`` that could occur if OCR timed out while it was generating the output file. (#218)
v6.0.0
------
- The software license has been changed to GPLv3. Test resource files and some individual sources may have other licenses.
@@ -23,6 +28,8 @@ v6.0.0
+ The deprecated module ``ocrmypdf.pageinfo`` was removed.
+ The ``--pdf-renderer tess4`` alias for ``sandwich`` was removed.
- 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)