is not current version
Last Version 1.8.2

org.ow2.weblab.webservices:tika-normaliser 1.8

This service is an integration of Apache Tika project. It enables to extract metadata and text content of many kinds of files format. The WebLab document in input is enriched with RDF properties for the metadata and Text unit(s) for the content. The service can be configured through the Spring bean of CXF to handle various kind of features (identifying language or not, provide a normalised XHTML output of the document...).

Categories

Categories

ORM Data
GroupId

GroupId

org.ow2.weblab.webservices
ArtifactId

ArtifactId

tika-normaliser
Version

Version

1.8
Type

Type

war

Download tika-normaliser 1.8


<!-- https://jarcasting.com/artifacts/org.ow2.weblab.webservices/tika-normaliser/ -->
<dependency>
    <groupId>org.ow2.weblab.webservices</groupId>
    <artifactId>tika-normaliser</artifactId>
    <version>1.8</version>
    <type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.ow2.weblab.webservices/tika-normaliser/
implementation 'org.ow2.weblab.webservices:tika-normaliser:1.8'
// https://jarcasting.com/artifacts/org.ow2.weblab.webservices/tika-normaliser/
implementation ("org.ow2.weblab.webservices:tika-normaliser:1.8")
'org.ow2.weblab.webservices:tika-normaliser:war:1.8'
<dependency org="org.ow2.weblab.webservices" name="tika-normaliser" rev="1.8">
  <artifact name="tika-normaliser" type="war" />
</dependency>
@Grapes(
@Grab(group='org.ow2.weblab.webservices', module='tika-normaliser', version='1.8')
)
libraryDependencies += "org.ow2.weblab.webservices" % "tika-normaliser" % "1.8"
[org.ow2.weblab.webservices/tika-normaliser "1.8"]