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 `.