Github user jgrzebyta commented on a diff in the pull request:
https://github.com/apache/any23/pull/24#discussion_r134738201
--- 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 --
@lewismc Why do you remove `ContentExtractor`? I assume that In case if
content is neither html nor xml type that developer should create new extractor
extending `Exctractor<Input>` directly. Am I right?
---
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.
---