mirror of
https://github.com/Unstructured-IO/unstructured.git
synced 2025-08-14 19:57:26 +00:00
chore: add libreoffice to ubuntu install script (#363)
This commit is contained in:
parent
7c08450597
commit
d17a94f395
@ -25,7 +25,7 @@ fi
|
|||||||
USER_ACCOUNT=$1
|
USER_ACCOUNT=$1
|
||||||
|
|
||||||
# Update existing packages
|
# Update existing packages
|
||||||
# Reconfigure the service that detects the need for service restarts from interactive mode (user
|
# Reconfigure the service that detects the need for service restarts from interactive mode (user
|
||||||
# needs to manually confirm which services to restart) to automatic. If we don't do this we'll
|
# needs to manually confirm which services to restart) to automatic. If we don't do this we'll
|
||||||
# get hung up on a screen asking us which services we want to restart after upgrading packages.
|
# get hung up on a screen asking us which services we want to restart after upgrading packages.
|
||||||
$sudo $pac update -y
|
$sudo $pac update -y
|
||||||
@ -84,7 +84,7 @@ $sudo $pac install -y poppler-utils
|
|||||||
|
|
||||||
#### Tesseract
|
#### Tesseract
|
||||||
# Install tesseract as well as Russian language
|
# Install tesseract as well as Russian language
|
||||||
$sudo $pac install -y tesseract-ocr libtesseract-dev tesseract-ocr-rus
|
$sudo $pac install -y tesseract-ocr libtesseract-dev tesseract-ocr-rus libreoffice
|
||||||
|
|
||||||
#### libmagic
|
#### libmagic
|
||||||
$sudo $pac install -y libmagic-dev
|
$sudo $pac install -y libmagic-dev
|
||||||
|
Loading…
x
Reference in New Issue
Block a user