[ https://issues.apache.org/jira/browse/TIKA-3156?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17228499#comment-17228499 ]
Hudson commented on TIKA-3156: ------------------------------ UNSTABLE: Integrated in Jenkins build Tika » tika-branch1x-jdk8 #26 (See [https://ci-builds.apache.org/job/Tika/job/tika-branch1x-jdk8/26/]) TIKA-3156: Added ability to read hyperlinked images from ODT files (dmeikle: [https://github.com/apache/tika/commit/4778eded858bdbc23ac6156085eb19e13e8a77cf]) * (edit) tika-parsers/src/main/java/org/apache/tika/parser/odf/OpenDocumentParser.java * (edit) tika-parsers/src/main/java/org/apache/tika/parser/odf/OpenDocumentBodyHandler.java TIKA-3156: Added ability to read hyperlinked images from ODT files (dmeikle: [https://github.com/apache/tika/commit/38d226801725ce3742bbc29ca62400cee115927a]) * (edit) tika-parsers/src/main/java/org/apache/tika/parser/odf/OpenDocumentBodyHandler.java * (edit) tika-parsers/src/main/java/org/apache/tika/parser/odf/OpenDocumentParser.java * (add) tika-parsers/src/test/resources/test-documents/testODTEmbeddedImageLink.odt * (edit) tika-parsers/src/test/java/org/apache/tika/parser/odf/ODFParserTest.java > Missing content from .odt file with hyperlinked image > ----------------------------------------------------- > > Key: TIKA-3156 > URL: https://issues.apache.org/jira/browse/TIKA-3156 > Project: Tika > Issue Type: Bug > Components: parser > Affects Versions: 1.24.1 > Reporter: Robert Kaulbach > Assignee: Dave Meikle > Priority: Minor > Fix For: 1.25 > > Attachments: link-gdocs.odt > > > The attached file was created in Google Docs with an image inside and saved > as an .odt file. After saving, I opened the file with LibreOffice and added a > hyperlink to the image. > > When I parse the file with Tika, neither LinkContentHandler or > ToXMLContentHandler show any trace of the hyperlink. > > The link is clickable when I open the document, and inside content.xml as : > _<draw:a xlink:type="simple" xlink:href="[http://example.test/]">_ > > I tried enabling all options in OfficeParserConfig and OOXMLParser but the > link is still not extracted. -- This message was sent by Atlassian Jira (v8.3.4#803005)