-
重构后直接引入大佬的发布到中央仓的 jar ,终于能跑成功一个了😂
Docker 镜像:[nn200433/tika-server](https://hub.docker.com/r/nn200433/tika-server)
## Docker 容器
```bash
root@6a1aad1d4bf6:/# cat /etc/os-release
PRETTY_NAME="…
-
## CVE-2018-1335 - High Severity Vulnerability
Vulnerable Library - tika-parsers-1.14.jar
Apache Tika is a toolkit for detecting and extracting metadata and
structured text content from various …
-
Hi, I am getting the following error when trying to run the docker file
``` bash
(dong) [conda] [lh599@corfu:nlm-ingestor]$ docker pull ghcr.io/nlmatics/nlm-ingestor:latest
Cannot connect to the Do…
-
I'm using `&applyOcr=yes`, but there's no indication that any OCR is taking place.
I'm getting back the HTML from PDF text ok, but pages that are images of (clear) text from my PDFs are completely sk…
-
We upgraded from 2.0.12, and we are getting random failures which suggest a messy classpath:
```
09:46:23,906 [INFO] [jenkins-event-spy] Generated /root/workspace/XWiki_xwiki-platform_master@tmp/w…
-
``` Dockerfile ```
# syntax=docker/dockerfile:experimental
FROM python:3.11-bookworm
RUN apt-get update && apt-get -y --no-install-recommends install libgomp1
ENV APP_HOME /app
# install Java
RU…
-
As a developer creating a tika service using a pre-downloaded JAR file
I want to know if the jar file cannot be found
So that I can report an error
eg.
`server, err := tika.NewServer("./lib/tik…
-
Using Python, I am downloading GoogleDrive files to a local server, and caching them in a server tmp folder for failsafe-restart at checkpoint. I load the file into a Document Object which I then par…
-
Upon installation,
```sh
pip install tika
```
When attempting:
```python
In [21]: import tika
...: tika.initVM()
...: from tika import parser
In [22]: parsed = parser.from_file(…
vriez updated
9 months ago
-
Hey there,
I just tried to use the 1.16 tag from Docker Hub, but it seems to be broken:
```
sudo docker run --rm -it logicalspark/docker-tikaserver:1.15
Unable to find image 'logicalspark/dock…