From 5510e1228843e2936f3ffdbe7da0064ab61cfa86 Mon Sep 17 00:00:00 2001 From: Lu Wang Date: Mon, 27 Aug 2012 16:39:45 +0800 Subject: [PATCH] update test.py --- test/test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test.py b/test/test.py index 7923ed6..ab08a6f 100755 --- a/test/test.py +++ b/test/test.py @@ -10,7 +10,7 @@ for f in os.listdir('pdf'): if not f.lower().endswith('.pdf'): continue print f -#os.system('pdf2htmlEX -l 3 --dest-dir html pdf/%s' % (f,)) + os.system('pdf2htmlEX -l 3 --dest-dir html pdf/%s' % (f,)) ff = f[:-3]+'html' outf.write('%s
' % (ff,ff)) outf.flush();