applets/gencstd23: update pdftotext arguments

This commit is contained in:
Pragmatic Software 2022-08-08 19:02:18 -07:00
parent 43dec7b70f
commit de57906979
1 changed files with 3 additions and 1 deletions

View File

@ -5,7 +5,9 @@
# ugly and hacked together
# pdftotext -layout -nopgbrk -y 75 -H 700 -W 1000 n3047.pdf n3047.txt
# n1256: pdftotext -layout -y 75 -H 650 -W 1000 n1256.pdf n1256.in
# n1570: pdftotext -layout -y 80 -H 650 -W 1000 n1570.pdf n1570.in
# n3047: pdftotext -layout -y 75 -H 700 -W 1000 n3047.pdf n3047.in
use warnings;
use strict;