fulltext search for documents
optional fulltext search for documents using elasticsearch text is extracted from pdfs and via ocr from images
This commit is contained in:
parent
f8c1c3e328
commit
fe023c2f97
6 changed files with 102 additions and 2 deletions
|
|
@ -91,6 +91,7 @@ apt-get install -y \
|
|||
python3-lxml \
|
||||
python3-html5lib \
|
||||
python3-ox \
|
||||
python3-elasticsearch \
|
||||
oxframe \
|
||||
ffmpeg \
|
||||
mkvtoolnix \
|
||||
|
|
@ -98,6 +99,8 @@ apt-get install -y \
|
|||
imagemagick \
|
||||
poppler-utils \
|
||||
ipython3 \
|
||||
tesseract-ocr \
|
||||
tesseract-ocr-eng \
|
||||
postfix \
|
||||
postgresql-client $EXTRA
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue