Uses of Class
org.apache.any23.extractor.SingleDocumentExtractionReport
-
Packages that use SingleDocumentExtractionReport Package Description org.apache.any23.extractor This package contains classes and interfaces modeling theExtractor
API. -
-
Uses of SingleDocumentExtractionReport in org.apache.any23.extractor
Methods in org.apache.any23.extractor that return SingleDocumentExtractionReport Modifier and Type Method Description SingleDocumentExtractionReport
SingleDocumentExtraction. run()
Triggers the execution of all theExtractor
registered to this class using the default extraction parameters.SingleDocumentExtractionReport
SingleDocumentExtraction. run(ExtractionParameters extractionParameters)
Triggers the execution of all theExtractor
registered to this class using the specified extraction parameters.
-