Closed zaroth closed 8 years ago
Just for reference, stackoverflow threads I found related to the issue:
http://stackoverflow.com/questions/11312525/catch-ctrlc-and-exit-multiprocesses-gracefully-in-python http://stackoverflow.com/questions/1408356/keyboard-interrupts-with-pythons-multiprocessing-pool
Fixed, at least on mac os x; will be released on 0.8.3 shortly
A custom signal handler for SIGINT to shutdown pypdfocr would be nice, since interrupting the script during 700-page tesseract OCR seems impossible...