From 114cc54b95c03bc766f23274107565cc6d2fb1bb Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Wed, 1 Mar 2017 07:30:01 -0700 Subject: improve comment --- Main.hs | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Main.hs b/Main.hs index 10685f9..a613066 100644 --- a/Main.hs +++ b/Main.hs @@ -65,9 +65,8 @@ processScanSessDir st dir = withCurrentDirectory dir $ do , std_out = NoStream , std_err = UseHandle logH } - -- 4. qpdf (ocrmypdf might invoke this; do it again as I - -- think that OCRmyPDF isn't using its --linearize option, - -- which shrinks the PDF) + -- 4. qpdf (ocrmypdf invokes qpdf but it doesn't use + -- --linearize, which shrinks the PDF, often substantially) createProcessWait_ "qpdf" (proc "qpdf" ["--linearize", "temp.pdf"]) { std_in = NoStream , std_out = UseHandle outH -- cgit v1.2.3