Interface Analyzer

    • Method Detail

      • analyze

        java.util.List<AnalysisItem> analyze​(Document document)
                                      throws java.io.IOException,
                                             AnalyzerException,
                                             DocumentException
        Analyzes a given document and outputs result as a list of AnalysisItem objects.
        Parameters:
        document - Document to analyze. Document type may or may no be supported (support left to the analyze final implementation).
        Returns:
        a List of AnalysisItem objects
        Throws:
        java.io.IOException
        AnalyzerException
        DocumentException