Class GrobidConfig
java.lang.Object
com.norconex.importer.handler.parser.impl.GrobidConfig
Grobid REST service configuration. When enabled, the importer will use
the Grobid REST service
(via the Tika GrobidRESTParser and JournalParser) to
extract metadata and structured text from scientific documents such as PDF
journal articles.
Grobid parsing is disabled by default. To enable it, set
enabled to true and make sure a Grobid service is running
at the configured serviceUrl
(default: "http://localhost:8070").
- Since:
- 4.0.0
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleaninthashCode()booleansetEnabled(boolean enabled) setServiceUrl(String serviceUrl) toString()
-
Field Details
-
DEFAULT_SERVICE_URL
Default Grobid REST service URL.- See Also:
-
-
Constructor Details
-
GrobidConfig
public GrobidConfig()
-
-
Method Details