Changes between Version 10 and Version 11 of ApertureExtractor
- Timestamp:
- 10/14/05 10:38:13 (19 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ApertureExtractor
v10 v11 10 10 /** 11 11 * 12 * Extractors are used to extract structured information from various data sources. 13 * 12 * Extractors are used to extract metadata and fulltext from InputStreams, 13 * the inputstream is in a format passed by Mime-Type. 14 * These extractors can produce metadatamaps. 14 15 */ 15 16 public interface Extractor {