Download norconex-importer-2.0.0.jar file - Jar n

Jar examples for n:norconex-importer

Description

Norconex Importer is a Java library and command-line application meant to "parse" and "extract" content out of a computer file as plain text, whatever its format (HTML, PDF, Word, etc). In addition, it allows you to perform any manipulation on the extracted text before importing/using it in your own service or application.

You can download jar file norconex-importer 2.0.0 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add norconex-importer-2.0.0.jar to your project.

<dependency>
   <groupId>com.norconex.collectors</groupId>
   <artifactId>norconex-importer</artifactId>
   <version>2.0.0</version>
</dependency>
compile group: 'com.norconex.collectors', name: 'norconex-importer', version: '2.0.0'
libraryDependencies += "com.norconex.collectors" % "norconex-importer" % "2.0.0"
<dependency org="com.norconex.collectors" name="norconex-importer" rev="2.0.0"/>
@Grapes(@Grab(group='com.norconex.collectors', module='norconex-importer', version='2.0.0'))
'com.norconex.collectors:norconex-importer:jar:2.0.0'

Download

Click the following link to download the jar file.

norconex-importer-2.0.0-javadoc.jar
norconex-importer-2.0.0-sources.jar
norconex-importer-2.0.0-tests.jar
norconex-importer-2.0.0.jar
norconex-importer-2.0.0.pom



Related Tutorials