Files
OCRmyPDF/ocrmypdf
James R. Barlow 3de83627a9 Handle output to /dev/null or directory (#219)
Previously we threw an exception if the output name was a directory (only after doing OCR) and would trigger a PermissionError on trying to flip permission bits of /dev/null due to shutil.copyfile implementation. Instead of copying file use shutil.copyfileobj which should also respect umask etc.
2018-02-19 22:15:07 -08:00
..
2018-01-10 16:33:26 -08:00
2017-09-06 00:27:02 -07:00
2017-11-01 01:49:51 -07:00
2017-11-29 13:43:18 -08:00
2017-05-19 16:17:07 -07:00
2017-03-29 15:46:53 -07:00