Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow to set a Tika config file #7

Open
gggeek opened this issue Sep 25, 2019 · 0 comments
Open

Allow to set a Tika config file #7

gggeek opened this issue Sep 25, 2019 · 0 comments

Comments

@gggeek
Copy link
Contributor

gggeek commented Sep 25, 2019

Provide a default config file, or at least document how to use one.

Recent Tika versions do spit out 2 harmless but annoying warnings on each invocation:

Sep 25, 2019 10:40:14 AM org.apache.tika.config.InitializableProblemHandler$3 handleInitializableProblem
WARNING: J2KImageReader not loaded. JPEG2000 files will not be processed.
See https://pdfbox.apache.org/2.0/dependencies.html#jai-image-io
for optional dependencies.

Sep 25, 2019 10:40:14 AM org.apache.tika.config.InitializableProblemHandler$3 handleInitializableProblem
WARNING: org.xerial's sqlite-jdbc is not loaded.
Please provide the jar on your classpath to parse sqlite files.
See tika-parsers/pom.xml for the correct version.

Those can be removed via usage of a config file

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant