Christian Reuschling created TIKA-1341:
------------------------------------------
Summary: 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
Environment: suse linux 64bit, oracle java 7
Reporter: Christian Reuschling
Priority: Critical
Fix For: 1.4, 1.3
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)