From 46157ca94ec6985195a2c79ffd7ee5f803f6eae4 Mon Sep 17 00:00:00 2001 From: "James R. Barlow" Date: Fri, 12 Oct 2018 21:29:27 -0700 Subject: [PATCH] docs: some redundancies --- docs/installation.rst | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/docs/installation.rst b/docs/installation.rst index bdfb7cbe..e2da50e2 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -40,7 +40,7 @@ Debian and Ubuntu 16.10 or newer +-------------------------------------------+ -| **OCRmyPDF version** | +| **OCRmyPDF versions in Debian & Ubuntu** | +-------------------------------------------+ | |latest| | +-------------------------------------------+ @@ -457,13 +457,15 @@ OCRmyPDF currently requires these external programs and libraries to be installe - qpdf 8.1.0 or newer - Tesseract 3.04 or newer -As of ocrmypdf 7.0.0, the following versions are recommended: +Using Python 3.5 in production is discouraged. Python 3.6 and 3.7 give much better performance. + +As of ocrmypdf 7.2.1, the following versions are recommended: - Python 3.7 -- Ghostscript 9.23 -- libexempi3 2.4.5 -- qpdf 8.1.0 -- Tesseract 4.0.0-beta1 +- Ghostscript 9.23 or newer +- libexempi3 2.4.5 or newer +- qpdf 8.2.1 +- Tesseract 4.0.0-rc1 - jbig2enc 0.29 or newer - pngquant 2.5 or newer - unpaper 6.1 @@ -478,8 +480,6 @@ jbig2enc, pngquant, and unpaper are optional. If missing certain features are di These are in addition to the Python packaging dependencies, meaning that unfortunately, the ``pip install`` command cannot satisfy all of them. -Python 3.7 and Tesseract 4.0.0-beta.1 are recommended for best OCR results and best performance. - Installing HEAD revision from sources -------------------------------------