Reinstate OCRmyPDF.sh with a deprecation warning

This commit is contained in:
James R. Barlow
2016-08-31 11:57:02 -07:00
parent bf89e38c69
commit c6f2eea058
+8
View File
@@ -0,0 +1,8 @@
#!/bin/sh
##############################################################################
# Copyright (c) 2013-14: fritz-hh from Github (https://github.com/fritz-hh)
##############################################################################
echo "This script is deprecated. Use 'ocrmypdf' instead."
python3 -m ocrmypdf.main "$@"