Add parameter ocrmypdf

This commit is contained in:
FPille
2019-08-04 20:01:47 +02:00
parent 67fa41c39a
commit 8ef928fcdd
+1 -1
View File
@@ -11,7 +11,7 @@ run_appimage()
echo ""
./OCRmyPDF*.AppImage --help
echo ""
./OCRmyPDF*.AppImage -l deu -s -d --jbig2-lossy --optimize 1 "$TRAVIS_BUILD_DIR"/test/test.pdf output.pdf
./OCRmyPDF*.AppImage ocrmypdf -l deu -s -d --jbig2-lossy --optimize 1 "$TRAVIS_BUILD_DIR"/test/test.pdf output.pdf
echo ""
}