Skip to content

Commit

Permalink
Fixed some wording (#1045)
Browse files Browse the repository at this point in the history
  • Loading branch information
yasoob committed Dec 15, 2022
1 parent a0224d9 commit 4a01306
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/batch.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4a01306

Please sign in to comment.