From 7a1c89edd9c72165ba03e264c9da006862e91f56 Mon Sep 17 00:00:00 2001 From: Anthony Nabil Date: Sat, 30 Dec 2023 15:53:22 -0800 Subject: [PATCH] fixed a spelling mistake (#1222) --- docs/installation.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/installation.rst b/docs/installation.rst index 72fefa26f..24a138e9c 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -404,7 +404,7 @@ the following when running in an Administrator command prompt): * ``choco install --pre tesseract`` * ``choco install pngquant`` (optional) -Either set of commands will install the required software. At the mmoment there is no +Either set of commands will install the required software. At the moment there is no single command to install Windows. You may then use ``pip`` to install ocrmypdf. (This can performed by a user or @@ -681,4 +681,4 @@ can still install and use OCRmyPDF. A warning message will appear. In practice, OCRmyPDF may need more than 32-bit memory space to run when large documents are processed, so there are practical limitations to what users can accomplish with it. Still, for the common use case of an 32-bit -ARM NAS or Raspberry Pi processing small documents, it should work. \ No newline at end of file +ARM NAS or Raspberry Pi processing small documents, it should work.