[
https://issues.apache.org/jira/browse/TIKA-1341?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Tim Allison resolved TIKA-1341.
-------------------------------
Resolution: Fixed
Fix Version/s: 1.6
Thank you for reporting this!
Fixed r1603208.
> 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
> Fix For: 1.6
>
> 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)