v8.2.0 release notes
This commit is contained in:
+5
-5
@@ -104,14 +104,14 @@ Clients must keep their open connection while waiting for OCR to complete. This
|
||||
|
||||
Unlike the rest of OCRmyPDF, this web service is licensed under the Affero GPLv3 (AGPLv3) since Ghostscript, a dependency of OCRmyPDF, is also licensed in this way.
|
||||
|
||||
In addition to the above, please read our `general remarks on using OCRmyPDF as a service <ocr-service>`_.
|
||||
In addition to the above, please read our :ref:`general remarks on using OCRmyPDF as a service <ocr-service>`_.
|
||||
|
||||
Legacy Docker images
|
||||
--------------------
|
||||
Legacy Ubuntu Docker images
|
||||
---------------------------
|
||||
|
||||
Previously OCRmyPDF was delivered in several Docker images for different purposes, based on Ubuntu. Thanks to help from a user we have migrated to the compact ``ocrmypdf-alpine`` image that supercedes the others.
|
||||
Previously OCRmyPDF was delivered in several Docker images for different purposes, based on Ubuntu.
|
||||
|
||||
The Ubuntu-based images will be maintained for some time but should not be used for new installations. They are as follows:
|
||||
The Ubuntu-based images will be maintained for some time but should not be used for new deployments. They are as follows:
|
||||
|
||||
.. list-table::
|
||||
:widths: auto
|
||||
|
||||
@@ -13,6 +13,19 @@ Note that it is licensed under GPLv3, so scripts that ``import ocrmypdf`` and ar
|
||||
find: [^`]\#([0-9]{1,3})[^0-9]
|
||||
replace: `#$1 <https://github.com/jbarlow83/OCRmyPDF/issues/$1>`_
|
||||
|
||||
v8.2.0
|
||||
------
|
||||
|
||||
- A major improvement to our Docker image is now available thanks to hard work contributed by @mawi12345. The new Docker image, ocrmypdf-alpine, is based on Alpine Linux, and includes most of the functionality of three existed images in a smaller package. This image will replace the main Docker image eventually but for now all are being built. `See documentation for details <https://ocrmypdf.readthedocs.io/en/latest/docker.html>`_.
|
||||
|
||||
- Documentation reorganized especially around the use of Docker images.
|
||||
|
||||
- Updated dependencies, including pikepdf to 1.1.0. This fixes `#358 <https://github.com/jbarlow83/OCRmyPDF/issues/358>`_.
|
||||
|
||||
- The install-time version checks for certain external programs have been removed from setup.py. These tests are now performed at run-time.
|
||||
|
||||
- The non-standard option to override install-time checks (``setup.py install --force``) is now deprecated and prints a warning. It will be removed in a future release.
|
||||
|
||||
v8.1.0
|
||||
------
|
||||
|
||||
|
||||
Reference in New Issue
Block a user