You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tika.apache.org by "Nicholas DiPiazza (Jira)" <ji...@apache.org> on 2020/06/27 12:44:00 UTC

[jira] [Created] (TIKA-3125) rmeta/text and unpack - the __DATA__ file and X-TIKA:content differ by some leading new line characters

Nicholas DiPiazza created TIKA-3125:
---------------------------------------

             Summary: rmeta/text and unpack - the __DATA__ file and X-TIKA:content differ by some leading new line characters
                 Key: TIKA-3125
                 URL: https://issues.apache.org/jira/browse/TIKA-3125
             Project: Tika
          Issue Type: Bug
            Reporter: Nicholas DiPiazza


Using the attached docx file, when I parse it with

{{/unpack}}

Endpoint I get this:
{code:java}
Sadfsadfsaf

Asdfsafsafasfsafd
Asdf2
Asfd3
asfd
{code}
But when I parse it with {{/rmeta/text}} I get:
{code:java}


























Launching ms word

Sadfsadfsaf

Asdfsafsafasfsafd
Asdf2
Asfd3
asfd
{code}

Why are there a bunch of leading \n characters to start out on the {{/rmeta/text}} endpoint?



--
This message was sent by Atlassian Jira
(v8.3.4#803005)