From f0cc7f2230be655cacf6f08f13d53863f429ef76 Mon Sep 17 00:00:00 2001 From: "James R. Barlow" Date: Fri, 30 Dec 2022 14:15:53 -0800 Subject: [PATCH] docs: explicitly end win32 support --- docs/installation.rst | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/docs/installation.rst b/docs/installation.rst index 142f95a8..119e0b1f 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -375,8 +375,8 @@ Native Windows You must install the following for Windows: * Python 3.8 (64-bit) or later -* Tesseract 4.1.1 or later -* Ghostscript 9.50 or later +* Tesseract 4.1.1 (64-bit) or later +* Ghostscript 9.50 (64-bit) or later Using the `Chocolatey `_ package manager, install the following when running in an Administrator command prompt: @@ -395,10 +395,8 @@ Administrator.): * ``pip install ocrmypdf`` -Chocolatey automatically selects appropriate versions of these applications. If you -are installing them manually, please install 64-bit versions of all applications for -64-bit Windows, or 32-bit versions of all applications for 32-bit Windows. Mixing -the "bitness" of these programs will lead to errors. +Chocolatey automatically selects appropriate versions of these applications. Please make sure +you are installing the 64-bit versions. OCRmyPDF will check the Windows Registry and standard locations in your Program Files for third party software it needs (specifically, Tesseract and Ghostscript). To @@ -413,6 +411,10 @@ to change the PATH. Please download Python from Python.org or Chocolatey instead, and do not use the Microsoft Store version. +.. warning:: + + 32-bit Windows might work, but is not supported. + Windows Subsystem for Linux ---------------------------