You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tika.apache.org by "Tim Allison (JIRA)" <ji...@apache.org> on 2014/06/17 18:01:11 UTC

[jira] [Assigned] (TIKA-1341) double invocation of handler.endDocument() in PDFParser

     [ https://issues.apache.org/jira/browse/TIKA-1341?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tim Allison reassigned TIKA-1341:
---------------------------------

    Assignee: Tim Allison

> double invocation of handler.endDocument() in PDFParser
> -------------------------------------------------------
>
>                 Key: TIKA-1341
>                 URL: https://issues.apache.org/jira/browse/TIKA-1341
>             Project: Tika
>          Issue Type: Bug
>          Components: parser
>    Affects Versions: 1.5, 1.6
>         Environment: suse linux 64bit, oracle java 7
>            Reporter: Christian Reuschling
>            Assignee: Tim Allison
>            Priority: Critical
>              Labels: easyfix
>   Original Estimate: 10m
>  Remaining Estimate: 10m
>
> I currently migrate to Tika 1.5, and fall into this behaviour, which leads to double entries in my database for one pdf file as I work directly with the handler.
> Here are the two calls:
> First call is in PDF2HTML, line 197: handler.endDocument();
> this is part of the PDF2XHTML.process(pdfDocument, handler, context, metadata, localConfig);
> invocation from PDFParser, line 143.
> The second call is then directly in PDFParser, line 151: handler.endDocument();
> Must stay at Tika 1.4 for now - still thanks for good work!



--
This message was sent by Atlassian JIRA
(v6.2#6252)