[
https://issues.apache.org/jira/browse/TIKA-3716?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17518120#comment-17518120
]
Hudson commented on TIKA-3716:
------------------------------
UNSTABLE: Integrated in Jenkins build Tika ยป tika-main-jdk8 #508 (See
[https://ci-builds.apache.org/job/Tika/job/tika-main-jdk8/508/])
TIKA-3716 -- add a Parsed-By-Full-Set metadata key to record all parsers that
touched a file. (tallison:
[https://github.com/apache/tika/commit/4fad47072a47d477cbf68ad6400069c88c477c0c])
* (edit)
tika-parsers/tika-parsers-standard/tika-parsers-standard-package/src/test/java/org/apache/tika/parser/ocr/TesseractOCRParserTest.java
* (edit)
tika-core/src/main/java/org/apache/tika/metadata/TikaCoreProperties.java
* (edit) tika-core/src/main/java/org/apache/tika/utils/ParserUtils.java
* (edit)
tika-server/tika-server-standard/src/test/java/org/apache/tika/server/standard/TikaResourceTest.java
* (edit)
tika-parsers/tika-parsers-standard/tika-parsers-standard-package/src/test/java/org/apache/tika/parser/microsoft/rtf/RTFParserTest.java
* (edit) CHANGES.txt
* (edit)
tika-parsers/tika-parsers-standard/tika-parsers-standard-modules/tika-parser-pdf-module/src/test/java/org/apache/tika/parser/pdf/PDFParserTest.java
* (edit) tika-core/src/main/java/org/apache/tika/parser/CompositeParser.java
> Add metadata element for all parsers that processed a file
> ----------------------------------------------------------
>
> Key: TIKA-3716
> URL: https://issues.apache.org/jira/browse/TIKA-3716
> Project: Tika
> Issue Type: Task
> Reporter: Tim Allison
> Priority: Minor
> Fix For: 2.4.0
>
>
> We currently have a "parsed by" data element in the metadata, but this only
> works for the initial container file. It would be useful to record all
> parsers that touched a file and its embedded files. This information is
> recorded in the RecursiveParserWrapper -- /rmeta, -J -- but it would also be
> useful for the legacy {{e.g. /tika}} endpoints.
> We recognize that this information will be added to the container file's
> metadata after the full parse and will not appear in the xhtml markup because
> of the way the XHTMLHandler works. However, it will appear in the json
> output of the {{/tika}} endpoint and for those calling Tika programmatically.
--
This message was sent by Atlassian Jira
(v8.20.1#820001)