tballison commented on code in PR #3063:
URL: https://github.com/apache/tika/pull/3063#discussion_r3867025643


##########
tika-parsers/tika-parsers-standard/tika-parsers-standard-modules/tika-parser-microsoft-module/src/main/java/org/apache/tika/parser/microsoft/ooxml/OOXMLExtractorFactory.java:
##########
@@ -118,6 +124,10 @@ public static void parse(TikaInputStream tis, 
ContentHandler baseHandler, Metada
             }
             metadata.set(HttpHeaders.CONTENT_TYPE, type.toString());
 
+            if (OOXMLParser.OPC_RELATIONSHIP_TYPES.contains(type)) {
+                markUnreferencedParts(pkg, metadata);
+            }

Review Comment:
   Adding this to the backlog. Good catch.



-- 
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]

Reply via email to