Last Version

krill 1.1.0

Uses Apache Tika (https://tika.apache.org/) and PDFBox (https://pdfbox.apache.org/) with subsequent post processing to generate a HTML representation of a document (PDF, CSV, XLS, etc) together with it metadata.

License

License

GroupId

GroupId

io.committed.krill
ArtifactId

ArtifactId

krill
Version

Version

1.1.0
Type

Type

jar
Description

Description

krill
Uses Apache Tika (https://tika.apache.org/) and PDFBox (https://pdfbox.apache.org/) with subsequent post processing to generate a HTML representation of a document (PDF, CSV, XLS, etc) together with it metadata.
Project URL

Project URL

http://github.com/commitd/krill
Project Organization

Project Organization

Committed
Source Code Management

Source Code Management

http://github.com/commitd/krill

Download krill 1.1.0


<!-- https://jarcasting.com/artifacts/io.committed.krill/krill/ -->
<dependency>
    <groupId>io.committed.krill</groupId>
    <artifactId>krill</artifactId>
    <version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.committed.krill/krill/
implementation 'io.committed.krill:krill:1.1.0'
// https://jarcasting.com/artifacts/io.committed.krill/krill/
implementation ("io.committed.krill:krill:1.1.0")
'io.committed.krill:krill:jar:1.1.0'
<dependency org="io.committed.krill" name="krill" rev="1.1.0">
  <artifact name="krill" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.committed.krill', module='krill', version='1.1.0')
)
libraryDependencies += "io.committed.krill" % "krill" % "1.1.0"
[io.committed.krill/krill "1.1.0"]

Dependencies

compile (9)

Group / Artifact Type Version
org.slf4j : slf4j-api jar 1.7.25
com.google.guava : guava jar 25.1-jre
commons-io : commons-io jar 2.6
org.apache.commons : commons-csv jar 1.7
org.jsoup : jsoup jar 1.12.1
org.apache.tika : tika-core jar 1.22
org.apache.tika : tika-parsers jar 1.22
org.apache.pdfbox : jbig2-imageio jar 3.0.2
com.clickconcepts.junit : expected-failure jar 0.0.9

provided (1)

Group / Artifact Type Version
org.slf4j : slf4j-simple jar 1.7.25

test (3)

Group / Artifact Type Version
junit : junit jar 4.12
org.assertj : assertj-core jar 3.13.2
org.mockito : mockito-core jar 3.0.0

Project Modules

There are no modules declared in this project.