v6.1.2
This commit is contained in:
@@ -5,6 +5,12 @@ 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.1.2
|
||||
------
|
||||
|
||||
- Upgrade to PyMuPDF v1.12.5 which includes a more complete fix to #239.
|
||||
|
||||
|
||||
v6.1.1
|
||||
------
|
||||
|
||||
|
||||
@@ -251,7 +251,7 @@ setup(
|
||||
'cffi>=1.9.1', # must be a setup and install requirement
|
||||
],
|
||||
extras_require={
|
||||
'fitz': ['PyMuPDF == 1.12.4'] # pinned to avoid problems with 1.12.4.x
|
||||
'fitz': ['PyMuPDF >= 1.12.5'] # for table of contents bug
|
||||
},
|
||||
tests_require=tests_require,
|
||||
entry_points={
|
||||
|
||||
Reference in New Issue
Block a user