aboutsummaryrefslogtreecommitdiffhomepage
path: root/Main.hs
Commit message (Collapse)AuthorAge
* Stop adding document author metadataSean Whitton2020-01-27
|
* print out a message about waiting for threadsSean Whitton2017-03-12
|
* don't exit until all ocrmypdf threads have completedSean Whitton2017-03-12
|
* drop superfluous voidSean Whitton2017-03-12
|
* give ocrmypdf a binary stdoutSean Whitton2017-03-12
|
* don't open output file handleSean Whitton2017-03-12
| | | | That way, the final PDF file is created only once OCR is complete.
* comment about --remove-backgroundSean Whitton2017-03-12
|
* rework calling OCRmyPDFSean Whitton2017-03-12
| | | | | | 1. Catch stderr and don't log it unless OCRmyPDF exits non-zero. 2. Work around OCRmyPDF dying when stdout is not connected.
* fix calls to renamePathSean Whitton2017-03-12
|
* delete the log file if nothing gets written to itSean Whitton2017-03-12
|
* use InfoBegin in metadata fileSean Whitton2017-03-12
| | | | | This should avoid pdftk error output. This output suggested the metadata was not getting set, but it was.
* fix qpdf argsSean Whitton2017-03-12
|
* fix pdftk argsSean Whitton2017-03-12
|
* fix compiler warnings about ambiguous typesSean Whitton2017-03-02
|
* fix duplicate & unused varsSean Whitton2017-03-02
|
* missing type signatures & alignmentSean Whitton2017-03-02
|
* remove redundant importsSean Whitton2017-03-02
|
* TODOSean Whitton2017-03-02
|
* implement generating PDF metadata blockSean Whitton2017-03-01
|
* TODOSean Whitton2017-03-01
|
* missing spaceSean Whitton2017-03-01
|
* handle Auto paper sizeSean Whitton2017-03-01
|
* better error on scanimage failureSean Whitton2017-03-01
|
* handle scanimage failureSean Whitton2017-03-01
|
* re-arrange use of POSIX stampSean Whitton2017-03-01
|
* start work to check scanimage's exit codeSean Whitton2017-03-01
|
* tidy up more commentsSean Whitton2017-03-01
|
* improve commentSean Whitton2017-03-01
|
* tidy upSean Whitton2017-03-01
|
* implement most of processScanSessDirSean Whitton2017-03-01
|
* implement scanPageSean Whitton2017-03-01
|
* put command into scansess & reworkSean Whitton2017-02-28
|
* split IO out of UISean Whitton2017-02-28
|
* add synopsis and GPL headersSean Whitton2017-02-27
|
* add ScanSess type & refactorSean Whitton2017-02-26
|
* commentSean Whitton2017-02-26
|
* implement finishScanSess forkingSean Whitton2017-02-26
|
* use suspendAndResume for scanNextPageSean Whitton2017-02-26
|
* implement abortScanSessSean Whitton2017-02-26
|
* implement beginScanSessSean Whitton2017-02-26
|
* import forkFinallySean Whitton2017-02-26
|
* store page count in app stateSean Whitton2017-02-25
| | | | | There has to be a place to store this or the UI cannot display the number of pages scanned thus far.
* break down the action keys into handlersSean Whitton2017-02-25
|
* factor out ifScanSessSean Whitton2017-02-25
|
* factor out updateStateOutsideSessionSean Whitton2017-02-25
|
* increase max size of actions to accommodate ESCSean Whitton2017-02-25
|
* ESC to abort a scanning sessionSean Whitton2017-02-25
|
* don't permit changing settings during a sessionSean Whitton2017-02-25
|
* three handlers for the action keysSean Whitton2017-02-25
|
* alignSean Whitton2017-02-25
|