Class DefaultParserConfig
java.lang.Object
com.norconex.importer.handler.BaseLabelableConfig
com.norconex.importer.handler.BaseDocHandlerConfig
com.norconex.importer.handler.parser.impl.DefaultParserConfig
- All Implemented Interfaces:
Labelable
Parser class when no other handlers are specified.
The importer uses Apache Tika parser in its own way with default
settings common for most senarios.
If you want to use and configure Tika yourself, use
TikaParser.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanboolean@NonNull EmbeddedConfiginthashCode()setErrorsSaveDir(Path errorsSaveDir) toString()Methods inherited from class com.norconex.importer.handler.BaseLabelableConfig
getLabel, setLabel
-
Constructor Details
-
DefaultParserConfig
public DefaultParserConfig()
-
-
Method Details
-
getErrorsSaveDir
-
getOcrConfig
-
getEmbeddedConfig
-
getGrobidConfig
-
getSentimentConfig
-
setErrorsSaveDir
- Returns:
this.
-
equals
- Overrides:
equalsin classBaseLabelableConfig
-
canEqual
- Overrides:
canEqualin classBaseLabelableConfig
-
hashCode
public int hashCode()- Overrides:
hashCodein classBaseLabelableConfig
-
toString
- Overrides:
toStringin classBaseLabelableConfig
-