diff --git a/OCRmyPDF.sh b/OCRmyPDF.sh new file mode 100644 index 00000000..dea9ad0c --- /dev/null +++ b/OCRmyPDF.sh @@ -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 "$@"