[
https://issues.apache.org/jira/browse/TIKA-2347?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Stuart Hendren updated TIKA-2347:
---------------------------------
Comment: was deleted
(was: See https://github.com/apache/tika/pull/173
)
> Underlined text is not decorated as such when extracting from word documents
> ----------------------------------------------------------------------------
>
> Key: TIKA-2347
> URL: https://issues.apache.org/jira/browse/TIKA-2347
> Project: Tika
> Issue Type: Bug
> Components: parser
> Affects Versions: 2.0, 1.14
> Reporter: Stuart Hendren
>
> When extracting from doc and docx bold and italic text decoration is
> extracted, however underlining is not. Can be demonstrated in WordParserTest
> or OOXMLParserTest (change to docx) with the following test case.
> {code:title=WordParserTest.java|borderStyle=solid}
> @Test
> public void testTextDecoration() throws Exception {
> XMLResult result = getXML("testWORD_various.doc");
> String xml = result.xml;
> assertTrue(xml.contains("<b>Bold</b>"));
> assertTrue(xml.contains("<i>italic</i>"));
> assertTrue(xml.contains("<u>underline</u>"));
> }
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)