[ https://issues.apache.org/jira/browse/TIKA-3006?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17044358#comment-17044358 ]
David Pilato edited comment on TIKA-3006 at 2/25/20 11:41 AM: -------------------------------------------------------------- All good for me. I noticed that new meta data are now extracted which is good. {{assertThat(raw, hasEntry("pdf:hasXFA", "false")); assertThat(raw, hasEntry("pdf:hasMarkedContent", "true")); assertThat(raw, hasEntry("pdf:hasXMP", "false"));}} All good for me! Thanks for the fix. was (Author: dadoonet): All good for me. I noticed that new meta data are now extracted which is good. {{assertThat(raw, hasEntry("pdf:hasXFA", "false"));}} {{ assertThat(raw, hasEntry("pdf:hasMarkedContent", "true"));}} {{ assertThat(raw, hasEntry("pdf:hasXMP", "false"));}} All good for me! Thanks for the fix. > Regression in PDF keywords extraction since 1.23 > ------------------------------------------------ > > Key: TIKA-3006 > URL: https://issues.apache.org/jira/browse/TIKA-3006 > Project: Tika > Issue Type: Bug > Reporter: David Pilato > Assignee: Tim Allison > Priority: Major > Fix For: 1.24 > > Attachments: test.pdf > > > Hey team. > > I have a unit test which is not passing anymore with Tika 1.23. Code is > [https://github.com/dadoonet/fscrawler/blob/master/tika/src/test/java/fr/pilato/elasticsearch/crawler/fs/tika/TikaDocParserTest.java#L430-L496]. > > Basically, this line is now failing: > {{assertThat(doc.getMeta().getKeywords(), containsInAnyOrder("keyword1", " > keyword2"));}} > > But also this line which seems related: > {{assertThat(raw, hasEntry("dc:subject", "keyword1, keyword2"));}} > > This line is failing as well although not related I think: > {{assertThat(raw, hasEntry("created", "2016-07-07T08:37:42Z"));}} > > I'm not sure if it's a bug or expected. If the later, I'll simply change my > test suite. > -- This message was sent by Atlassian Jira (v8.3.4#803005)