Python 3.8 updates

This commit is contained in:
James R. Barlow
2019-10-20 03:20:54 -07:00
parent 6e99e7b346
commit b55d7e57af
5 changed files with 15 additions and 5 deletions
+1 -1
View File
@@ -517,7 +517,7 @@ manager. ``pip`` cannot provide them.
As of ocrmypdf 7.2.1, the following versions are recommended:
- Python 3.7
- Python 3.7 or 3.8
- Ghostscript 9.23 or newer
- qpdf 8.2.1
- Tesseract 4.0.0 or newer
+7
View File
@@ -13,6 +13,13 @@ Note that it is licensed under GPLv3, so scripts that
``import ocrmypdf`` and are released publicly should probably also be
licensed under GPLv3.
v9.0.4
======
- Fixed compatibility with Python 3.8.
- Fixed Tesseract settings for ``--user-words`` and ``--user-patterns``.
- We now require pikepdf 1.6.5.
v9.0.3
======