mirror of
https://github.com/community-scripts/ProxmoxVED.git
synced 2026-02-25 17:25:53 +00:00
fixes
This commit is contained in:
@@ -52,15 +52,17 @@ $STD apt-get install -y \
|
||||
zlib1g \
|
||||
tesseract-ocr \
|
||||
tesseract-ocr-eng
|
||||
cd /tmp
|
||||
curl -fsSL "https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs10051/ghostpdl-10.05.1.tar.gz" -o "ghostscript.tar.gz"
|
||||
tar -xzf ghostscript.tar.gz
|
||||
cd ghostpdl-10.05.1
|
||||
$STD ./configure
|
||||
$STD make
|
||||
$STD make install
|
||||
# cd /tmp
|
||||
# curl -fsSL "https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs10051/ghostpdl-10.05.1.tar.gz" -o "ghostscript.tar.gz"
|
||||
# tar -xzf ghostscript.tar.gz
|
||||
# cd ghostpdl-10.05.1
|
||||
# $STD ./configure
|
||||
# $STD make
|
||||
# $STD make install
|
||||
msg_ok "Installed OCR Dependencies"
|
||||
|
||||
setup_gs
|
||||
|
||||
msg_info "Installing JBIG2"
|
||||
$STD git clone https://github.com/ie13/jbig2enc /opt/jbig2enc
|
||||
cd /opt/jbig2enc
|
||||
|
||||
Reference in New Issue
Block a user