Update stirling-pdf-install.sh
This commit is contained in:
parent
65e0c6b30f
commit
1bc047cd83
@ -24,6 +24,7 @@ $STD apt-get install -y \
|
|||||||
make \
|
make \
|
||||||
g++ \
|
g++ \
|
||||||
unpaper \
|
unpaper \
|
||||||
|
fonts-urw-base35 \
|
||||||
qpdf \
|
qpdf \
|
||||||
poppler-utils
|
poppler-utils
|
||||||
msg_ok "Installed Dependencies"
|
msg_ok "Installed Dependencies"
|
||||||
@ -58,7 +59,9 @@ msg_ok "Installed LibreOffice Components"
|
|||||||
$STD uv venv /opt/.venv
|
$STD uv venv /opt/.venv
|
||||||
$STD uv pip install --upgrade pip
|
$STD uv pip install --upgrade pip
|
||||||
$STD uv pip install \
|
$STD uv pip install \
|
||||||
opencv-python-headless
|
opencv-python-headless \
|
||||||
|
ocrmypdf \ pillow \
|
||||||
|
pdf2image
|
||||||
ln -sf /opt/.venv/bin/python3 /usr/local/bin/python3
|
ln -sf /opt/.venv/bin/python3 /usr/local/bin/python3
|
||||||
ln -sf /opt/.venv/bin/pip /usr/local/bin/pip
|
ln -sf /opt/.venv/bin/pip /usr/local/bin/pip
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user