mirror of
https://github.com/ocrmypdf/OCRmyPDF.git
synced 2025-12-29 08:01:04 +00:00
9 lines
334 B
Bash
9 lines
334 B
Bash
#!/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 "$@"
|