You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tika.apache.org by "Chris A. Mattmann (JIRA)" <ji...@apache.org> on 2016/10/19 16:21:59 UTC

[jira] [Updated] (TIKA-1318) Use of Deprecated Word6Extractor.getParagraphText() Method

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

Chris A. Mattmann updated TIKA-1318:
------------------------------------
    Fix Version/s:     (was: 1.14)
                   1.15

> Use of Deprecated Word6Extractor.getParagraphText() Method
> ----------------------------------------------------------
>
>                 Key: TIKA-1318
>                 URL: https://issues.apache.org/jira/browse/TIKA-1318
>             Project: Tika
>          Issue Type: Bug
>          Components: parser
>    Affects Versions: 1.5
>            Reporter: Tyler Palsulich
>            Priority: Minor
>              Labels: deprecation
>             Fix For: 1.15
>
>
> org.apache.tika.parser.microsoft.WordExtractor.parseWord6() uses the deprecated Word6Extractor.getParagraphText() method. getParagraphText() is supposed to return a String[] with an element for each paragraph in the text. The replacement is getText(), which lets paragraph, cell, etc separation be implementation specific. I'm not sure, at this point, how the POI WordExtractor separates them.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)