Package com.norconex.importer.parser
Class ParseHints
- java.lang.Object
-
- com.norconex.importer.parser.ParseHints
-
public class ParseHints extends Object
Configuration settings influencing how documents are parsed by various parsers. These settings are not applicable to all parsers and some parsers may decide not to support some of these settings (for not being able to or else).- Since:
- 2.6.0
- Author:
- Pascal Essiembre
-
-
Constructor Summary
Constructors Constructor Description ParseHints()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object other)
EmbeddedConfig
getEmbeddedConfig()
OCRConfig
getOcrConfig()
int
hashCode()
String
toString()
-
-
-
Method Detail
-
getOcrConfig
public OCRConfig getOcrConfig()
-
getEmbeddedConfig
public EmbeddedConfig getEmbeddedConfig()
-
-