From 4a0130649e47a0310ab070c540b6b6436b4620f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=2EYasoob=20Ullah=20Khalid=20=E2=98=BA?= Date: Wed, 14 Dec 2022 20:24:22 -0500 Subject: [PATCH] Fixed some wording (#1045) --- docs/batch.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/batch.rst b/docs/batch.rst index 8adf24cf..8c05f4c1 100644 --- a/docs/batch.rst +++ b/docs/batch.rst @@ -21,8 +21,8 @@ processors. To maximize parallelism without overloading your system with processes, consider using ``parallel -j 2`` to limit parallel to running two jobs at once. -This command will run all ocrmypdf all files named ``*.pdf`` in the -current directory and write them to the previous created ``output/`` +This command will run ``ocrmypdf`` on all files named ``*.pdf`` in the +current directory and write them to the previously created ``output/`` folder. It will not search subdirectories. The ``--tag`` argument tells parallel to print the filename as a prefix