From d23291650a2d90c192d8e835bc0276b6b2fbf6b5 Mon Sep 17 00:00:00 2001 From: "James R. Barlow" Date: Tue, 16 Feb 2016 14:30:15 -0800 Subject: [PATCH] Remove duplicate line from documentation --- README.rst | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.rst b/README.rst index 73723bb1..8c690f86 100644 --- a/README.rst +++ b/README.rst @@ -78,7 +78,7 @@ Then tag it to give a more convenient name, just ocrmypdf:: docker tag jbarlow83/ocrmypdf ocrmypdf -This image contains language packs for English, French, Spanish and German. The alternative "polyglot" image provides all available language packs `__:: +This image contains language packs for English, French, Spanish and German. The alternative "polyglot" image provides `all available language packs `__:: # Alternative step: If you need all language packs docker pull jbarlow83/ocrmypdf-polyglot @@ -98,8 +98,6 @@ In this worked example, the current working directory contains an input file cal Note that ``ocrmypdf`` has its own separate ``-v VERBOSITYLEVEL`` argument to control debug verbosity. All Docker arguments should before the ``ocrmypdf`` image name and all arguments to ``ocrmypdf`` should be listed after. -The Docker image provides the English, French, German and Spanish language packs. `All other language packs `__ are available in the larger image ``jbarlow83/ocrmypdf-polyglot``. - Installing on Mac OS X ~~~~~~~~~~~~~~~~~~~~~~