jar

com.norconex.collectors : norconex-importer

Maven & Gradle

Jul 09, 2023
2 usages
28 stars

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.

Table Of Contents

Latest Version

Download com.norconex.collectors : norconex-importer JAR file - Latest Versions:

All Versions

Download com.norconex.collectors : norconex-importer JAR file - All Versions:

Version Vulnerabilities Size Updated
3.0.x
2.11.x
2.10.x
2.9.x
2.8.x
2.7.x
2.6.x
2.5.x
2.4.x
2.3.x
2.2.x
2.1.x
2.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window norconex-importer-3.0.1.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.norconex.importer.util.regex

├─ com.norconex.importer.util.regex.RegexFieldExtractor.class - [JAR]

├─ com.norconex.importer.util.regex.RegexUtil.class - [JAR]

com.norconex.importer.handler.transformer.impl

├─ com.norconex.importer.handler.transformer.impl.CharsetTransformer.class - [JAR]

├─ com.norconex.importer.handler.transformer.impl.DOMDeleteTransformer.class - [JAR]

├─ com.norconex.importer.handler.transformer.impl.DOMPreserveTransformer.class - [JAR]

├─ com.norconex.importer.handler.transformer.impl.ExternalTransformer.class - [JAR]

├─ com.norconex.importer.handler.transformer.impl.ImageTransformer.class - [JAR]

├─ com.norconex.importer.handler.transformer.impl.NoContentTransformer.class - [JAR]

├─ com.norconex.importer.handler.transformer.impl.ReduceConsecutivesTransformer.class - [JAR]

├─ com.norconex.importer.handler.transformer.impl.ReplaceTransformer.class - [JAR]

├─ com.norconex.importer.handler.transformer.impl.ScriptTransformer.class - [JAR]

├─ com.norconex.importer.handler.transformer.impl.StripAfterTransformer.class - [JAR]

├─ com.norconex.importer.handler.transformer.impl.StripBeforeTransformer.class - [JAR]

├─ com.norconex.importer.handler.transformer.impl.StripBetweenTransformer.class - [JAR]

├─ com.norconex.importer.handler.transformer.impl.SubstringTransformer.class - [JAR]

com.norconex.importer.doc

├─ com.norconex.importer.doc.ContentTypeDetector.class - [JAR]

├─ com.norconex.importer.doc.Doc.class - [JAR]

├─ com.norconex.importer.doc.DocInfo.class - [JAR]

├─ com.norconex.importer.doc.DocMetadata.class - [JAR]

com.norconex.importer.parser.impl

├─ com.norconex.importer.parser.impl.AbstractTikaParser.class - [JAR]

├─ com.norconex.importer.parser.impl.ExternalParser.class - [JAR]

├─ com.norconex.importer.parser.impl.FallbackParser.class - [JAR]

com.norconex.importer.handler.filter.impl

├─ com.norconex.importer.handler.filter.impl.DOMContentFilter.class - [JAR]

├─ com.norconex.importer.handler.filter.impl.DOMFilter.class - [JAR]

├─ com.norconex.importer.handler.filter.impl.DateMetadataFilter.class - [JAR]

├─ com.norconex.importer.handler.filter.impl.EmptyFilter.class - [JAR]

├─ com.norconex.importer.handler.filter.impl.EmptyMetadataFilter.class - [JAR]

├─ com.norconex.importer.handler.filter.impl.NumericMetadataFilter.class - [JAR]

├─ com.norconex.importer.handler.filter.impl.ReferenceFilter.class - [JAR]

├─ com.norconex.importer.handler.filter.impl.RegexContentFilter.class - [JAR]

├─ com.norconex.importer.handler.filter.impl.RegexMetadataFilter.class - [JAR]

├─ com.norconex.importer.handler.filter.impl.RegexReferenceFilter.class - [JAR]

├─ com.norconex.importer.handler.filter.impl.RejectFilter.class - [JAR]

├─ com.norconex.importer.handler.filter.impl.ScriptFilter.class - [JAR]

├─ com.norconex.importer.handler.filter.impl.TextFilter.class - [JAR]

org.luaj.vm2.script

├─ org.luaj.vm2.script.LuaScriptEngineFactory.class - [JAR]

com.norconex.importer.handler.tagger

├─ com.norconex.importer.handler.tagger.AbstractCharStreamTagger.class - [JAR]

├─ com.norconex.importer.handler.tagger.AbstractDocumentTagger.class - [JAR]

├─ com.norconex.importer.handler.tagger.AbstractStringTagger.class - [JAR]

├─ com.norconex.importer.handler.tagger.IDocumentTagger.class - [JAR]

com.norconex.importer.handler.splitter

├─ com.norconex.importer.handler.splitter.AbstractDocumentSplitter.class - [JAR]

├─ com.norconex.importer.handler.splitter.IDocumentSplitter.class - [JAR]

com.norconex.importer.response

├─ com.norconex.importer.response.IImporterResponseProcessor.class - [JAR]

├─ com.norconex.importer.response.ImporterResponse.class - [JAR]

├─ com.norconex.importer.response.ImporterStatus.class - [JAR]

com.norconex.importer.parser.impl.xfdl

├─ com.norconex.importer.parser.impl.xfdl.XFDLParser.class - [JAR]

com.norconex.importer.parser

├─ com.norconex.importer.parser.DocumentParserException.class - [JAR]

├─ com.norconex.importer.parser.EmbeddedConfig.class - [JAR]

├─ com.norconex.importer.parser.GenericDocumentParserFactory.class - [JAR]

├─ com.norconex.importer.parser.IDocumentParser.class - [JAR]

├─ com.norconex.importer.parser.IDocumentParserFactory.class - [JAR]

├─ com.norconex.importer.parser.IHintsAwareParser.class - [JAR]

├─ com.norconex.importer.parser.OCRConfig.class - [JAR]

├─ com.norconex.importer.parser.ParseHints.class - [JAR]

├─ com.norconex.importer.parser.ParseState.class - [JAR]

com.norconex.importer.handler.condition

├─ com.norconex.importer.handler.condition.AbstractCharStreamCondition.class - [JAR]

├─ com.norconex.importer.handler.condition.AbstractStringCondition.class - [JAR]

├─ com.norconex.importer.handler.condition.IImporterCondition.class - [JAR]

com.norconex.importer.handler

├─ com.norconex.importer.handler.AbstractImporterHandler.class - [JAR]

├─ com.norconex.importer.handler.CommonMatchers.class - [JAR]

├─ com.norconex.importer.handler.CommonRestrictions.class - [JAR]

├─ com.norconex.importer.handler.ExternalHandler.class - [JAR]

├─ com.norconex.importer.handler.HandlerConsumer.class - [JAR]

├─ com.norconex.importer.handler.HandlerContext.class - [JAR]

├─ com.norconex.importer.handler.HandlerDoc.class - [JAR]

├─ com.norconex.importer.handler.HandlerPredicate.class - [JAR]

├─ com.norconex.importer.handler.IImporterHandler.class - [JAR]

├─ com.norconex.importer.handler.ImporterHandlerException.class - [JAR]

├─ com.norconex.importer.handler.ScriptRunner.class - [JAR]

com.norconex.importer.util

├─ com.norconex.importer.util.BufferUtil.class - [JAR]

├─ com.norconex.importer.util.CharsetUtil.class - [JAR]

├─ com.norconex.importer.util.DOMUtil.class - [JAR]

├─ com.norconex.importer.util.FormatUtil.class - [JAR]

org.apache.pdfbox.jbig2.util.log

├─ org.apache.pdfbox.jbig2.util.log.SLF4JLogger.class - [JAR]

├─ org.apache.pdfbox.jbig2.util.log.SLF4JLoggerBridge.class - [JAR]

com.norconex.importer.handler.splitter.impl

├─ com.norconex.importer.handler.splitter.impl.CsvSplitter.class - [JAR]

├─ com.norconex.importer.handler.splitter.impl.DOMSplitter.class - [JAR]

├─ com.norconex.importer.handler.splitter.impl.FixedGoogleTranslator.class - [JAR]

├─ com.norconex.importer.handler.splitter.impl.FixedLingo24Translator.class - [JAR]

├─ com.norconex.importer.handler.splitter.impl.PDFPageSplitter.class - [JAR]

├─ com.norconex.importer.handler.splitter.impl.TranslatorSplitter.class - [JAR]

├─ com.norconex.importer.handler.splitter.impl.XMLStreamSplitter.class - [JAR]

com.norconex.importer

├─ com.norconex.importer.Importer.class - [JAR]

├─ com.norconex.importer.ImporterConfig.class - [JAR]

├─ com.norconex.importer.ImporterEvent.class - [JAR]

├─ com.norconex.importer.ImporterException.class - [JAR]

├─ com.norconex.importer.ImporterLauncher.class - [JAR]

├─ com.norconex.importer.ImporterRequest.class - [JAR]

├─ com.norconex.importer.ImporterRuntimeException.class - [JAR]

com.norconex.importer.handler.filter

├─ com.norconex.importer.handler.filter.AbstractCharStreamFilter.class - [JAR]

├─ com.norconex.importer.handler.filter.AbstractDocumentFilter.class - [JAR]

├─ com.norconex.importer.handler.filter.AbstractOnMatchFilter.class - [JAR]

├─ com.norconex.importer.handler.filter.AbstractStringFilter.class - [JAR]

├─ com.norconex.importer.handler.filter.IDocumentFilter.class - [JAR]

├─ com.norconex.importer.handler.filter.IOnMatchFilter.class - [JAR]

├─ com.norconex.importer.handler.filter.OnMatch.class - [JAR]

com.norconex.importer.handler.tagger.impl

├─ com.norconex.importer.handler.tagger.impl.CharacterCaseTagger.class - [JAR]

├─ com.norconex.importer.handler.tagger.impl.CharsetTagger.class - [JAR]

├─ com.norconex.importer.handler.tagger.impl.ConstantTagger.class - [JAR]

├─ com.norconex.importer.handler.tagger.impl.CopyTagger.class - [JAR]

├─ com.norconex.importer.handler.tagger.impl.CountMatchesTagger.class - [JAR]

├─ com.norconex.importer.handler.tagger.impl.CurrentDateTagger.class - [JAR]

├─ com.norconex.importer.handler.tagger.impl.DOMTagger.class - [JAR]

├─ com.norconex.importer.handler.tagger.impl.DateFormatTagger.class - [JAR]

├─ com.norconex.importer.handler.tagger.impl.DebugTagger.class - [JAR]

├─ com.norconex.importer.handler.tagger.impl.DeleteTagger.class - [JAR]

├─ com.norconex.importer.handler.tagger.impl.DocumentLengthTagger.class - [JAR]

├─ com.norconex.importer.handler.tagger.impl.ExternalTagger.class - [JAR]

├─ com.norconex.importer.handler.tagger.impl.FieldReportTagger.class - [JAR]

├─ com.norconex.importer.handler.tagger.impl.ForceSingleValueTagger.class - [JAR]

├─ com.norconex.importer.handler.tagger.impl.HierarchyTagger.class - [JAR]

├─ com.norconex.importer.handler.tagger.impl.KeepOnlyTagger.class - [JAR]

├─ com.norconex.importer.handler.tagger.impl.LanguageTagger.class - [JAR]

├─ com.norconex.importer.handler.tagger.impl.MergeTagger.class - [JAR]

├─ com.norconex.importer.handler.tagger.impl.RegexTagger.class - [JAR]

├─ com.norconex.importer.handler.tagger.impl.RenameTagger.class - [JAR]

├─ com.norconex.importer.handler.tagger.impl.ReplaceTagger.class - [JAR]

├─ com.norconex.importer.handler.tagger.impl.ScriptTagger.class - [JAR]

├─ com.norconex.importer.handler.tagger.impl.SplitTagger.class - [JAR]

├─ com.norconex.importer.handler.tagger.impl.TextBetweenTagger.class - [JAR]

├─ com.norconex.importer.handler.tagger.impl.TextPatternTagger.class - [JAR]

├─ com.norconex.importer.handler.tagger.impl.TextStatisticsTagger.class - [JAR]

├─ com.norconex.importer.handler.tagger.impl.TitleGeneratorTagger.class - [JAR]

├─ com.norconex.importer.handler.tagger.impl.TruncateTagger.class - [JAR]

├─ com.norconex.importer.handler.tagger.impl.URLExtractorTagger.class - [JAR]

├─ com.norconex.importer.handler.tagger.impl.UUIDTagger.class - [JAR]

com.norconex.importer.handler.transformer

├─ com.norconex.importer.handler.transformer.AbstractCharStreamTransformer.class - [JAR]

├─ com.norconex.importer.handler.transformer.AbstractDocumentTransformer.class - [JAR]

├─ com.norconex.importer.handler.transformer.AbstractStringTransformer.class - [JAR]

├─ com.norconex.importer.handler.transformer.IDocumentTransformer.class - [JAR]

com.norconex.importer.handler.condition.impl

├─ com.norconex.importer.handler.condition.impl.BlankCondition.class - [JAR]

├─ com.norconex.importer.handler.condition.impl.DOMCondition.class - [JAR]

├─ com.norconex.importer.handler.condition.impl.DateCondition.class - [JAR]

├─ com.norconex.importer.handler.condition.impl.NumericCondition.class - [JAR]

├─ com.norconex.importer.handler.condition.impl.ReferenceCondition.class - [JAR]

├─ com.norconex.importer.handler.condition.impl.ScriptCondition.class - [JAR]

├─ com.norconex.importer.handler.condition.impl.TextCondition.class - [JAR]

Advertisement

Dependencies from Group

Discover Dependencies

Aug 02, 2019
1 usages
13 stars
Mar 24, 2017
3 usages
72 stars
Apr 30, 2021
1 usages
31 stars
Sep 17, 2015
1 usages
1 stars
Sep 17, 2015
1 usages
1 stars
Nov 01, 2022
1 usages
9 stars
Jun 14, 2021
1 usages
63 stars
Jun 07, 2016
1 usages
11 stars