Different tika port since 9998 is already in use

This commit is contained in:
Kikimanox
2022-08-31 15:42:19 +02:00
parent f16c78bbdc
commit 500e5aa2a5
2 changed files with 3 additions and 3 deletions
@@ -12,7 +12,7 @@ import xml.etree.ElementTree as ET
from PyPDF2 import PdfReader
from swagger_server.classla import cl_utils
tika_server = "http://tika:9998/tika"
tika_server = "http://tika:9999/tika"
# endpoint below to be used only for development purposes (don't need to run docker)
# tika_server = "http://rsdo.lhrs.feri.um.si:9998/tika"