# Conflicts: # RELEASE_NOTES.md # src/config.sh # src/hocrTransform.py # src/ocrPage.sh
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 "$@"
|