n

norconex-importer

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.
http://norconex.com/collectors/importer
The Apache Software License, Version 2.0
Norconex Inc.
Pascal Essiembre Pascal Dimassimo
Files download
File Operation
norconex-importer-2.3.0.jar download
norconex-importer-2.3.0.pom download
norconex-importer-2.3.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.norconex.collectors</groupId>
  <artifactId>norconex-importer</artifactId>
  <version>2.3.0</version>
</dependency>
Gradle Groovy
implementation 'com.norconex.collectors:norconex-importer:2.3.0'
Gradle Kotlin
implementation("com.norconex.collectors:norconex-importer:2.3.0")
Scala SBT
libraryDependencies += "com.norconex.collectors" % "norconex-importer" % "2.3.0"
Groovy Grape
@Grapes(
  @Grab(group='com.norconex.collectors', module='norconex-importer', version='2.3.0')
)
Apache Ivy
<dependency org="com.norconex.collectors" name="norconex-importer" rev="2.3.0" />
Leiningen
[com.norconex.collectors/norconex-importer "2.3.0"]
Apache Buildr
'com.norconex.collectors:norconex-importer:jar:2.3.0'