From c61fe9af6193478d887f8c3878b2cba550e604ac Mon Sep 17 00:00:00 2001 From: "James R. Barlow" Date: Fri, 3 Aug 2018 00:40:44 -0700 Subject: [PATCH] Fix release notes typos --- docs/release_notes.rst | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/release_notes.rst b/docs/release_notes.rst index eebb66b0..9a4796cc 100644 --- a/docs/release_notes.rst +++ b/docs/release_notes.rst @@ -57,8 +57,7 @@ v7.0.0 + ``PyMuPDF`` -- The ``sandwich`` PDF renderer can be used with all supported versions of Tesseract, including that those prior to v3.05 which don't support -``-c textonly``. (Tesseract v4.0.0 is recommended and more efficient.) +- The ``sandwich`` PDF renderer can be used with all supported versions of Tesseract, including that those prior to v3.05 which don't support ``-c textonly``. (Tesseract v4.0.0 is recommended and more efficient.) - ``--pdf-renderer auto`` option and the diagnostics used to select a PDF renderer now work better with old versions, but may make different decisions than past versions. @@ -197,7 +196,7 @@ v6.0.0 v5.7.0 ------ -- Fixed an issue that caused poor CPU utilization on machines more than 4 cores when running Tesseract 4. (Related to issue `#217 `_.) +- Fixed an issue that caused poor CPU utilization on machines with more than 4 cores when running Tesseract 4. (Related to issue `#217 `_.) - The 'hocr' renderer has been improved. The 'sandwich' and 'tesseract' renderers are still better for most use cases, but 'hocr' may be useful for people who work with the PDF.js renderer in English/ASCII languages. (`#225 `_)