Skip to content

Commit

Permalink
fixup filenames
Browse files Browse the repository at this point in the history
  • Loading branch information
joecorall committed Oct 18, 2024
1 parent b7c08d2 commit 9facd18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/ocrpdf/cmd.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ TMP_DIR=$(mktemp -d)
cd "$TMP_DIR"

# split pdf into PNG files
magick - output-%d.png > /dev/null 2>&1
magick - page-%d.png > /dev/null 2>&1

# add OCR to each PNG
for i in page-*.png; do
Expand Down

0 comments on commit 9facd18

Please sign in to comment.