aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2017-03-01 07:30:01 -0700
committerSean Whitton <spwhitton@spwhitton.name>2017-03-01 07:30:01 -0700
commit114cc54b95c03bc766f23274107565cc6d2fb1bb (patch)
treecf9db43e3872847db0218d9d92f775efae0ed716
parenta6d664de65542e7bd352027b739fe777f3e8c267 (diff)
downloadsscan-114cc54b95c03bc766f23274107565cc6d2fb1bb.tar.gz
improve comment
-rw-r--r--Main.hs5
1 files 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