From 77d90380556f866bafceb89c73693d83741c1561 Mon Sep 17 00:00:00 2001 From: Lu Wang Date: Wed, 5 Sep 2012 16:23:34 +0800 Subject: [PATCH] update test --- test/test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test.py b/test/test.py index 67666ff..928eefd 100755 --- a/test/test.py +++ b/test/test.py @@ -12,7 +12,7 @@ for f in os.listdir(DIR): if not f.lower().endswith('.pdf'): continue print f - os.system('pdf2htmlEX -l 3 --dest-dir html "%s/%s"' % (DIR,f)) + os.system('pdf2htmlEX --optimize 1 -l 3 --dest-dir html "%s/%s"' % (DIR,f)) ff = f[:-3]+'html' outf.write('%s
' % (ff,ff)) outf.flush();