-
Notifications
You must be signed in to change notification settings - Fork 1
/
all_pdf_files_on_drive_W.info-test.bulktest
48 lines (25 loc) · 1.71 KB
/
all_pdf_files_on_drive_W.info-test.bulktest
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
% bulktest script generated by mk_mupdf_bulktest_script
%
% Run this script using the latest GerHobbelt/mupdf::bulktest tool
% ---------------------------------------------------------------------------------------------------------------
% nr.: %datarow
% PDF: %1
% dir: %2
% name: %3
% base: %4
% cd root: %5
CD %{scriptdir}
CD %5
ECHO T:%{datarow}h1
MUTOOL metadump -o "%{remap(__bulktest)}/%2/%4/%04d.info.json" "%1"
MUTOOL qiqqa_fingerprint0 -o "%{remap(__bulktest)}/%2/%4/%04d.qhash1.txt" "%1"
MUTOOL qiqqa_fingerprint1 -o "%{remap(__bulktest)}/%2/%4/%04d.qhash2.txt" "%1"
MUTOOL muconvert -o "%{remap(__bulktest)}/%2/%4/%04d.W1200H1800.convert.html" -W 1200 -H 1800 -O preserve-ligatures,preserve-whitespace,preserve-spans "%1"
MUTOOL muconvert -o "%{remap(__bulktest)}/%2/%4/%04d.R300.convert.html" -r 300 -O preserve-ligatures,preserve-whitespace,preserve-spans "%1"
MUTOOL muconvert -o "%{remap(__bulktest)}/%2/%4/%04d.DFLT.convert.html" -O preserve-ligatures,preserve-whitespace,preserve-spans "%1"
MUTOOL muraster -o "%{remap(__bulktest)}/%2/%4/%04d.raster.R300.####.png" -s mt -r 300 -P "%1"
MUTOOL muraster -o "%{remap(__bulktest)}/%2/%4/%04d.raster.DFLT.####.png" -s mt -P "%1"
MUTOOL mudraw -o "%{remap(__bulktest)}/%2/%4/%04d.draw.R300.####.png" -s mtf5 -r 300 -y l -P -B 50 "%1"
MUTOOL mudraw -o "%{remap(__bulktest)}/%2/%4/%04d.draw.DFLT.####.png" -s mtf5 -y l -P -B 50 "%1"
MUTOOL mudraw -o "%{remap(__bulktest)}/%2/%4/%04d.draw.R300.ocr.html" -s mtf5 -r 300 -x preserve-ligatures,preserve-whitespace,preserve-spans -y l -P -B 50 "%1"
MUTOOL mudraw -o "%{remap(__bulktest)}/%2/%4/%04d.draw.DFLT.ocr.html" -s mtf5 -x preserve-ligatures,preserve-whitespace,preserve-spans -y l -P -B 50 "%1"