Github user lewismc commented on a diff in the pull request:
https://github.com/apache/any23/pull/24#discussion_r134831365
--- Diff: api/src/main/java/org/apache/any23/extractor/Extractor.java ---
@@ -39,22 +38,6 @@
/**
* This interface specializes an {@link Extractor} able to handle
- * {@link java.io.InputStream} as input format.
- */
- public interface ContentExtractor extends Extractor<InputStream> {
--- End diff --
@jgrzebyta yes this is correct... we do not always wish to assume that the
input is structured in XML or a subset thereof... syntax-strict extractors are
prone to breakage. Our aim in Any23 should be to provide flexibility in the
extraction logic rather than a strict, fragile extraction logic.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---