Skip to content

Commit

Permalink
(In progress) Added tika-langdetect
Browse files Browse the repository at this point in the history
Signed-off-by: Kartik Ganesh <[email protected]>
  • Loading branch information
kartg committed May 3, 2022
1 parent 138335b commit d992f12
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions plugins/ingest-attachment/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,10 @@ dependencies {
// mandatory for tika
api "org.apache.tika:tika-core:${versions.tika}"
api "org.apache.tika:tika-parsers:${versions.tika}"
// Required for the various document parsers
api "org.apache.tika:tika-parsers-standard-package:${versions.tika}"
// Required for language detection
api "org.apache.tika:tika-langdetect:${versions.tika}"
api 'org.tukaani:xz:1.8'
api 'commons-io:commons-io:2.11.0'
api "org.slf4j:slf4j-api:${versions.slf4j}"
Expand Down

0 comments on commit d992f12

Please sign in to comment.