blob: 0058ae9ae8056be3946c65eaea0d3ec587b4b99b (
plain)
1
2
3
4
5
6
7
8
|
pkgname='ocrmypdf'
post_install() {
echo
echo "==> Make sure that you have the corresponding package for your language"
echo "==> from the tesseract-data group installed (e.g., tesseract-data-eng)."
echo
}
|