All plug-in analyzers must extend this class (directly or not) and implement its methods to be usable by the software.
The task of an analyzer is to convert a document contained in a given file and in a known format into an instance of {@code Document}. This task is achieved by calling the method {@code analyze}. @author Schnell Michaƫl @version 1.0
|
|