Skip to content

Commit 12df591

Browse files
authored
add tesseract
1 parent 70f5868 commit 12df591

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

make-appimage.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,9 @@ export DEPLOY_PYTHON=1
1414
export MAIN_BIN=ocrmypdf
1515

1616
# Deploy dependencies
17-
quick-sharun /usr/bin/ocrmypdf
17+
quick-sharun \
18+
/usr/bin/ocrmypdf \
19+
/usr/bin/tesseract
1820

1921
# Additional changes can be done in between here
2022

0 commit comments

Comments
 (0)