Norconex / importer

Norconex Importer is a Java library and command-line application meant to "parse" and "extract" content out of a 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 using it in your own service or application.
http://www.norconex.com/collectors/importer/
Apache License 2.0
32 stars 23 forks source link

Check your classpath or consider using fully qualified class name #122

Open kanikwork opened 1 year ago

kanikwork commented 1 year ago

image I already install all the importer classes by downloading them but still, it shows the error. If someone has any idea then please help asap

Note: I am using Norconex version 3.0. also, the importers are also in v3

ohtwadi commented 1 year ago

DOMPreserveTransformer was added in v3.0.1. This is noted in the Javadocs (link) and it's release notes (link). Please use Importer 3.0.1-SNAPSHOT release.