From c7cf041e4a33b22923d4e1cfb0e4a96c6926875d Mon Sep 17 00:00:00 2001 From: Fabian Rodriguez Date: Thu, 10 May 2018 03:10:27 -0400 Subject: [PATCH] Fixed language option example (French) (#266) Replace fre to fra. --- docs/cookbook.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/cookbook.rst b/docs/cookbook.rst index a3c4dbef..3f79152c 100644 --- a/docs/cookbook.rst +++ b/docs/cookbook.rst @@ -65,8 +65,8 @@ By default OCRmyPDF assumes the document is English. .. code-block:: bash - ocrmypdf -l fre LeParisien.pdf LeParisien.pdf - ocrmypdf -l eng+fre Bilingual-English-French.pdf Bilingual-English-French.pdf + ocrmypdf -l fra LeParisien.pdf LeParisien.pdf + ocrmypdf -l eng+fra Bilingual-English-French.pdf Bilingual-English-French.pdf Language packs must be installed for all languages specified. See :ref:`Installing additional language packs `.