dschmidt opened a new pull request, #3093: URL: https://github.com/apache/tika/pull/3093
EpubParser emitted every image as an untyped embedded document, so a client had no way to tell the cover from the other images. The OPF names it: EPUB 3 with the `cover-image` property on the manifest item, EPUB 2 with `<meta name="cover" content="<item id>"/>`. The parser now resolves the cover (property first, meta as fallback) and emits that image as the THUMBNAIL embedded document, like the preview image of the other container formats. Both fixtures cover one of the two ways. https://issues.apache.org/jira/browse/TIKA-4852 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
