|
Autopsy
4.21.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Inherited by org.sleuthkit.autopsy.textextractors.ArtifactTextExtractor, org.sleuthkit.autopsy.textextractors.HtmlTextExtractor, org.sleuthkit.autopsy.textextractors.SqliteTextExtractor, org.sleuthkit.autopsy.textextractors.StringsTextExtractor, org.sleuthkit.autopsy.textextractors.TextFileExtractor, and org.sleuthkit.autopsy.textextractors.TikaTextExtractor.
Classes | |
| class | InitReaderException |
Public Member Functions | |
| default Map< String, String > | getMetadata () |
| Reader | getReader () throws InitReaderException |
| boolean | isSupported () |
| default void | setExtractionSettings (Lookup context) |
| default boolean | willUseOCR () |
Extracts the text out of Content instances and exposes them as a Reader. Concrete implementations can be obtained from org.sleuthkit.autopsy.textextractors.TextExtractorFactory
Definition at line 33 of file TextExtractor.java.
| default Map<String, String> org.sleuthkit.autopsy.textextractors.TextExtractor.getMetadata | ( | ) |
Retrieves content metadata, if any.
Definition at line 74 of file TextExtractor.java.
Referenced by org.sleuthkit.autopsy.keywordsearch.KeywordSearchIngestModule.getTikaOrTextExtractor().
| Reader org.sleuthkit.autopsy.textextractors.TextExtractor.getReader | ( | ) | throws InitReaderException |
Get a Reader that will iterate over the text extracted from the Content passed into org.sleuthkit.autopsy.textextractors.TextExtractorFactory.
Implemented in org.sleuthkit.autopsy.textextractors.TextFileExtractor.
Referenced by org.sleuthkit.autopsy.texttranslation.ui.TranslatedTextViewer.ExtractAndTranslateTextTask.getTextExtractor(), org.sleuthkit.autopsy.keywordsearch.KeywordSearchIngestModule.getTikaOrTextExtractor(), and org.sleuthkit.autopsy.keywordsearch.SolrSearchService.indexArtifact().
| boolean org.sleuthkit.autopsy.textextractors.TextExtractor.isSupported | ( | ) |
Determines if this extractor supports the given Content and configurations passed into it in org.sleuthkit.autopsy.textextractors.TextExtractorFactory.
Implemented in org.sleuthkit.autopsy.textextractors.TextFileExtractor.
| default void org.sleuthkit.autopsy.textextractors.TextExtractor.setExtractionSettings | ( | Lookup | context | ) |
Determines how the extraction process will proceed given the settings stored in the context instance.
| context | Instance containing file config classes |
Definition at line 65 of file TextExtractor.java.
Referenced by org.sleuthkit.autopsy.textextractors.TextExtractorFactory.getExtractor().
| default boolean org.sleuthkit.autopsy.textextractors.TextExtractor.willUseOCR | ( | ) |
Returns true if this text extractor, based on the provided settings, will perform ocr.
Definition at line 84 of file TextExtractor.java.
Copyright © 2012-2024 Sleuth Kit Labs. Generated on: Mon Mar 17 2025
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.