From ae2b2f10d786369191603af8d691157bee63a996 Mon Sep 17 00:00:00 2001 From: didier Date: Fri, 21 Feb 2025 07:32:43 +0100 Subject: [PATCH] remove OCR from scan --- install.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 1923a08..bf11d8c 100755 --- a/install.sh +++ b/install.sh @@ -92,7 +92,8 @@ apt install -y libpango-1.0-0 libharfbuzz0b libpangoft2-1.0-0 # For HTML -> PDF apt install -y libreoffice-nogui # For Office -> PDF apt install -y exiftool # for extracting exif information apt install -y unrar # for extracting rar files -apt install -y libxml2-dev libxslt1-dev antiword unrtf poppler-utils tesseract-ocr flac ffmpeg lame libmad0 libsox-fmt-mp3 sox libjpeg-dev swig # for textract +# no textract +# apt install -y libxml2-dev libxslt1-dev antiword unrtf poppler-utils tesseract-ocr flac ffmpeg lame libmad0 libsox-fmt-mp3 sox libjpeg-dev swig # for textract apt install -y libssl-dev # seems required for yara-python apt install -y libcairo2-dev # Required by reportlab