mirror of
https://github.com/ocrmypdf/OCRmyPDF.git
synced 2026-01-08 05:02:39 +00:00
7 lines
275 B
Bash
7 lines
275 B
Bash
#!/bin/sh
|
|
##############################################################################
|
|
# Copyright (c) 2013-14: fritz-hh from Github (https://github.com/fritz-hh)
|
|
##############################################################################
|
|
|
|
python3 -m ocrmypdf.main "$@"
|