public interface Analyzer extends Component
| Modifier and Type | Method and Description |
|---|---|
List<AnalysisItem> |
analyze(Document document)
Analyzes a given document and outputs result as a list of AnalysisItem
objects.
|
copySettings, extractSettingsList<AnalysisItem> analyze(Document document) throws IOException, AnalyzerException, DocumentException
document - Document to analyze. Document type may or may no be supported
(support left to the analyze final implementation).IOExceptionAnalyzerExceptionDocumentExceptionCopyright © 2016. All Rights Reserved.