[
https://issues.apache.org/jira/browse/TIKA-2030?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15368233#comment-15368233
]
Hudson commented on TIKA-2030:
------------------------------
FAILURE: Integrated in tika-2.x-windows #25 (See
[https://builds.apache.org/job/tika-2.x-windows/25/])
TIKA-2030 - add handling for <text:s/> element to ODT parser. Thanks to
(tallison: rev 87e1e23b46dc68b24288b778e040a3aa55e05628)
* tika-test-resources/src/test/resources/test-documents/testOpenOffice2.odt
*
tika-parser-modules/tika-parser-office-module/src/main/java/org/apache/tika/parser/odf/OpenDocumentContentParser.java
TIKA-2030 - fix test file so that it is correctly detected (tallison: rev
e27526b84041b54169c6b323bf52ccab76c3a7f8)
* tika-test-resources/src/test/resources/test-documents/testOpenOffice2.odt
> A space is suppressed when parsing Odt file
> -------------------------------------------
>
> Key: TIKA-2030
> URL: https://issues.apache.org/jira/browse/TIKA-2030
> Project: Tika
> Issue Type: Bug
> Components: parser
> Affects Versions: 1.13
> Environment: MacOS X
> Reporter: David Pilato
> Assignee: Tim Allison
> Priority: Minor
> Attachments: test.docx, test.odt
>
>
> I have an ODT sample file which contains:
> {code}
> This is a sample text available in page 1
> {code}
> When I extract its content with Tika, I'm getting:
> {code}
> This isa sample text available in page 1
> {code}
> Note the missing space between {{is}} and {{a}}.
> I'll link to an example ODT file which reproduces this issue.
> Note that I generated this ODT file from MS Word. The original MS Word file
> is correctly parsed by Tika.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)